diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-08-21 15:46:58 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2017-08-21 15:46:58 +0200 |
commit | b3fb30a3ec0b3f3005ad2e1b33740b581e07f1b5 (patch) | |
tree | 41bf6b472f04138d3c3219a4a2bdeb1638b05cd4 /docker/vnf | |
parent | cfd987a6ce153be88413a38ade2bea3af2f32dcd (diff) |
Euphrates cleaning: remove any reference to aaa vnf
aaa vnf was created in Danube to illustrate the vnf abstraction
as real implementations are now available and nobody really
implements a real aaa test case, it is better to remove any reference
to aaa vnf
Note modification on the documentation will be done accordingly
Change-Id: Iab6d96c955a6a7dc178588592382e42d68ec604c
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'docker/vnf')
-rw-r--r-- | docker/vnf/testcases.yaml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docker/vnf/testcases.yaml b/docker/vnf/testcases.yaml index 1a42101e..9f653393 100644 --- a/docker/vnf/testcases.yaml +++ b/docker/vnf/testcases.yaml @@ -20,22 +20,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 |