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/PassivateCL.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 csit/clamp/tests/data/PassivateCL.json (limited to 'csit/clamp/tests/data/PassivateCL.json') diff --git a/csit/clamp/tests/data/PassivateCL.json b/csit/clamp/tests/data/PassivateCL.json deleted file mode 100644 index 472d5f4e..00000000 --- a/csit/clamp/tests/data/PassivateCL.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "orderedState": "PASSIVE", - "controlLoopIdentifierList": [ - { - "name": "PMSHInstance0", - "version": "1.0.1" - } - ] -} -- cgit