From 998140f1b06a3f1c7dab1d6bf8cdda8d719a7875 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 18 Jul 2019 16:16:33 +0100 Subject: [PATCH] tests: Remove single test limit Run the tests with default parallelisation. Signed-off-by: Rob Bradford --- scripts/run_integration_tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/run_integration_tests.sh b/scripts/run_integration_tests.sh index e17b76cc3..41b85cf9d 100755 --- a/scripts/run_integration_tests.sh +++ b/scripts/run_integration_tests.sh @@ -89,5 +89,4 @@ fi cargo build sudo setcap cap_net_admin+ep target/debug/cloud-hypervisor -# Tests must be executed serially for now as they have a hardcoded IP address -cargo test --features "integration_tests" -- --test-threads=1 +cargo test --features "integration_tests"