File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 7
7
sct_venv : " {{ virtualenv_path }}/sct-venv"
8
8
sct_repo : https://github.com/stackhpc/stackhpc-cloud-tests
9
9
# FIXME: Pin version for testing, remove before merge
10
- # sct_version: "docker-selinux"
11
- sct_version : " opensearch-dashboards-grafana"
10
+ sct_version : " docker-selinux"
12
11
sct_timeout : 30
13
12
results_path_local : " {{ lookup('env', 'HOME') }}/sct-results"
14
13
tasks :
75
74
{{ sct_venv }}/bin/py.test
76
75
--html={{ results_tmpdir.path }}/monitoring.html
77
76
--self-contained-html
78
- --pyargs stackhpc_cloud_tests. monitoring
77
+ -k monitoring
79
78
--timeout {{ sct_timeout }}
80
79
-rfEx
81
80
-vv
124
123
{{ sct_venv }}/bin/py.test
125
124
--html={{ results_tmpdir.path }}/host-{{ inventory_hostname }}.html
126
125
--self-contained-html
127
- --pyargs stackhpc_cloud_tests. host
126
+ -k host
128
127
--timeout {{ sct_timeout }}
129
128
-vv
130
129
environment :
You can’t perform that action at this time.
0 commit comments