- change secop_psi to frappy_psi - remove interface and name in Node Change-Id: I69242de250c9ecf52e001fce6396347dbf3fedcb
17 lines
299 B
Python
17 lines
299 B
Python
Node('cfg/stick/oventwo.cfg',
|
|
'oven stick for SANS',
|
|
)
|
|
|
|
Mod('sea_stick',
|
|
'frappy_psi.sea.SeaClient',
|
|
'stick sea connection for oventwo.stick',
|
|
config='oventwo.stick',
|
|
service='stick',
|
|
)
|
|
|
|
Mod('ts',
|
|
'frappy_psi.sea.SeaDrivable', '',
|
|
io='sea_stick',
|
|
sea_object='ts',
|
|
)
|