diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-01-26 09:29:17 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-18 16:54:24 +0100 |
commit | dcb442250783d97b2bbfc6e5671a18cc90106792 (patch) | |
tree | 360d5c2131f0afc330f60796c91be8953a553cbb /ansible | |
parent | 08e525c4e819f5830fa5a82bbd595d441901e553 (diff) |
Rename sig_network_feature -> sig_network_features
It also takes into account the last results (SCTP seems falky):
https://build.opnfv.org/ci/job/functest-kubernetes-opnfv-functest-kubernetes-smoke-latest-sig_network-run/1/console
https://build.opnfv.org/ci/job/functest-kubernetes-opnfv-functest-kubernetes-smoke-latest-sig_network_feature-run/3/console
https://build.opnfv.org/ci/job/functest-kubernetes-opnfv-functest-kubernetes-smoke-latest-sig_storage-run/1/console
Change-Id: I7d4b11462da33d20fd5ed00d870f1099b70f437b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 08558d2f47f7400176ad678ceaaff1b5be0b931c)
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index fdf7e464..c6896027 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -18,7 +18,8 @@ - xrally_kubernetes - k8s_conformance - sig_network - - sig_network_feature + - sig_network_features + - sig_storage - container: functest-kubernetes-security tests: - kube_hunter |