From dc4b62dcea5c7bfbc83dee16b8986d5ba2f6df2a Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 25 Jul 2017 09:50:22 -0400 Subject: [POLICY-110] Adding use case tests. Change-Id: Idac15a4678faf108dea6c12628b3f5ea351a8a17 Signed-off-by: Pamela Dragosh --- .../controlloop/policy/ControlLoopPolicyTest.java | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'controlloop/common/policy-yaml/src/test/java') diff --git a/controlloop/common/policy-yaml/src/test/java/org/onap/policy/controlloop/policy/ControlLoopPolicyTest.java b/controlloop/common/policy-yaml/src/test/java/org/onap/policy/controlloop/policy/ControlLoopPolicyTest.java index 555b69282..b0d15463d 100644 --- a/controlloop/common/policy-yaml/src/test/java/org/onap/policy/controlloop/policy/ControlLoopPolicyTest.java +++ b/controlloop/common/policy-yaml/src/test/java/org/onap/policy/controlloop/policy/ControlLoopPolicyTest.java @@ -53,8 +53,24 @@ public class ControlLoopPolicyTest { } @Test - public void testvService2() { - this.test("src/test/resources/v2.0.0/policy_vService.yaml"); + public void testvDNS() { + this.test("src/test/resources/v2.0.0/policy_ONAP_demo_vDNS.yaml"); + } + + @Test + public void testvFirewall() { + // Chenfei to fix this. +// this.test("src/test/resources/v2.0.0/policy_ONAP_demo_vFirewall.yaml"); + } + + @Test + public void testvCPE() { + this.test("src/test/resources/v2.0.0/policy_ONAP_UseCase_vCPE.yaml"); + } + + @Test + public void testVOLTE() { + this.test("src/test/resources/v2.0.0/policy_ONAP_UseCase_VOLTE.yaml"); } public void test(String testFile) { -- cgit 1.2.3-korg