1
2
3
4
5
6
7
8
9
10
|
# Add additional steps here. Format is "stepname script"
[ezsteps]
step1 step1.sh
# Test requirements are specified here
[requirements]
# waiton setup
priority 0
# Iteration for your tests are controlled by the items section
|
>
>
>
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Add additional steps here. Format is "stepname script"
[vars]
step1var step1.sh
[ezsteps]
step1 #{get vars step1var}
# Test requirements are specified here
[requirements]
# waiton setup
priority 0
# Iteration for your tests are controlled by the items section
|