diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-08-22 06:32:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-22 06:32:13 +0000 |
commit | 42562fa3393aa54d1780a428b439cedcd3590a7b (patch) | |
tree | 83b329429a52fe74f09bd8b8c5ec726251cf777d /functest/ci | |
parent | 9515e36a056ad7f16f39564ae2eeca955054997d (diff) | |
parent | b3fb30a3ec0b3f3005ad2e1b33740b581e07f1b5 (diff) |
Merge "Euphrates cleaning: remove any reference to aaa vnf"
Diffstat (limited to 'functest/ci')
-rw-r--r-- | functest/ci/config_functest.yaml | 4 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 16 |
2 files changed, 0 insertions, 20 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index 49ba7a9e..b3fc397f 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -116,10 +116,6 @@ rally: router_name: rally-router vnf: - aaa: - tenant_name: aaa - tenant_description: Freeradius server - tenant_images: {} juju_epc: tenant_name: epc tenant_description: OAI EPC deployed with Juju diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 7c51987c..b0472b27 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -478,22 +478,6 @@ tiers: run: module: 'functest.opnfv_tests.vnf.ims.cloudify_ims' class: 'CloudifyIms' - - - - case_name: aaa - enabled: false - project_name: functest - criteria: 100 - blocking: false - description: >- - Simple VNF. - dependencies: - installer: '' - scenario: '' - run: - module: 'functest.opnfv_tests.vnf.aaa.aaa' - class: 'AaaVnf' - - case_name: orchestra_openims project_name: functest |