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=cb8582e8ad4502180f7aebfa6e991a2f4c83b955;hpb=540125131c520642019271cd3ce8a8e694df4af2;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 cb8582e8ad..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 Mininet -Suite Teardown Stop Mininet -Library SSHLibrary -Resource ../../../libraries/Utils.robot +Documentation Test suite for MD-SAL NSF mininet OF13 -*** Variables *** -${start} sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --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