From ad171ccd8288246232b189f22e48717d8bdde153 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Tue, 22 Jan 2019 13:27:31 +0200 Subject: [PATCH] tests: Update README to refer to parallel-vm.py parallel-vm.sh was removed earlier. Signed-off-by: Jouni Malinen --- tests/hwsim/vm/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hwsim/vm/README b/tests/hwsim/vm/README index 8fef72c86..4cea85b98 100644 --- a/tests/hwsim/vm/README +++ b/tests/hwsim/vm/README @@ -25,7 +25,7 @@ cycle. For example, a 4 core system with 4 GB of RAM can easily run 8 parallel VMs (assuming valgrind is not used with its higher memory requirements). This can be run with: -./parallel-vm.sh [arguments..] +./parallel-vm.py [arguments..] --------------------------------------------------------------------------------