Skip to content

Commit e154481

Browse files
committed
Select test subset using expression and change the branch to pull in
host tests on top of the monitoring tests
1 parent e96f28f commit e154481

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
sct_venv: "{{ virtualenv_path }}/sct-venv"
88
sct_repo: https://github.com/stackhpc/stackhpc-cloud-tests
99
# FIXME: Pin version for testing, remove before merge
10-
#sct_version: "docker-selinux"
11-
sct_version: "opensearch-dashboards-grafana"
10+
sct_version: "docker-selinux"
1211
sct_timeout: 30
1312
results_path_local: "{{ lookup('env', 'HOME') }}/sct-results"
1413
tasks:
@@ -75,7 +74,7 @@
7574
{{ sct_venv }}/bin/py.test
7675
--html={{ results_tmpdir.path }}/monitoring.html
7776
--self-contained-html
78-
--pyargs stackhpc_cloud_tests.monitoring
77+
-k monitoring
7978
--timeout {{ sct_timeout }}
8079
-rfEx
8180
-vv
@@ -124,7 +123,7 @@
124123
{{ sct_venv }}/bin/py.test
125124
--html={{ results_tmpdir.path }}/host-{{ inventory_hostname }}.html
126125
--self-contained-html
127-
--pyargs stackhpc_cloud_tests.host
126+
-k host
128127
--timeout {{ sct_timeout }}
129128
-vv
130129
environment:

0 commit comments

Comments
 (0)