summaryrefslogtreecommitdiffstats
path: root/test/scripts
diff options
context:
space:
mode:
authorSaima Yunus <yunus.saima.234@gmail.com>2022-08-10 03:25:31 -0400
committerDave Wallace <dwallacelf@gmail.com>2022-08-16 20:27:37 +0000
commitc7f93b321d02c532f612587f939f8188526139ac (patch)
tree36f8a65e7a420674193af926c9e724fdf6036034 /test/scripts
parent5c9f9968de63fa627b4a72b344df36cdc686d18a (diff)
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 <yunus.saima.234@gmail.com> Change-Id: Id2beecbb99f24ce13ed118a1869c5adbef247e50
Diffstat (limited to 'test/scripts')
-rwxr-xr-xtest/scripts/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/run.sh b/test/scripts/run.sh
index 544a536ed36..51c1c62df9d 100755
--- a/test/scripts/run.sh
+++ b/test/scripts/run.sh
@@ -55,7 +55,7 @@ fi
if [ -z "$venv_dir" ]
then
- venv_dir="$ws_dir/test/venv"
+ venv_dir="$ws_dir/build-root/test/venv"
echo "Argument --venv-path not specified, defaulting to '$venv_dir'"
extra_args="$extra_args --venv-dir=$venv_dir"
fi