From c7f93b321d02c532f612587f939f8188526139ac Mon Sep 17 00:00:00 2001 From: Saima Yunus Date: Wed, 10 Aug 2022 03:25:31 -0400 Subject: tests: move "venv" to "build-root" directory from "test" directory Type: refactor - refactored VPP test code to remove "ignore_path" variable from "discover_tests" function and "run_test" code - configured VPP test makefile, config file, and 'run.sh' shell script to move "venv" directory from "test" dir to "build-root" dir Signed-off-by: Saima Yunus Change-Id: Id2beecbb99f24ce13ed118a1869c5adbef247e50 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4b7ed4f3277..71225df0e90 100644 --- a/.gitignore +++ b/.gitignore @@ -18,10 +18,10 @@ /build-root/rpmbuild/ /build-root/test-doc/ /build-root/test-cov/ +/build-root/test/ /test/run/ /test/build/ /test/coverage/ -/test/venv/ /test/vapi_test/ /test/doc/build/ /build-config.mk -- cgit 1.2.3-korg