admin | bae64d8 | 2013-08-01 10:50:15 -0700 | [diff] [blame] | 1 | This example shows the usage of the CASE level parameters, in params file the |
2 | [[CASE]] | ||||
3 | 'destination' = 'h2' | ||||
4 | |||||
5 | We can get this CASE level parameter like : | ||||
6 | main.params['CASE1']['destination'] | ||||
7 | |||||
8 | |||||
9 | cd ~/bin/ | ||||
10 | ./launcher --example CaseParams | ||||
11 | will execute this example. |