[CPS] Add basic_cps test into smoke usecases testcase 43/133143/3
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Fri, 3 Feb 2023 13:49:43 +0000 (13:49 +0000)
committerMicha? Jagie??o <michal.jagiello@t-mobile.pl>
Fri, 3 Feb 2023 14:27:07 +0000 (14:27 +0000)
Basic CPS test checks if resources creation and deletion
on CPS works fine.

Issue-ID: INT-2194
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I8da5ee03b0312150167e521a112b6d5a72f17b0d

smoke-usecases-pythonsdk/docker/testcases.yaml

index caa94e9..5334662 100644 (file)
@@ -146,3 +146,16 @@ tiers:
                 dependencies:
                 run:
                     name: basic_cnf_macro
+
+            -
+                case_name: basic_cds
+                project_name: integration
+                enabled: true
+                criteria: 100
+                blocking: false
+                description: >-
+                    Create CPS resources: dataspace, schemaset, anchor and node
+                    and delete them.
+                dependencies:
+                run:
+                    name: basic_cds