Step 2: Move test folder to root
[integration/test.git] / csit / suites / vtn / VTN_C_OF13 / __init__.robot
1 *** Settings ***
2 Documentation     Test suite for AD-SAL NSF mininet OF13
3 Suite Setup       Start Suite
4 Suite Teardown    Stop Suite
5 Library           SSHLibrary
6 Resource          ../../../libraries/VtnCoKeywords.robot
7
8 *** Variables ***
9 ${start}          sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,2 --switch ovsk,protocols=OpenFlow13
10
11 *** Keywords ***