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 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 :
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
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 :
You can’t perform that action at this time.
0 commit comments