commit | cb54816c725dccd5bcaddbe7230d53483d201915 | [log] [tgz] |
---|---|---|
author | beili.zhou <beili.zhou@amdocs.com> | Thu Oct 12 19:23:27 2017 -0400 |
committer | beili.zhou <beili.zhou@amdocs.com> | Thu Oct 12 19:23:41 2017 -0400 |
tree | 385850569c54117b0e91f7036088165ab6acf43d | |
parent | dd3f74074787dfd14e8aec0b48883b780dd8ccba [diff] |
Sonar coverage vnftools - VnfTools Add junit test cases for VnfTools class In VnfTools: - Fix sonarlint issues (remove un-used private method and etc) - Changed tab to 4 spaces as per ONAP Java code style Issue-Id: SDNC-122 Change-Id: If216f53c8ffa7b646f6ebf18d4b9568cfdf4683b Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".