blob: e79df470dc59e1001050fedd32b953bc1f1cc139 [file] [log] [blame]
This example shows the usage of the STEP level parameters, in params file the
[[CASE1]]
[[[STEP1]]]
'host' = 'h2'
We can get this CASE level parameter like :
main.params['CASE1']['STEP1']['host']
cd ~/bin/
./launcher --example StepParams
will execute this example.