Merge "Changed the body of flows."
[integration/test.git] / test / csit / suites / openflowplugin / Groups_Meters_OF13 / __init__.txt
1 *** Settings ***
2 Documentation     Test suite for the OpenDaylight base edition with of13
3 Suite Setup       Start Suite
4 Suite Teardown    Stop Suite
5 Library           SSHLibrary
6 Resource          ../../../libraries/Utils.txt
7 Variables         ../../../variables/Variables.py
8
9 *** Variables ***
10 ${start}          sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,1 --switch user
11
12 *** Keywords ***