diff options
author | pramod.jamkhedkar <pramod@research.att.com> | 2020-05-18 11:27:50 -0400 |
---|---|---|
committer | pramod.jamkhedkar <pramod@research.att.com> | 2020-05-19 10:34:32 -0400 |
commit | cac1b44880610e19ae831d3f3656b8b835389db0 (patch) | |
tree | a0b9b0d017031ddfede913f07e148c1fcf461f01 /applications/guard/src/test/resources | |
parent | 50c786ff425de405252cccddea7ff776942ef671 (diff) |
Change CLC granularity to CL level.
Change CLC granularity from target level to CL level. Remove the target
matching for the db query at PIP level.
Issue-ID: POLICY-2573
Change-Id: If9ba1a4d22c3b8bc5dfce0632f7037ad085f6ea6
Signed-off-by: pramod.jamkhedkar <pramod@research.att.com>
Diffstat (limited to 'applications/guard/src/test/resources')
-rw-r--r-- | applications/guard/src/test/resources/requests/coordination.cl.vPci.node.1.json | 2 | ||||
-rw-r--r-- | applications/guard/src/test/resources/requests/coordination.cl.vSonh.node.1.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/applications/guard/src/test/resources/requests/coordination.cl.vPci.node.1.json b/applications/guard/src/test/resources/requests/coordination.cl.vPci.node.1.json index 22e710bd..d6a48c7c 100644 --- a/applications/guard/src/test/resources/requests/coordination.cl.vPci.node.1.json +++ b/applications/guard/src/test/resources/requests/coordination.cl.vPci.node.1.json @@ -7,7 +7,7 @@ "resource": { "guard": { "actor": "SDNR", - "recipe": "ModifyConfig", + "operation": "ModifyConfig", "clname": "ControlLoop-vPCI-fb41f388-a5f2-11e8-98d0-529269fb1459", "target": "node1" } diff --git a/applications/guard/src/test/resources/requests/coordination.cl.vSonh.node.1.json b/applications/guard/src/test/resources/requests/coordination.cl.vSonh.node.1.json index 5846da37..10f2bc1e 100644 --- a/applications/guard/src/test/resources/requests/coordination.cl.vSonh.node.1.json +++ b/applications/guard/src/test/resources/requests/coordination.cl.vSonh.node.1.json @@ -7,7 +7,7 @@ "resource": { "guard": { "actor": "SDNR", - "recipe": "ModifyConfigANR", + "operation": "ModifyConfigANR", "clname": "ControlLoop-vSONH-7d4baf04-8875-4d1f-946d-06b874048b61", "target": "node1" } |