SDN Controller Blueprints Assignment 87/64487/3
authorSingal, Kapil (ks220y) <ks220y@att.com>
Tue, 4 Sep 2018 17:30:16 +0000 (13:30 -0400)
committerDan Timoney <dt5972@att.com>
Tue, 4 Sep 2018 20:30:50 +0000 (20:30 +0000)
commita43f31d01e92202e9bbb72ab0556c88790b3ce94
tree72516eaa7ecad953c017592d9db762fbf8c25568
parenta489456f6780b491d31f6bb853e469bcb6b65c61
SDN Controller Blueprints Assignment

Creating SDN Controller Blueprints Resource Assignment Service Junit Tests

Change-Id: Id0126063292d0ddcecaabe9a192d8dbf2a133098
Issue-ID: CCSDK-506
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
blueprints-processor/plugin/assignment-provider/src/test/java/org/onap/ccsdk/config/assignment/service/ConfigPreviewServiceTest.java [new file with mode: 0644]
blueprints-processor/plugin/assignment-provider/src/test/java/org/onap/ccsdk/config/assignment/service/ConfigResourceAssignmentTestUtils.java [new file with mode: 0644]
blueprints-processor/plugin/assignment-provider/src/test/java/org/onap/ccsdk/config/assignment/service/ResourceAssignmentGenerationTest.java [new file with mode: 0644]
blueprints-processor/plugin/assignment-provider/src/test/java/org/onap/ccsdk/config/assignment/service/ResourceAssignmentValidation.java [new file with mode: 0644]
blueprints-processor/plugin/assignment-provider/src/test/java/org/onap/ccsdk/config/assignment/service/TopologicalSortingTest.java [new file with mode: 0644]
blueprints-processor/plugin/assignment-provider/src/test/resources/assignments/alltype-empty-value-mapping.json [new file with mode: 0644]
blueprints-processor/plugin/assignment-provider/src/test/resources/assignments/alltype-mapping.json [new file with mode: 0644]
blueprints-processor/plugin/assignment-provider/src/test/resources/assignments/empty-dictionary.json [new file with mode: 0644]
blueprints-processor/plugin/assignment-provider/src/test/resources/validation/cyclic.json [new file with mode: 0644]
blueprints-processor/plugin/assignment-provider/src/test/resources/validation/duplicate.json [new file with mode: 0644]
blueprints-processor/plugin/assignment-provider/src/test/resources/validation/success.json [new file with mode: 0644]