Remove SNMP CSIT 28/63428/3 release/nitrogen
authorJamo Luhrsen <jluhrsen@redhat.com>
Thu, 21 Sep 2017 23:43:43 +0000 (16:43 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 26 Sep 2017 15:52:52 +0000 (15:52 +0000)
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>
csit/suites/snmp/snmp-get/010__snmp_get.robot [deleted file]
csit/testplans/snmp-basic.txt [deleted file]

diff --git a/csit/suites/snmp/snmp-get/010__snmp_get.robot b/csit/suites/snmp/snmp-get/010__snmp_get.robot
deleted file mode 100644 (file)
index 8197fc7..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-*** 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
diff --git a/csit/testplans/snmp-basic.txt b/csit/testplans/snmp-basic.txt
deleted file mode 100644 (file)
index 62d3b5b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# Place the suites in run order:
-integration/test/csit/suites/snmp/snmp-get
\ No newline at end of file