lua process implemented
This commit is contained in:
@@ -8,3 +8,10 @@ global_loop_param_num: [1, 2, 3]
|
||||
|
||||
# Plot parameters
|
||||
plot_log_path: /tmp/testium_plot/$(testrun_date)/$(testrun_time)/
|
||||
|
||||
python_path: $(home)/tmp/tum_venv/bin/python3
|
||||
|
||||
lua_path: /usr/bin/lua
|
||||
lua_env:
|
||||
LUA_PATH: /usr/share/lua/5.4/?.lua;/usr/local/share/lua/5.4/?.lua;/usr/local/share/lua/5.4/?/init.lua;/usr/share/lua/5.4/?/init.lua;/usr/local/lib/lua/5.4/?.lua;/usr/local/lib/lua/5.4/?/init.lua;/usr/lib/lua/5.4/?.lua;/usr/lib/lua/5.4/?/init.lua;./?.lua;./?/init.lua;/home/francois/.luarocks/share/lua/5.4/?.lua;/home/francois/.luarocks/share/lua/5.4/?/init.lua
|
||||
LUA_CPATH: /usr/local/lib/lua/5.4/?.so;/usr/lib/lua/5.4/?.so;/usr/local/lib/lua/5.4/loadall.so;/usr/lib/lua/5.4/loadall.so;./?.so;/home/francois/.luarocks/lib/lua/5.4/?.so
|
||||
|
||||
@@ -26,7 +26,7 @@ From this class it is possible to define some custom reported values with the fo
|
||||
|
||||
import py_func.tm as tm
|
||||
|
||||
class TestItemFunc(tm.FunctionItem)
|
||||
class TestItemPyFunc(tm.FunctionItem)
|
||||
|
||||
def exec(param1, param2, param4, param4):
|
||||
...
|
||||
@@ -42,7 +42,7 @@ The ``exec`` method of the ``FunctionItem`` derived class is executed while runn
|
||||
- py_func:
|
||||
name: function test item
|
||||
file: scriptTestFile.py
|
||||
func_name: TestItemFunc
|
||||
func_name: TestItemPyFunc
|
||||
param:
|
||||
- 123
|
||||
- 0.123
|
||||
@@ -231,7 +231,7 @@ step list attributes.
|
||||
test_items/dialog_question_test_item.rst
|
||||
test_items/dialog_reference_test_item.rst
|
||||
test_items/dialog_value_test_item.rst
|
||||
test_items/func_test_item.rst
|
||||
test_items/py_func_test_item.rst
|
||||
test_items/git_test_item.rst
|
||||
test_items/group_test_item.rst
|
||||
test_items/json-rpc_test_item.rst
|
||||
|
||||
Reference in New Issue
Block a user