diff options
Diffstat (limited to 'ansible/site.yml')
-rw-r--r-- | ansible/site.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 2af40006..734aec05 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -27,9 +27,6 @@ - name: functest-kubernetes-smoke ref_arg: path: docker/smoke - - name: functest-kubernetes-features - ref_arg: - path: docker/features suites: - repo: opnfv container: functest-kubernetes-healthcheck @@ -42,8 +39,3 @@ - k8s_conformance properties: execution-type: SEQUENTIALLY - - repo: opnfv - container: functest-kubernetes-features - tests: - - stor4nfv_k8s - - clover_k8s |