adding TESTTAGS variable
Change-Id: I068eb89967c022cb7a82c5b8088a1eb57d175938
diff --git a/seba-in-a-box/Makefile b/seba-in-a-box/Makefile
index f308007..0789c21 100644
--- a/seba-in-a-box/Makefile
+++ b/seba-in-a-box/Makefile
@@ -5,6 +5,7 @@
WORKSPACE ?= $(HOME)
VIRTUALENV ?= $(WORKSPACE)/cord/test
SEBAVALUES ?= configs/seba-ponsim.yaml
+TESTTAGS ?= stable
# used to start logging/monitoring and other infrastructure charts
INFRA_CHARTS ?=
@@ -210,7 +211,7 @@
WORKSPACE=$(VIRTUALENV) bash ./setup_venv.sh && \
source $(VIRTUALENV)/venv-cord-tester/bin/activate && \
cd Tests/WorkflowValidations/ && \
- pybot -e notready SIAB.robot
+ pybot -e notready -i $(TESTTAGS) SIAB.robot
touch $@
remove-chart-milestones: