diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-08-31 10:56:23 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-08-31 11:27:50 +0200 |
commit | 4ef1169759eaeb39144ac7e2a3f814ea86af7a67 (patch) | |
tree | f67fc17b2043e360c4567cc725a93ae53bb5b44f /ansible | |
parent | 22b978b7a3790ec393024152e0d8f2254635e81e (diff) |
Remove Features containers
Most the features are stopped and Functest shouldn't host dead code.
Functest is a framework (Docker and Python modules) which can be still
reused by any third-party (OPNFV Feature or anything else) in its tree
and CI.
Change-Id: Ia8475ce295b2cdcddbfcfc5b17ea2ab9e51a8afb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 1f15f8f1e..e26979a96 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -36,9 +36,6 @@ - name: functest-vnf ref_arg: path: docker/vnf - - name: functest-features - ref_arg: BRANCH - path: docker/features suites: - container: functest-healthcheck tests: @@ -83,10 +80,3 @@ - juju_epc properties: execution-type: SEQUENTIALLY - - container: functest-features - tests: - - doctor-notification - - functest-odl-sfc - - barometercollectd - - vgpu - - stor4nfv_os |