X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Fcsit%2Fsuites%2Fopenflowplugin%2FAD_SAL_NSF_OF10%2F030__statistics_manager.robot;fp=test%2Fcsit%2Fsuites%2Fopenflowplugin%2FAD_SAL_NSF_OF10%2F030__statistics_manager.robot;h=0000000000000000000000000000000000000000;hb=59e81c38620fa1b61e15771191e35771450b9499;hp=9602bff822553187101f7ae52facff0d13aab5cd;hpb=072f6e3a8d1bdf8f4c663843589c22d93ba07791;p=integration%2Ftest.git diff --git a/test/csit/suites/openflowplugin/AD_SAL_NSF_OF10/030__statistics_manager.robot b/test/csit/suites/openflowplugin/AD_SAL_NSF_OF10/030__statistics_manager.robot deleted file mode 100644 index 9602bff822..0000000000 --- a/test/csit/suites/openflowplugin/AD_SAL_NSF_OF10/030__statistics_manager.robot +++ /dev/null @@ -1,38 +0,0 @@ -*** Settings *** -Documentation Test suite for Statistics Manager -Suite Setup Create Session session http://${CONTROLLER}:${RESTPORT} auth=${AUTH} headers=${HEADERS} -Suite Teardown Delete All Sessions -Library Collections -Library RequestsLibrary -Library ../../../libraries/Common.py -Variables ../../../variables/Variables.py -Resource ../../../libraries/Utils.robot - -*** Variables *** -${node1} "00:00:00:00:00:00:00:01" -${node2} "00:00:00:00:00:00:00:02" -${node3} "00:00:00:00:00:00:00:03" -@{macaddr_list} ${node1} ${node2} ${node3} -@{node_list} openflow:1 openflow:2 openflow:3 -${key} portStatistics -${REST_CONTEXT} /controller/nb/v2/statistics - -*** Test Cases *** - -get port stats - [Documentation] Show port stats and validate result - [Tags] adsal - Wait Until Keyword Succeeds 10s 2s Check For Elements At URI ${REST_CONTEXT}/${CONTAINER}/port ${macaddr_list} - Wait Until Keyword Succeeds 60s 2s Check That Port Count Is Ok ${node1} 4 - Wait Until Keyword Succeeds 60s 1s Check That Port Count Is Ok ${node2} 5 - Wait Until Keyword Succeeds 60s 1s Check That Port Count Is Ok ${node3} 5 - -get flow stats - [Documentation] Show flow stats and validate result - [Tags] adsal - Wait Until Keyword Succeeds 10s 2s Check For Elements At URI ${REST_CONTEXT}/${CONTAINER}/flow ${macaddr_list} - -get table stats - [Documentation] Show flow stats and validate result - [Tags] adsal - Wait Until Keyword Succeeds 10s 2s Check For Elements At URI ${REST_CONTEXT}/${CONTAINER}/table ${macaddr_list}