diff options
author | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2022-02-17 17:55:21 +0000 |
---|---|---|
committer | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2022-02-23 18:03:26 +0000 |
commit | b71490f1ecea5903a9d566d2413288f915ecb007 (patch) | |
tree | 8b8a910df002b357a618c148c8ee8bc844612c86 /csit/clamp/tests/data/PassivateAC.json | |
parent | 9f43149ce6760bf9888c927a6e222517cbd62fa1 (diff) |
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 <sirisha.manchikanti@est.tech>
Change-Id: I9dfb4ecb1a4dd1fa967aeafe341cddb38049d312
Diffstat (limited to 'csit/clamp/tests/data/PassivateAC.json')
-rw-r--r-- | csit/clamp/tests/data/PassivateAC.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/csit/clamp/tests/data/PassivateAC.json b/csit/clamp/tests/data/PassivateAC.json new file mode 100644 index 00000000..bd4c4a21 --- /dev/null +++ b/csit/clamp/tests/data/PassivateAC.json @@ -0,0 +1,9 @@ +{ + "orderedState": "PASSIVE", + "automationCompositionIdentifierList": [ + { + "name": "PMSHInstance0", + "version": "1.0.1" + } + ] +} |