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-01-26 11:21:10 +0100 |
commit | 08558d2f47f7400176ad678ceaaff1b5be0b931c (patch) | |
tree | 2eb4346cb21cdb9f85a84e322b4837e05194c23f /ansible/site.yml | |
parent | 65d860c6ee36641ad7d248f7dc8a6f63f3173301 (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>
Diffstat (limited to 'ansible/site.yml')
-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 c3c3562c..208ace7d 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -15,7 +15,8 @@ - xrally_kubernetes - k8s_conformance - sig_network - - sig_network_feature + - sig_network_features + - sig_storage - container: functest-kubernetes-security tests: - kube_hunter |