diff options
author | 2021-05-03 09:32:59 +0200 | |
---|---|---|
committer | 2021-05-03 10:37:35 +0200 | |
commit | ac82b211de498add6414519b4157da01713c3661 (patch) | |
tree | 7d319d935a2cfdebf917cdbd26a999a7472ad3f3 /ansible | |
parent | 77b1ec0c8518d3ff2fd946ea56768a830f25f8f2 (diff) |
Update cnf-conformance to cnf-testsuite
https://github.com/cncf/cnf-conformance
https://github.com/cncf/cnf-testsuite
Change-Id: I77983e0f04781a92b34afcf82f21366384782964
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 959da00d3e1c4d406bc59995c0ea93add1ec48d3)
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.gate.yml | 2 | ||||
-rw-r--r-- | ansible/site.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index 58bdd313..4b29e3e9 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -63,4 +63,4 @@ tests: - k8s_vims - helm_vims - - cnf_conformance + - cnf_testsuite diff --git a/ansible/site.yml b/ansible/site.yml index 0233548b..cce8b091 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -48,4 +48,4 @@ tests: - k8s_vims - helm_vims - - cnf_conformance + - cnf_testsuite |