Update Robot Framework format - step 12
[integration/test.git] / csit / suites / openflowplugin / Flows_Additional_TCs / Stat_Manager_extended / __init__.robot
1 *** Settings ***
2 Documentation       Test suite for the OpenDaylight OpenFlow statistics manager
3
4 Library             SSHLibrary
5 Resource            ../../../../libraries/Utils.robot
6
7 Suite Setup         Start Mininet
8 Suite Teardown      Stop Mininet
9
10
11 *** Variables ***
12 ${start}    sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --topo tree,1 --switch ovsk,protocols=OpenFlow13