X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=systest%2FMakefile;h=7f5a542f4a862f599a0fe79c55800c1274dabb18;hb=8343e3fc441f1669ae906e85699e3f244dddc0b0;hp=fe75754980af5b6eaafba6e004bd2e4d1be40e92;hpb=6930bc081efa6feb1a7ff8a9cded75eea807f6f5;p=osm%2Fdevops.git diff --git a/systest/Makefile b/systest/Makefile index fe757549..7f5a542f 100644 --- a/systest/Makefile +++ b/systest/Makefile @@ -115,6 +115,13 @@ cirros: check_OSM_HOSTNAME check_openstack_env 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 \