aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2023-12-07[SNMPTRAP] Use latest cbs library2.0.8Jack Lucas1-2/+3
Update to use latest cbs library (2.2.1) in requirements.txt. Pin pyasn1 library to 0.4.8. Later versions are incompatible with the (no longer maintained) pysnmp library. Pin python version to 3.8.x in Dockerfile. Fix EXPOSE syntax in Dockerfile. Issue-ID: DCAEGEN2-3409 Change-Id: I34248376d7c4c2fefa97cee51fc4ff341000375b Signed-off-by: Jack Lucas <jflos@sonoris.net>
2022-08-22CodeCoverage improvement (60% to 90%)Hansen, Tony (th1395)1-2/+2
Change-Id: I579e9d3fedbd6cc2589d189b121fa7dadfb6f7f1 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-3158 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2021-12-02run the black formatting tool on python code2.0.6Hansen, Tony (th1395)1-19/+11
Change-Id: I41badbf7ea2b2cd243e9f2acd5c9f2d3ec907964 Issue-ID: DCAEGEN2-2995 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2021-11-02send stdout logging to stdout in addition to log filesHansen, Tony (th1395)1-1/+1
Change-Id: Icad02afe29e28eef72cc36dd82f0a64810ce9500 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2957 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2021-07-23use version 2.2.1 of pypi onap_dcae_cbs_docker_client2.0.5Hansen, Tony (th1395)1-3/+4
Change-Id: I09106b2595deb4b8c74e4adad54ae3b78f896071 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2853 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2021-02-12Bump pysnmp requirement versionMichal Jagiello1-2/+3
Currently used pysnmp version can't be used with Python >= 3.7 version due to new keyword usage. Add py37, py38 and py39 envs into tox config. Added mvn-phase-lib locally to test python3 tox Issue-ID: DCAEGEN2-2494 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I526ceb8d66b40b0a87f0ba688e1ed7f2e3e5b34f Signed-off-by: vv770d <vv770d@att.com>
2020-03-02copyright banner changes2.0.3Ladue, David (dl3158)1-4/+4
Change-Id: I64f089e36fb8b21ed1719696ceeded1590ba8f8c Signed-off-by: Ladue, David (dl3158) <dl3158@att.com> Issue-ID: DCAEGEN2-2068 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2018-08-16adding snmpV3 supportLadue, David (dl3158)1-2/+2
Change-Id: I6250e30fa1aa2516a16c4906628be8cc904fbc71 Issue-ID: DCAEGEN2-630 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2018-07-29fix build issuevagrant1-1/+1
Change-Id: I50ee1ce094907b280e94bebb4788d91162aa5bb8 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-650
2018-04-18Fix setup for pip 10.0.0Lusheng Ji1-1/+1
Issue-ID: DCAEGEN2-452 Change-Id: Id3f478bdbe260804d6b3c1ef530358122f66a78b Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-03-28fix tox setup for snmptrapVijay VK1-5/+9
Change-Id: I39adcd37cab64937af182c4716cba0cfaba6c7a2 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-271 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2018-03-20more docker changesLadue, David (dl3158)1-35/+0
Change-Id: I7cbabcbf9ac13912c82aed6e29758f4075d51660 Issue-ID: DCAEGEN2-271 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2018-03-18docker and build config updatesLadue, David (dl3158)1-15/+20
Change-Id: I8420760c2ee8245bfb4394532db47e303bb621e7 Issue-ID: DCAEGEN2-271 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2018-03-18copyright and controller ENV changesLadue, David (dl3158)1-3/+3
Change-Id: Ic12aa439a03f19c7a06a536368a8d2a1f26855aa Issue-ID: DCAEGEN2-271 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2018-02-12Update license textLusheng Ji1-1/+1
Change-Id: Ia720d87a661c297d3613e12db19e91ae3b7c0a5f Signed-off-by: Lusheng Ji <lji@research.att.com> Issue-ID: DCAEGEN2-325
2018-01-23new controllerLadue, David (dl3158)1-0/+68
Change-Id: Ib53332f702d2f5aa19ea6044f9ce02c9167f5c61 Issue-ID: DCAEGEN2-271 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>