From: Jamo Luhrsen Date: Thu, 18 Feb 2016 00:04:53 +0000 (-0800) Subject: marking failing SNMP test case with relevant bug 5360 X-Git-Tag: release/beryllium-sr1~87 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=c9d15baafe7c8a1eb9d7eff2b820d4de47d212fc marking failing SNMP test case with relevant bug 5360 Change-Id: I834441d8daadfe844c6b8699ae8c7feac62deb51 Signed-off-by: Jamo Luhrsen --- diff --git a/csit/suites/snmp/snmp-get/010__snmp_get.robot b/csit/suites/snmp/snmp-get/010__snmp_get.robot index d9ffd64fe0..a9d4f5ee72 100644 --- a/csit/suites/snmp/snmp-get/010__snmp_get.robot +++ b/csit/suites/snmp/snmp-get/010__snmp_get.robot @@ -19,3 +19,4 @@ List connections [Tags] SNMP get ${resp} Post 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 \ No newline at end of file