X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fvtn%2FVTN_C_OF13%2F__init__.robot;fp=csit%2Fsuites%2Fvtn%2FVTN_C_OF13%2F__init__.robot;h=91eb7e959c3217bfbea30e59ddd6b5ff44022647;hb=86ce244b8ec3b79ba35233abfe1cf2202778f867;hp=b9d3b60c6675ced39c1d6239838fb68227f4bd05;hpb=885ab79b11b017e8e9039530afcb9ad8e214fb98;p=integration%2Ftest.git diff --git a/csit/suites/vtn/VTN_C_OF13/__init__.robot b/csit/suites/vtn/VTN_C_OF13/__init__.robot index b9d3b60c66..91eb7e959c 100644 --- a/csit/suites/vtn/VTN_C_OF13/__init__.robot +++ b/csit/suites/vtn/VTN_C_OF13/__init__.robot @@ -1,11 +1,12 @@ *** Settings *** -Documentation Test suite for AD-SAL NSF mininet OF13 -Suite Setup Start Mininet -Suite Teardown Stop Mininet -Library SSHLibrary -Resource ../../../libraries/VtnCoKeywords.robot +Documentation Test suite for AD-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/VtnCoKeywords.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