ea076a814b65022b72a96d909c8fa59255ca719a
[integration/test.git] / csit / suites / openflowplugin / AD_SAL_NSF_OF10 / __init__.robot
1 *** Settings ***
2 Documentation     Test suite for AD-SAL NSF
3 Suite Setup       Start Suite
4 Suite Teardown    Stop Suite
5 Library           SSHLibrary
6 Resource          ../../../libraries/Utils.robot
7
8 *** Variables ***
9 ${start}          sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --topo tree,2
10
11 *** Keywords ***