removed support of xml and json config.
Changed the evaluation pattern to $|x|.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<root>
|
||||
<parameter name="func_param" value="param"/>
|
||||
</root>
|
||||
1
doc/examples/dummy/param_func.yaml
Normal file
1
doc/examples/dummy/param_func.yaml
Normal file
@@ -0,0 +1 @@
|
||||
func_param: param
|
||||
@@ -2,10 +2,8 @@
|
||||
#
|
||||
|
||||
config_file:
|
||||
- param.xml
|
||||
- param.yaml
|
||||
- param.json
|
||||
- $(test_directory)/dummy/param_func.xml
|
||||
- $(test_directory)/dummy/param_func.yaml
|
||||
|
||||
main:
|
||||
name: Test Sample number one
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
|
||||
{
|
||||
"global_loop_param_list": [["one", "two", "three"],[1, 2, 3]]
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<root>
|
||||
<!-- ****************************************************************************
|
||||
Test configuration
|
||||
**************************************************************************** -->
|
||||
<parameter name="windows_prompt" value=">"/>
|
||||
<parameter name="linux_prompt" value="$"/>
|
||||
<parameter name="sequence" value="tm.tum"/>
|
||||
</root>
|
||||
@@ -2,7 +2,12 @@
|
||||
#****************************************************************************
|
||||
# Test configuration
|
||||
#**************************************************************************** -->
|
||||
windows_prompt: >
|
||||
linux_prompt: $
|
||||
sequence: tm.tum
|
||||
|
||||
# loops parameters
|
||||
global_loop_param_list: [["one", "two", "three"], [1, 2, 3]]
|
||||
global_loop_param_txt: ['one', 'two', 'three']
|
||||
global_loop_param_num: [1, 2, 3]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user