From: Mike Marchetti Date: Wed, 28 Mar 2018 18:28:21 +0000 (-0400) Subject: add vcd/openstack explicit rules for test X-Git-Tag: v3.1.0~34 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=7dd7e17b25538af6daccc5da129bbe9641ace11b;p=osm%2Fdevops.git add vcd/openstack explicit rules for test Signed-off-by: Mike Marchetti --- diff --git a/systest/Makefile b/systest/Makefile index 36ed0a57..40492aa2 100644 --- a/systest/Makefile +++ b/systest/Makefile @@ -183,7 +183,13 @@ images/%.img: echo "No method selected to upload image to VIM" endif -cirros: check_OSM_HOSTNAME check_openstack_env check_vcd_env \ +%.openstack: check_openstack_env + $(Q)$(MAKE) $* + +%s.vcd: check_vcd_env + $(Q)$(MAKE) $* + +cirros: check_OSM_HOSTNAME \ $(DESCRIPTOR_DIR)/vnfd/cirros_vnf/build/cirros_vnf.tar.gz \ $(DESCRIPTOR_DIR)/nsd/cirros_ns/build/cirros_ns.tar.gz \ images/cirros-0.3.5-x86_64-disk.img @@ -193,7 +199,7 @@ cirros: check_OSM_HOSTNAME check_openstack_env check_vcd_env \ JUNITXML=pytest-$@.xml \ PYTEST_OPTIONS="$(PYTEST_OPTIONS) -m vnf" _run_test -ns_scale: check_OSM_HOSTNAME check_openstack_env check_vcd_env \ +ns_scale: check_OSM_HOSTNAME \ $(DESCRIPTOR_DIR)/vnfd/cirros_vnf/build/cirros_vnf.tar.gz \ $(DESCRIPTOR_DIR)/nsd/cirros_ns/build/cirros_ns.tar.gz \ images/cirros-0.3.5-x86_64-disk.img