From: Michael Marchetti Date: Wed, 31 Oct 2018 18:03:15 +0000 (+0000) Subject: Add specific target for stage_4 X-Git-Tag: v5.0.0~49 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F20%2F6820%2F1;p=osm%2Fdevops.git Add specific target for stage_4 Signed-off-by: Michael Marchetti --- diff --git a/systest/Makefile b/systest/Makefile index b2a66ec9..7d80dc50 100644 --- a/systest/Makefile +++ b/systest/Makefile @@ -250,4 +250,8 @@ ping_pong: check_OSM_HOSTNAME check_openstack_env \ JUNITXML=pytest-$@.xml \ PYTEST_OPTIONS="$(PYTEST_OPTIONS) -m vnf" _run_test -.PHONY: report_dir cirros vim smoke ping_pong +stage_4_tests = cirros + +openstack_stage_4: $(stage_4_tests) + +.PHONY: report_dir cirros vim smoke ping_pong openstack_stage_4 stage_4_tests