Added vpci and vsonh tests 01/104301/22
authorpramod.jamkhedkar <pramod@research.att.com>
Tue, 24 Mar 2020 19:54:09 +0000 (15:54 -0400)
committerpramod.jamkhedkar <pramod@research.att.com>
Fri, 10 Apr 2020 17:40:25 +0000 (13:40 -0400)
commit40ba10444edf0b1ee74429b9b01ad1be40aa203b
tree7bc2969cdb45baa48246719050a148750897e8b6
parentdc272e0912390292fa09e84d56380ac3697250cd
Added vpci and vsonh tests

Added test cases for vpci and vsonh usecases

Issue-ID: POLICY-2162
Change-Id: Ia69b16e74b82b92366b5065eeccab8d35f647742
Signed-off-by: pramod.jamkhedkar <pramod@research.att.com>
Signed-off-by: Jim Hahn <jrh3@att.com>
Signed-off-by: pramod.jamkhedkar <pramod@research.att.com>
12 files changed:
controlloop/common/controller-frankfurt/src/test/resources/config/frankfurt-controller.properties
controlloop/common/feature-controlloop-frankfurt/src/main/feature/config/frankfurt-controller.properties
controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/BaseRuleTest.java
controlloop/common/rules-test/src/main/resources/vpci/tosca-compliant-vpci.json [new file with mode: 0644]
controlloop/common/rules-test/src/main/resources/vpci/tosca-vpci.json [new file with mode: 0644]
controlloop/common/rules-test/src/main/resources/vpci/vpci.onset.json [new file with mode: 0644]
controlloop/common/rules-test/src/main/resources/vpci/vpci.sdnr.success.json [new file with mode: 0644]
controlloop/common/rules-test/src/main/resources/vsonh/tosca-compliant-vsonh.json [new file with mode: 0644]
controlloop/common/rules-test/src/main/resources/vsonh/tosca-vsonh.json [new file with mode: 0644]
controlloop/common/rules-test/src/main/resources/vsonh/vsonh.onset.json [new file with mode: 0644]
controlloop/common/rules-test/src/main/resources/vsonh/vsonh.sdnr.success.json [new file with mode: 0644]
controlloop/common/rules-test/src/test/java/org/onap/policy/controlloop/common/rules/test/BaseRuleTestTest.java