[VOL-3217] Fix Failure Scenarios for POD name changes for ATT and DT

Change-Id: I46a39030d865a21a4a5c03bc912eb66ad7726c22
diff --git a/Makefile b/Makefile
index 70cf221..c28f1bc 100755
--- a/Makefile
+++ b/Makefile
@@ -162,6 +162,8 @@
 	cd tests/functional ;\
 	robot -V $(ROBOT_CONFIG_FILE) $(ROBOT_MISC_ARGS) $(ROBOT_FILE)
 
+voltha-dt-test: ROBOT_MISC_ARGS += -e notready
+
 voltha-dt-test: vst_venv
 	source ./$</bin/activate ; set -u ;\
 	cd tests/dt-workflow ;\