Adding link/port bounce test to basic openflow suite
[integration/test.git] / test / csit / suites / openflowplugin / AD_SAL_NSF_OF13 / __init__.robot
index 36c2d662109751f4fed4ada7a64340d3dcb8787b..3de99b19a3acbd851bab19bf0262fac834f3742e 100644 (file)
@@ -1,11 +1,11 @@
 *** Settings ***
-Documentation     Test suite for AD-SAL NSF mininet OF13
+Documentation     Test suite for AD-SAL NSF OF13
 Suite Setup       Start Suite
 Suite Teardown    Stop Suite
 Library     SSHLibrary
 Resource          ../../../libraries/Utils.txt
 
 *** Variables ***
-${start}=   sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,2 --switch ovsk,protocols=OpenFlow13 
+${start}=   sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,2 --switch ovsk,protocols=OpenFlow13
 
 ** Keywords ***