X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=systest%2FMakefile;h=75ab55631b86de92d0636723b9e7b11797ca548e;hb=refs%2Fchanges%2F61%2F6861%2F3;hp=b2a66ec9da685a4756fa98257a3c91ff1471c023;hpb=aa24514a2010f3e14eb9f02ced504a64004da710;p=osm%2Fdevops.git diff --git a/systest/Makefile b/systest/Makefile index b2a66ec9..75ab5563 100644 --- a/systest/Makefile +++ b/systest/Makefile @@ -38,6 +38,7 @@ VIM_EMU ?= TOPDIR=$(shell readlink -f .|sed -e 's/systest.*//') + ifdef OS_AUTH_URL OPTION_OS_AUTH_URL=--os-url $(OS_AUTH_URL) endif @@ -250,4 +251,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