aboutsummaryrefslogtreecommitdiffstats
path: root/test/vpp_running.py
AgeCommit message (Collapse)AuthorFilesLines
2022-09-20tests: run tests against a running VPPNaveen Joy1-0/+157
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 <najoy@cisco.com>