X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fopenflowplugin%2FMD_SAL_NSF_OF13%2F__init__.robot;h=34e6b2b2faa770ba43a6eb60ef0b00c6a2053258;hb=14c1be480643f37f1eeef9d16149b631edd6aa2d;hp=c0a4b223fc2d091caaca617eae1979e07f6bfd27;hpb=519dde2f454f7a8b1e4a71f43e97fdf0b9415b77;p=integration%2Ftest.git diff --git a/csit/suites/openflowplugin/MD_SAL_NSF_OF13/__init__.robot b/csit/suites/openflowplugin/MD_SAL_NSF_OF13/__init__.robot index c0a4b223fc..34e6b2b2fa 100644 --- a/csit/suites/openflowplugin/MD_SAL_NSF_OF13/__init__.robot +++ b/csit/suites/openflowplugin/MD_SAL_NSF_OF13/__init__.robot @@ -1,11 +1,12 @@ *** Settings *** -Documentation Test suite for MD-SAL NSF mininet OF13 -Suite Setup Start Suite -Suite Teardown Stop Suite -Library SSHLibrary -Resource ../../../libraries/Utils.robot +Documentation Test suite for MD-SAL NSF mininet OF13 -*** Variables *** -${start} sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,2 --switch ovsk,protocols=OpenFlow13 +Library SSHLibrary +Resource ../../../libraries/Utils.robot + +Suite Setup Start Mininet +Suite Teardown Stop Mininet -*** Keywords *** + +*** Variables *** +${start} sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --topo tree,2 --switch ovsk,protocols=OpenFlow13