From b71490f1ecea5903a9d566d2413288f915ecb007 Mon Sep 17 00:00:00 2001 From: Sirisha_Manchikanti Date: Thu, 17 Feb 2022 17:55:21 +0000 Subject: Fix CLAMP controlloop CSIT testcases Made corrections according to the application yaml to fix CLAMP CSIT testcases Issue-ID: POLICY-3933 Signed-off-by: Sirisha_Manchikanti Change-Id: I9dfb4ecb1a4dd1fa967aeafe341cddb38049d312 --- csit/clamp/tests/data/StateChangeRunningAC.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 csit/clamp/tests/data/StateChangeRunningAC.json (limited to 'csit/clamp/tests/data/StateChangeRunningAC.json') diff --git a/csit/clamp/tests/data/StateChangeRunningAC.json b/csit/clamp/tests/data/StateChangeRunningAC.json new file mode 100644 index 00000000..494f6fd7 --- /dev/null +++ b/csit/clamp/tests/data/StateChangeRunningAC.json @@ -0,0 +1,9 @@ +{ + "orderedState": "RUNNING", + "automationCompositionIdentifierList": [ + { + "name": "PMSHInstance0", + "version": "1.0.1" + } + ] +} -- cgit 1.2.3-korg