blob: 712aa0f86311487301a3a89ff066a69467fe5c10 [file] [log] [blame]
adminbae64d82013-08-01 10:50:15 -07001This example shows , how we can use the topology file:
2
3In topo file we can specify the component like below:
4[TOPOLOGY]
5
6 [[COMPONENT]]
7 [[["Mininet1"]]]
8
9The usage of this component in the test script like below:
10
11main.Mininet1.checkIP(main.params['CASE1']['destination'])
12
13Here we are using the Mininet1 which of type Mininet
14
15
16
17cd ~/bin/
18./launcher --example Topology
19 will execute this example.