Junit for EncShellCommand.java

Junit for EncShellCommand.java

Issue-ID: CCSDK-1016
Change-Id: I7cbdb49b6e04ce6a69a48f9a507c7db959698140
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
1 file changed
tree: 55112268aea377b03f4d89be1a43b5538794f4c5
  1. artifacts/
  2. dblib/
  3. features/
  4. filters/
  5. sli/
  6. sliapi/
  7. sliPluginUtils/
  8. src/
  9. utils/
  10. .gitignore
  11. INFO.yaml
  12. LICENSE.txt
  13. pom.xml
  14. README.md
  15. version.properties
README.md

This source repository contains the code for the core SDN Controller components. To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.

  2. To compile, run "mvn clean install".