diff options
author | 2021-04-04 14:54:43 +0200 | |
---|---|---|
committer | 2021-04-04 15:07:55 +0200 | |
commit | 98c03749dcc72d499997fcd979596c216448a409 (patch) | |
tree | 1bb4fc55471bfeaefb84e44a67cab4fa6194dd09 | |
parent | 9ab8f5875f734633d03c3d16fccaf84eacb0b73b (diff) |
Update test case list
Change-Id: Ide5fdd5967ce11847f9672259b79b6068c228848
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit c1ea4de55608b931462cd0a8d2a3a8325e5888e5)
-rw-r--r-- | ansible/site.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index e6938fa1..44c54cb4 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -18,17 +18,25 @@ execution-type: SEQUENTIALLY tests: - xrally_kubernetes + - k8s_io - k8s_conformance - k8s_conformance_serial - sig_api_machinery + - sig_api_machinery_serial - sig_apps + - sig_apps_serial - sig_auth - sig_cli + - sig_cli_serial - sig_cluster_lifecycle - sig_instrumentation - sig_network + - sig_network_serial - sig_node + - sig_node_serial + - sig_scheduling_serial - sig_storage + - sig_storage_serial - container: functest-kubernetes-security tests: - kube_hunter |