aboutsummaryrefslogtreecommitdiff
path: root/test/miscellaneous/odp_dyn_workers_run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/miscellaneous/odp_dyn_workers_run.sh')
-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