projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ec8d0a
)
Add specific target for stage_4
20/6820/1
author
Michael Marchetti
<mmarchetti@sandvine.com>
Wed, 31 Oct 2018 18:03:15 +0000
(18:03 +0000)
committer
Michael Marchetti
<mmarchetti@sandvine.com>
Wed, 31 Oct 2018 18:03:15 +0000
(18:03 +0000)
Signed-off-by: Michael Marchetti <mmarchetti@sandvine.com>
systest/Makefile
patch
|
blob
|
history
diff --git
a/systest/Makefile
b/systest/Makefile
index
b2a66ec
..
7d80dc5
100644
(file)
--- 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