tests: run tests against a running VPP 64/37064/5
authorNaveen Joy <[email protected]>
Tue, 30 Aug 2022 20:59:03 +0000 (13:59 -0700)
committerDamjan Marion <[email protected]>
Tue, 20 Sep 2022 13:54:58 +0000 (13:54 +0000)
commitc872cec3f0b31f7baf36dd50d75c285f0d0f4bec
treec57da9cbc4b3a08c2b3cab7e2b1bb374c7e2964c
parent229f5fcf188cf710f4a8fb269d92f1a1d04a99da
tests: run tests against a running VPP

Usage:
test/run.py -r  -t {test_filter}
Instead of starting a new instance of VPP, when the -r argument
is provided, test is run against a running VPP instance. Optionally,
one can also set the VPP socket directory using the -d
argument. The default location for socket files is
/var/run/user/${uid}/vpp and /var/run/vpp if VPP is started
as root.

Type: improvement

Change-Id: I05e57a067fcb90fb49973f8159fc17925b741f1a
Signed-off-by: Naveen Joy <[email protected]>
test/config.py
test/framework.py
test/run.py
test/vpp_running.py [new file with mode: 0644]