From 40659a054760ee11b6a8b188c03bc10fc3ad9743 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Thu, 21 Sep 2017 16:43:43 -0700 Subject: [PATCH] Remove SNMP CSIT 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 --- csit/suites/snmp/snmp-get/010__snmp_get.robot | 23 ------------------- csit/testplans/snmp-basic.txt | 2 -- 2 files changed, 25 deletions(-) delete mode 100644 csit/suites/snmp/snmp-get/010__snmp_get.robot delete mode 100644 csit/testplans/snmp-basic.txt 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 index 8197fc70c0..0000000000 --- a/csit/suites/snmp/snmp-get/010__snmp_get.robot +++ /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 index 62d3b5bffa..0000000000 --- a/csit/testplans/snmp-basic.txt +++ /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 -- 2.36.6