blob: e79df470dc59e1001050fedd32b953bc1f1cc139 [file] [log] [blame]
adminbae64d82013-08-01 10:50:15 -07001This example shows the usage of the STEP level parameters, in params file the
2[[CASE1]]
3[[[STEP1]]]
4 'host' = 'h2'
5
6We can get this CASE level parameter like :
7main.params['CASE1']['STEP1']['host']
8
9
10cd ~/bin/
11./launcher --example StepParams
12 will execute this example.