add config file to test function evaluator
This commit is contained in:
15
cfg/test_function_cfg.py
Normal file
15
cfg/test_function_cfg.py
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
Node('softcal.function.test',
|
||||||
|
'test the function class',
|
||||||
|
'tcp://5000',
|
||||||
|
)
|
||||||
|
|
||||||
|
Mod('sim_writable',
|
||||||
|
'frappy_demo.test.SimpleWritable',
|
||||||
|
'simulation of a writable for function test',
|
||||||
|
)
|
||||||
|
|
||||||
|
Mod('function',
|
||||||
|
'frappy_psi.softcal.Function',
|
||||||
|
'function test',
|
||||||
|
rawsensor = 'sim_writable',
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user