From 339ca1c5d3c9f138a13ae82c181b001df43645eb Mon Sep 17 00:00:00 2001 From: Vijay VK Date: Tue, 27 Mar 2018 02:05:36 +0100 Subject: fix tox setup for snmptrap Change-Id: I39adcd37cab64937af182c4716cba0cfaba6c7a2 Signed-off-by: VENKATESH KUMAR Issue-ID: DCAEGEN2-271 Signed-off-by: VENKATESH KUMAR Signed-off-by: Ladue, David (dl3158) --- tests/tox.ini | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tests/tox.ini (limited to 'tests/tox.ini') diff --git a/tests/tox.ini b/tests/tox.ini deleted file mode 100644 index 3d8e842..0000000 --- a/tests/tox.ini +++ /dev/null @@ -1,15 +0,0 @@ -[tox] -envlist = py36 - -[testenv] -deps = coverage -commands = coverage erase - -[testenv:py36] -deps = coverage pytest -commands = coverage run ../bin/snmptrapd.py & - pytest test_trapd_exit.py - pytest test_trapd_http_session.py - pytest test_trapd_runtime_pid.py - ./test_snmptrapd_send_test_trap.py & - coverage report -m -- cgit 1.2.3-korg