Adding a test model

This test model will be helpful in unit tests

Change-Id: I62f7aa2ed6d1e1ba71c20700a4d29bdca204b4f0
Issue-ID: CCSDK-1521
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
1 file changed
tree: ec3c8e82aa4b63c228fa20ff4bab274e4b4751bf
  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".