Add ns_scale test
Change-Id: I49dd16f7a8c6c143498b81565ce71f902e5561b8
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/systest/Makefile b/systest/Makefile
index fe75754..7f5a542 100644
--- a/systest/Makefile
+++ b/systest/Makefile
@@ -115,6 +115,13 @@
JUNITXML=pytest-$@.xml \
PYTEST_OPTIONS="$(PYTEST_OPTIONS) -m vnf" _run_test
+ns_scale: check_OSM_HOSTNAME check_openstack_env
+ $(Q)$(MAKE) \
+ TEST_VNFD_DESCRIPTORS=$(DESCRIPTOR_BUILD_DIR)/vnfd_pkgs/cirros_vnf.tar.gz \
+ TEST_NSD_DESCRIPTORS=$(DESCRIPTOR_BUILD_DIR)/nsd_pkgs/cirros_ns.tar.gz \
+ JUNITXML=pytest-$@.xml \
+ PYTEST_OPTIONS="$(PYTEST_OPTIONS) -m ns_scale" _run_test
+
smoke: check_OSM_HOSTNAME
$(Q)$(MAKE) \
JUNITXML=pytest-$@.xml \