hs-test: support for multiple workers
[vpp.git] / extras / hs-test / test
index a886652..db53d5a 100755 (executable)
@@ -38,6 +38,9 @@ case "${i}" in
             unconfigure_set=1
         fi
         ;;
+    --cpus=*)
+        args="$args -cpus ${i#*=}"
+        ;;
     --test=*)
         tc_name="${i#*=}"
         if [ $tc_name != "all" ]; then