the job(s) for SNMP CSIT have never worked, and have been ignored
for several (if not all) releases. it's a waste of time and
resources to have them around.
see the status pages for Nitrogen, Carbon, Boron
and Beryllium for history:
https://docs.google.com/spreadsheets/d/1MYyGLFWN2RzUkJl8XMzXQ-3zWuOrUCQpIS6ORbmf4_U/edit#gid=
421626541
https://docs.google.com/spreadsheets/d/1VcB12FBiFV4GAEHZSspHBNxKI_9XugJp-6Qbbw20Omk/edit#gid=
1226505712
https://docs.google.com/spreadsheets/d/1zImtd764e-hOgJAxoJKl85fxHCPu2agLfqsBtf13zQY/edit#gid=
1037896712
https://docs.google.com/spreadsheets/d/1hci5TMUPyB6PX8Al-fwfVqvs5SQVa2wZLja_7rKWN6o/edit#gid=
843418255
partner JJB patch in releng/builder:
https://git.opendaylight.org/gerrit/#/c/63427/
Change-Id: Ia2f042437dc6d64b9c03c144d026b75111ebf85d
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
+++ /dev/null
-*** Settings ***
-Documentation Test suite for SNMP
-Suite Setup Create Session session http://${ODL_SYSTEM_IP}:${RESTCONFPORT} auth=${AUTH} headers=${HEADERS}
-Suite Teardown Delete All Sessions
-Library SSHLibrary
-Library Collections
-Library RequestsLibrary
-Library ../../../libraries/Common.py
-Library ../../../libraries/Topology.py
-Resource ../../../libraries/Utils.robot
-Variables ../../../variables/Variables.py
-
-*** Variables ***
-${REST_CONTEXT_SNMP_SET} /restconf/operations/snmp:snmp-get
-${DEVICE_IP} 10.86.3.13
-
-*** Test Cases ***
-List connections
- [Documentation] SNMP get
- [Tags] SNMP get
- ${resp} RequestsLibrary.Post Request session ${REST_CONTEXT_SNMP_SET} data={"input": {"ip-address": "${DEVICE_IP}","oid" : "1.3.6.1.2.1.1.1.0","get-type" : "GET-BULK","community" : "private" } }
- Should Be Equal As Strings ${resp.status_code} 200
- [Teardown] Report_Failure_Due_To_Bug 5360
+++ /dev/null
-# Place the suites in run order:
-integration/test/csit/suites/snmp/snmp-get
\ No newline at end of file