Removes sanity tag from SNMP exporters test, preventing it from failing in our pipeline until we have the right infra to run it
Change-Id: I6f93b08af57223f0f04621bbe22d406a64cac0d4
Signed-off-by: garciaale <agarcia@whitestack.com>
diff --git a/robot-systest/testsuite/sa_08-vnf_with_vnf_indicators_snmp.robot b/robot-systest/testsuite/sa_08-vnf_with_vnf_indicators_snmp.robot
index 9409a9a..4252b37 100644
--- a/robot-systest/testsuite/sa_08-vnf_with_vnf_indicators_snmp.robot
+++ b/robot-systest/testsuite/sa_08-vnf_with_vnf_indicators_snmp.robot
@@ -34,26 +34,26 @@
*** Test Cases ***
Create VNF Descriptor
- [Tags] vnf_indicators_snmp sanity regression
+ [Tags] vnf_indicators_snmp regression
Create VNFD '%{PACKAGES_FOLDER}/${vnfd_pkg}'
Create NS Descriptor
- [Tags] vnf_indicators_snmp sanity regression
+ [Tags] vnf_indicators_snmp regression
Create NSD '%{PACKAGES_FOLDER}/${nsd_pkg}'
Instantiate Network Service
- [Tags] vnf_indicators_snmp sanity regression
+ [Tags] vnf_indicators_snmp regression
${id}= Create Network Service ${nsd_name} %{VIM_TARGET} ${ns_name} ${ns_config} ${EMPTY}
Set Suite Variable ${ns_id} ${id}
Get VNF SNMP Metrics
- [Tags] vnf_indicators_snmp sanity regression
+ [Tags] vnf_indicators_snmp regression
Variable Should Exist ${prometheus_host} msg=Prometheus address is not available
Variable Should Exist ${prometheus_port} msg=Prometheus port is not available
@@ -66,19 +66,19 @@
Delete NS Instance
- [Tags] vnf_indicators_snmp sanity regression cleanup
+ [Tags] vnf_indicators_snmp regression cleanup
Delete NS ${ns_name}
Delete NS Descriptor
- [Tags] vnf_indicators_snmp sanity regression cleanup
+ [Tags] vnf_indicators_snmp regression cleanup
Delete NSD ${nsd_name}
Delete VNF Descriptor
- [Tags] vnf_indicators_snmp sanity regression cleanup
+ [Tags] vnf_indicators_snmp regression cleanup
Delete VNFD ${vnfd_name}