[VOL-3007] Moving the scale pipeline in robot

Change-Id: I729685325f6b05e9f9f17f14e96d597c885ebe68
diff --git a/Makefile b/Makefile
index f8b58df..fd803b5 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,10 @@
 # for backwards compatibility
 sanity-kind: sanity-single-kind
 
+# for scale pipeline
+voltha-scale: ROBOT_MISC_ARGS += -i activation $(ROBOT_DEBUG_LOG_OPT)
+voltha-scale: voltha-scale-test
+
 # target to invoke DT Workflow Sanity
 sanity-kind-dt: ROBOT_MISC_ARGS += -i sanityDt $(ROBOT_DEBUG_LOG_OPT)
 sanity-kind-dt: ROBOT_CONFIG_FILE := $(ROBOT_SANITY_DT_SINGLE_PON_FILE)
@@ -148,6 +152,11 @@
 	cd tests/dt-workflow ;\
 	robot -V $(ROBOT_CONFIG_FILE) $(ROBOT_MISC_ARGS) $(ROBOT_FILE)
 
+voltha-scale-test: vst_venv
+	source ./$</bin/activate ; set -u ;\
+	cd tests/scale ;\
+	robot $(ROBOT_MISC_ARGS) Voltha_Scale_Tests.robot
+
 # self-test, lint, and setup targets
 
 # virtualenv for the robot tools