Marking UDP e TCP tests as non-critical
Change-Id: I7b9442439d0cb4f160be3acc39c01a2e69ff810f
diff --git a/Makefile b/Makefile
index bf21b5a..78ad743 100755
--- a/Makefile
+++ b/Makefile
@@ -328,7 +328,7 @@
bbsim-failurescenarios-tt: ROBOT_CONFIG_FILE := $(ROBOT_SANITY_TT_SINGLE_PON_FILE)
bbsim-failurescenarios-tt: voltha-tt-test
-voltha-test: ROBOT_MISC_ARGS += -e notready
+voltha-test: ROBOT_MISC_ARGS += -e notready --noncritical non-critical
voltha-test: vst_venv
source ./$</bin/activate ; set -u ;\
@@ -416,7 +416,7 @@
cd tests/software-upgrades ;\
robot -V $(ROBOT_CONFIG_FILE) $(ROBOT_MISC_ARGS) $(ROBOT_FILE)
-voltha-dt-test: ROBOT_MISC_ARGS += -e notready
+voltha-dt-test: ROBOT_MISC_ARGS += -e notready --noncritical non-critical
voltha-dt-test: vst_venv
source ./$</bin/activate ; set -u ;\
diff --git a/tests/dt-workflow/Voltha_DT_PODTests.robot b/tests/dt-workflow/Voltha_DT_PODTests.robot
index ff9d47e..4edb6c9 100644
--- a/tests/dt-workflow/Voltha_DT_PODTests.robot
+++ b/tests/dt-workflow/Voltha_DT_PODTests.robot
@@ -441,7 +441,7 @@
Data plane verification using TCP for DT
[Documentation] Test bandwidth profile is met and not exceeded for each subscriber.
... Assumes iperf3 and jq installed on client and iperf -s running on DHCP server
- [Tags] dataplaneDt BandwidthProfileTCPDt VOL-3061 soakDataplane
+ [Tags] non-critical dataplaneDt BandwidthProfileTCPDt VOL-3061 soakDataplane
[Setup] Start Logging BandwidthProfileTCPDt
[Teardown] Run Keywords Run Keyword If ${logging} Collect Logs
... AND Stop Logging BandwidthProfileTCPDt
@@ -506,7 +506,7 @@
Data plane verification using UDP for DT
[Documentation] Test bandwidth profile is met and not exceeded for each subscriber.
... Assumes iperf3 and jq installed on client and iperf -s running on DHCP server
- [Tags] dataplaneDt BandwidthProfileUDPDt VOL-3061 soakDataplane
+ [Tags] non-critical dataplaneDt BandwidthProfileUDPDt VOL-3061 soakDataplane
[Setup] Start Logging BandwidthProfileUDPDt
[Teardown] Run Keywords Run Keyword If ${logging} Collect Logs
... AND Stop Logging BandwidthProfileUDPDt
diff --git a/tests/functional/Voltha_PODTests.robot b/tests/functional/Voltha_PODTests.robot
index 23147c9..d59a075 100644
--- a/tests/functional/Voltha_PODTests.robot
+++ b/tests/functional/Voltha_PODTests.robot
@@ -493,7 +493,7 @@
Data plane verification using TCP
[Documentation] Test bandwidth profile is met and not exceeded for each subscriber.
... Assumes iperf3 and jq installed on client and iperf -s running on DHCP server
- [Tags] dataplane BandwidthProfileTCP VOL-2052
+ [Tags] non-critical dataplane BandwidthProfileTCP VOL-2052
[Setup] Start Logging BandwidthProfileTCP
[Teardown] Run Keywords Collect Logs
... AND Stop Logging BandwidthProfileTCP
@@ -553,7 +553,7 @@
Data plane verification using UDP
[Documentation] Test bandwidth profile is met and not exceeded for each subscriber.
... Assumes iperf3 and jq installed on client and iperf -s running on DHCP server
- [Tags] dataplane BandwidthProfileUDP VOL-2052
+ [Tags] non-critical dataplane BandwidthProfileUDP VOL-2052
[Setup] Start Logging BandwidthProfileUDP
[Teardown] Run Keywords Collect Logs
... AND Stop Logging BandwidthProfileUDP