improve the code coverage

Change-Id: I143f7f1e29817e9d4c0914e5349221fa63f5ce5d
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Issue-ID: DCAEGEN2-1903
3 files changed
tree: 61f3f891fc6a23874f124b0c0dd268d9be8bcc97
  1. data/
  2. data-formats/
  3. etc/
  4. logs/
  5. releases/
  6. snmptrap/
  7. spec/
  8. tests/
  9. tmp/
  10. .gitreview
  11. coverage.xml
  12. Dockerfile
  13. INFO.yaml
  14. LICENSE.txt
  15. mvn-phase-script.sh
  16. pom.xml
  17. README.md
  18. requirements.txt
  19. setup.py
  20. tox.ini
  21. version.properties
README.md

DCAE SNMPTrapReceiver

This is the repository for SNMP Trap Receiver for Open DCAE.

Build Instructions

This project is organized as a mvn project for a python application.

git clone ssh://git@<repo-address>:dcae-collectors/snmptrap.git
mvn clean install

to be completed

The application is bundled into a docker image installed by the DCAE Controller. Following is the process to creating the image:

<FIXME: add detailed instructions >