X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Fcsit%2Fsuites%2Fopenflowplugin%2FMD_SAL_NSF_OF13%2F030__restconf_statistics.robot;fp=test%2Fcsit%2Fsuites%2Fopenflowplugin%2FMD_SAL_NSF_OF13%2F030__restconf_statistics.robot;h=0000000000000000000000000000000000000000;hb=59e81c38620fa1b61e15771191e35771450b9499;hp=e1b22b3f7debbcd719dd88b407b5aa0ebb866cc2;hpb=072f6e3a8d1bdf8f4c663843589c22d93ba07791;p=integration%2Ftest.git diff --git a/test/csit/suites/openflowplugin/MD_SAL_NSF_OF13/030__restconf_statistics.robot b/test/csit/suites/openflowplugin/MD_SAL_NSF_OF13/030__restconf_statistics.robot deleted file mode 100644 index e1b22b3f7d..0000000000 --- a/test/csit/suites/openflowplugin/MD_SAL_NSF_OF13/030__restconf_statistics.robot +++ /dev/null @@ -1,30 +0,0 @@ -*** Settings *** -Documentation Test suite for RESTCONF statistics -Suite Setup Create Session session http://${CONTROLLER}:${RESTCONFPORT} auth=${AUTH} headers=${HEADERS_XML} -Suite Teardown Delete All Sessions -Library Collections -Library RequestsLibrary -Library ../../../libraries/Common.py -Variables ../../../variables/Variables.py -Resource ../../../libraries/Utils.robot - -*** Variables *** -${REST_CONTEXT} /restconf/operational/opendaylight-inventory:nodes -@{node_list} openflow:1 openflow:2 openflow:3 - -*** Test Cases *** -Get Stats for all nodes - [Documentation] Get the stats for all nodes - Wait Until Keyword Succeeds 30s 2s Ensure All Nodes Are In Response ${REST_CONTEXT} ${node_list} - -Get Stats for node 1 - [Documentation] Get the stats for a node - Wait Until Keyword Succeeds 60s 2s Check Nodes Stats openflow:1 - -Get Stats for node 2 - [Documentation] Get the stats for a node - Wait Until Keyword Succeeds 60s 2s Check Nodes Stats openflow:2 - -Get Stats for node 3 - [Documentation] Get the stats for a node - Wait Until Keyword Succeeds 60s 2s Check Nodes Stats openflow:3