commit 7e3029cf20a653170522bcb70d5cf8a98605b466 Author: Jonas Eriksson Date: Tue Mar 25 15:10:01 2014 +0100 Don't try to upgrade test providers This works bad with embedded systems that does not have git installed. Signed-off-by: Jonas Eriksson Upstream-Status: Inappropriate [disable feature] diff --git a/virttest/bootstrap.py b/virttest/bootstrap.py index 7a5d716..d85679f 100644 --- a/virttest/bootstrap.py +++ b/virttest/bootstrap.py @@ -724,11 +724,6 @@ def bootstrap(test_name, test_dir, base_dir, default_userspace_paths, logging.info("") step += 1 - logging.info("%d - Updating all test providers", step) - asset.download_all_test_providers(update_providers) - - logging.info("") - step += 1 logging.info("%d - Checking the mandatory programs and headers", step) verify_mandatory_programs(test_name)