diff options
author | Jim Hahn <jrh3@att.com> | 2020-03-20 17:17:00 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-03-23 13:01:25 -0400 |
commit | 041017a10245054de9d32e9dceefdafef3e694ac (patch) | |
tree | c1bfe49f7a34e52ed6b77f7983eeb92f1efd7dfd /controlloop/common/rules-test/src/test | |
parent | 61a8fce56dc83def96a0100fd5c135f18a6dbf0c (diff) |
Remove vLB from drools-apps
Added a test for legacy policy to vDNS.
Issue-ID: POLICY-2434
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I92fc7813067d3e98562e5d1c7f0da7afe5aac96d
Diffstat (limited to 'controlloop/common/rules-test/src/test')
-rw-r--r-- | controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/BaseRuleTestTest.java | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/BaseRuleTestTest.java b/controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/BaseRuleTestTest.java index 7274c6bda..ed3d62738 100644 --- a/controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/BaseRuleTestTest.java +++ b/controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/BaseRuleTestTest.java @@ -301,6 +301,11 @@ public class BaseRuleTestTest { } @Test + public void testTestVdnsSunnyDayLegacy() { + checkHttpPolicy(base::testVdnsSunnyDayLegacy); + } + + @Test public void testTestVdnsSunnyDayCompliant() { checkHttpPolicy(base::testVdnsSunnyDayCompliant); } @@ -330,16 +335,6 @@ public class BaseRuleTestTest { checkAppcLegacyPolicyFinalFailure("ModifyConfig", base::testVfwRainyDayCompliantTimeout); } - @Test - public void testTestVlbSunnyDayLegacy() { - checkHttpPolicy(base::testVlbSunnyDayLegacy); - } - - @Test - public void testTestVlbSunnyDayCompliant() { - checkHttpPolicy(base::testVlbSunnyDayCompliant); - } - protected void checkAppcLcmPolicy(String operation, Runnable test) { enqueueAppcLcm(operation); enqueueClMgt(ControlLoopNotificationType.OPERATION_SUCCESS); |