aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2024-05-06 13:12:25 +0300
committerMatias Elo <matias.elo@nokia.com>2024-06-05 13:11:11 +0300
commit151676d2d387386fdad315ba54c36003b6757f6a (patch)
tree91eb13f1f0a92fd50b1b1dff6916a16067259121
parent968e7e4754fd9fd9c2b2e7221cbb0173f413dcc1 (diff)
Port 6fe8554a4 "test: dyn_workers: add CI integration"
Port original commit from linux-generic. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
-rwxr-xr-xtest/miscellaneous/odp_dyn_workers_run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/miscellaneous/odp_dyn_workers_run.sh b/test/miscellaneous/odp_dyn_workers_run.sh
index f58520a6c..188713d77 100755
--- a/test/miscellaneous/odp_dyn_workers_run.sh
+++ b/test/miscellaneous/odp_dyn_workers_run.sh
@@ -12,6 +12,9 @@ TEST_DIR="${TEST_DIR:-$(dirname $0)}"
BIN=odp_dyn_workers
DEL=100000000
+export ODP0="ODP_PLATFORM_PARAMS=-m 256 --file-prefix odp0 --proc-type auto --no-pci"
+export ODP1="ODP_PLATFORM_PARAMS=-m 256 --file-prefix odp1 --proc-type auto --no-pci"
+
if [ ${MAX_CPUS} -lt ${REQ_CPUS} ]; then
echo "Not enough CPUs (requested ${REQ_CPUS}, available ${MAX_CPUS}). Skipping test."
exit 77