diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-10-06 14:09:17 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-10-06 14:09:17 +0200 |
commit | dcaebd45961cba194af8b3306d8216851ac27a86 (patch) | |
tree | 79fa39d2b5d2e1d9122143445f0cf327dfdc5a99 /src/test/resources | |
parent | 9157c0834b771964597da1f2a259b737fc86e1f7 (diff) |
Increase the test portability
This test was testing the class name provided in the yaml,
if it changes the test is dead. So it's more generic now
Change-Id: I72ba7ac087da137b0e43628c99b5d92a1696078a
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/example/operational-policy/yaml-policy-chain-1.yaml | 2 | ||||
-rw-r--r-- | src/test/resources/example/operational-policy/yaml-policy-chain-2.yaml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/test/resources/example/operational-policy/yaml-policy-chain-1.yaml b/src/test/resources/example/operational-policy/yaml-policy-chain-1.yaml index 80b9b7ca..afe9fdd8 100644 --- a/src/test/resources/example/operational-policy/yaml-policy-chain-1.yaml +++ b/src/test/resources/example/operational-policy/yaml-policy-chain-1.yaml @@ -1,8 +1,6 @@ -!!org.onap.policy.controlloop.policy.ControlLoopPolicy controlLoop: abatement: false controlLoopName: controlNameTest - pnf: null resources: - resourceInvariantUUID: null resourceName: 6c7aaec2-59eb-41d9-8681-b7f976ab668d diff --git a/src/test/resources/example/operational-policy/yaml-policy-chain-2.yaml b/src/test/resources/example/operational-policy/yaml-policy-chain-2.yaml index 80b9b7ca..afe9fdd8 100644 --- a/src/test/resources/example/operational-policy/yaml-policy-chain-2.yaml +++ b/src/test/resources/example/operational-policy/yaml-policy-chain-2.yaml @@ -1,8 +1,6 @@ -!!org.onap.policy.controlloop.policy.ControlLoopPolicy controlLoop: abatement: false controlLoopName: controlNameTest - pnf: null resources: - resourceInvariantUUID: null resourceName: 6c7aaec2-59eb-41d9-8681-b7f976ab668d |