[TESTCASE] Declare basic_cnf_macro in xtesting 89/126489/4
authormorganrol <morgan.richomme@orange.com>
Thu, 6 Jan 2022 13:59:22 +0000 (14:59 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 26 Jan 2022 14:21:13 +0000 (14:21 +0000)
New test case (replace basic_cnf)

Issue-ID: TEST-379

Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I6b2b815f4b0d538cfb02dc70f824f77e80e0d112

smoke-usecases-pythonsdk/docker/testcases.yaml

index a2d10ef..caa94e9 100644 (file)
@@ -128,3 +128,21 @@ tiers:
                 dependencies:
                 run:
                     name: cds_resource_resolution
+            -
+                case_name: basic_cnf_macro
+                project_name: integration
+                enabled: true
+                criteria: 100
+                blocking: false
+                description: >-
+                    Basic CNF macro test. Unlike the Basic Cnf use case, here
+                    we utilize cnf-adapter orchestration path in SO, that does not
+                    require MSB and creates k8s-resources information in AAI.
+                    It has also VSP package that contains only helm package,
+                    in this case Apache server. We utilize here already enriched
+                    CBA and orchestration enables config-deploy process that
+                    performs validation of the state of the deployed Apache
+                    server and does the scaling of replica-count to 2 pods.
+                dependencies:
+                run:
+                    name: basic_cnf_macro