Improve OF13 test - 2nd try
[integration.git] / test / csit / suites / base-of13 / 100__restart_mininet_OF10.txt
1 *** Settings ***
2 Documentation    Restat Mininet with OF10 simulation 
3 Documentation    Test suite for the OpenDaylight base edition with of10
4 Library     SSHLibrary
5
6 *** Variables ***
7 ${start}=  sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,2
8
9 *** Test Cases ***
10 Stop Mininet
11     Log    Stop Mininet
12     Read
13     Write    exit 
14     Sleep    60
15     Read 
16 Start Mininet
17     Log    Start Mininet
18     Write    ${start}
19     Sleep    70
20     Read
21