Skip to content

Commit e3b21a2

Browse files
committed
Restore the SCT pyargs else we don't find any tests to run.
1 parent 93af210 commit e3b21a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/kayobe/ansible/stackhpc-cloud-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
{{ sct_venv }}/bin/py.test
7676
--html={{ results_tmpdir.path }}/monitoring.html
7777
--self-contained-html
78+
--pyargs stackhpc_cloud_tests
7879
-k monitoring
7980
--timeout {{ sct_timeout }}
8081
-rfEx
@@ -124,6 +125,7 @@
124125
{{ sct_venv }}/bin/py.test
125126
--html={{ results_tmpdir.path }}/host-{{ inventory_hostname }}.html
126127
--self-contained-html
128+
--pyargs stackhpc_cloud_tests
127129
-k host
128130
--timeout {{ sct_timeout }}
129131
-vv

0 commit comments

Comments
 (0)