X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;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=23412e442bc8e1b8f3d27e233829cf106b6ad0b8;hp=e1b22b3f7debbcd719dd88b407b5aa0ebb866cc2;hpb=732659be50eedc962e9cf09b09ac15e459523c7a;p=integration.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 e1b22b3f..00000000 --- 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