diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-03-16 11:04:34 -0700 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-03-16 14:00:24 -0700 |
commit | e916ac28ba46ff7cad64f1a3150b128ba4772c70 (patch) | |
tree | 66ec87f03dfd6eec52f0687183da9321db171094 /ui-react/src/api/LoopCache.test.js | |
parent | 82775724cf35060294388f84d2e7d2b0671ee838 (diff) |
Rework the policy refresh
Rework the policy refresh for the new unique dialog policyModel
Issue-ID: CLAMP-578
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ie8c91223e92c1e344d7ead5784ffea33d4f6a00f
Diffstat (limited to 'ui-react/src/api/LoopCache.test.js')
-rw-r--r-- | ui-react/src/api/LoopCache.test.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ui-react/src/api/LoopCache.test.js b/ui-react/src/api/LoopCache.test.js index fc756814..4642ff52 100644 --- a/ui-react/src/api/LoopCache.test.js +++ b/ui-react/src/api/LoopCache.test.js @@ -30,17 +30,6 @@ describe('Verify LoopCache functions', () => { expect(loopCache.getLoopName()).toBe("LOOP_Jbv1z_v1_0_ResourceInstanceName1_tca"); }); - it('getOperationalPolicyConfigurationJson', () => { - const opPolicyConfig = { - "guard_policies": {}, - "operational_policy": { - "controlLoop": {}, - "policies": [] - } - }; - expect(loopCache.getOperationalPolicyConfigurationJson()).toStrictEqual(opPolicyConfig); - }); - it('getOperationalPolicies', () => { const opPolicy = [{ "name": "OPERATIONAL_h2NMX_v1_0_ResourceInstanceName1_tca", |