make test: create virtualenv under /test/ 99/15999/5
authorKlement Sekera <ksekera@cisco.com>
Thu, 8 Nov 2018 10:21:39 +0000 (11:21 +0100)
committerDamjan Marion <dmarion@me.com>
Thu, 29 Nov 2018 08:22:10 +0000 (08:22 +0000)
commitb8c72a4a8d8bd330ab62dc0c9461cac2b137575b
treeb2470923ad4e3612282115ef11ec77e1e1b70f3c
parent040950a59d53e8802ad31430d67df105939cce4c
make test: create virtualenv under /test/

instead of using build-root, use /test/venv directory for virtualenv
similarly, don't pollute build-root with test-built binaries

Change-Id: I1e63c04037eaee718b27b34ef16c9eb0252afa53
Signed-off-by: Klement Sekera <ksekera@cisco.com>
13 files changed:
.gitignore
Makefile
test/Makefile
test/discover_tests.py
test/doc/Makefile
test/ext/Makefile
test/framework.py
test/run_tests.py
test/test_jvpp.py
test/test_vapi.py
test/test_vcl.py
test/test_vom.py
test/vpp_papi_provider.py