Package TestON :: Package examples :: Package StepParams :: Module StepParams :: Class StepParams
[hide private]
[frames] | no frames]

Class StepParams

source code


This example shows the usage of the STEP level parameters, in params file the
[[CASE1]]
[[[STEP1]]]
    'host'  = 'h2'

We can get this STEP level parameter like :
main.params['CASE1']['STEP1']['host']


ofautomation>run StepParams example 1       

Instance Methods [hide private]
 
__init__(self) source code
 
CASE1(self, main)
This example will showcase the usage of STEP level parameters to specify the host as h2
source code
 
CASE2(self, main)
This example will showcase the usage of STEP level parameters to specify the host as h3
source code