X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Fcsit%2Fsuites%2Fkaraf-compatible%2F070__Flows_OF13%2F__init__.txt;h=10ece1e24de140cae4038eefd0666a361109512d;hb=51853d758e27a4034f5139d7b695e012db75f781;hp=c4c6f0000856d38ff61d91bd6c77948e4375b104;hpb=10b781a8c395ab6dc6544496d64275d42c4149f9;p=integration%2Ftest.git diff --git a/test/csit/suites/karaf-compatible/070__Flows_OF13/__init__.txt b/test/csit/suites/karaf-compatible/070__Flows_OF13/__init__.txt index c4c6f00008..10ece1e24d 100644 --- a/test/csit/suites/karaf-compatible/070__Flows_OF13/__init__.txt +++ b/test/csit/suites/karaf-compatible/070__Flows_OF13/__init__.txt @@ -1,26 +1,9 @@ *** Settings *** -Documentation Test suite for the OpenDaylight base edition with of10 +Documentation Flow test suite for the OpenDaylight karaf-compatible feature set Suite Setup Start Suite Suite Teardown Stop Suite -Library SSHLibrary +Resource ../../../libraries/Utils.txt *** Variables *** -${start} sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,1 --switch ovsk,protocols=OpenFlow13 *** Keywords *** -Start Suite - Log Start the test on the base edition - Open Connection ${MININET} prompt=> - Login With Public Key ${MININET_USER} ${USER_HOME}/.ssh/id_rsa any - Write sudo ovs-vsctl set-manager ptcp:6644 - Write sudo mn -c - Read Until > - Write ${start} - Read Until mininet> - -Stop Suite - Log Stop the test on the base edition - Read - Write exit - Read Until > - Close Connection