You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
364 B
18 lines
364 B
|
|
config:
|
|
name: "demo testsuite"
|
|
variables:
|
|
device_sn: "XYZ"
|
|
base_url: "http://127.0.0.1:5000"
|
|
|
|
testcases:
|
|
-
|
|
name: call demo_testcase with data 1
|
|
testcase: path/to/step.yml
|
|
variables:
|
|
device_sn: $device_sn
|
|
-
|
|
name: call demo_testcase with data 2
|
|
testcase: path/to/step.yml
|
|
variables:
|
|
device_sn: $device_sn
|