diff options
author | Cédric Ollivier <ollivier.cedric@gmail.com> | 2018-07-09 22:09:39 +0200 |
---|---|---|
committer | Cédric Ollivier <ollivier.cedric@gmail.com> | 2018-07-10 08:49:22 +0200 |
commit | 4c32f394e4ca9058ca69571754ff15156149251d (patch) | |
tree | 8fa005580d1409ad565717981a188018e2d9c90c /docker/vnf | |
parent | 7666aadc3d8b2075e001df55e5d2fd7389d765df (diff) |
Publish cloudify scenario
It eases deploying any vnf via Cloudify.
It also stops duplicating code between vims and vrouter.
Co-Authored-By: Valentin Boucher <valentin.boucher@kontron.com>
Change-Id: I5fe06d91804f4781f6b1301da12862bac793ffbb
Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
Diffstat (limited to 'docker/vnf')
-rw-r--r-- | docker/vnf/testcases.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docker/vnf/testcases.yaml b/docker/vnf/testcases.yaml index 938f0b309..bc2a425cc 100644 --- a/docker/vnf/testcases.yaml +++ b/docker/vnf/testcases.yaml @@ -8,6 +8,19 @@ tiers: Collection of VNF test cases. testcases: - + case_name: cloudify + project_name: functest + criteria: 100 + blocking: false + description: >- + This test case deploys the Cloudify orchestrator. + dependencies: + installer: '' + scenario: 'os-.*-nofeature-.*ha' + run: + module: 'functest.core.cloudify' + class: 'Cloudify' + - case_name: cloudify_ims project_name: functest criteria: 80 |