summaryrefslogtreecommitdiffstats
path: root/recipes-test/virt-test/files/do_not_upgrade_test_providers.patch
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:57:02 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 13:57:02 +0200
commit74d51c8c3e18a8b6738aff0c6f7ff706fd70eaa6 (patch)
treed4b576b12f8fe930ac8a76056ecaa356ec0ec133 /recipes-test/virt-test/files/do_not_upgrade_test_providers.patch
downloadmeta-vt-74d51c8c3e18a8b6738aff0c6f7ff706fd70eaa6.tar.gz
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-test/virt-test/files/do_not_upgrade_test_providers.patch')
-rw-r--r--recipes-test/virt-test/files/do_not_upgrade_test_providers.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-test/virt-test/files/do_not_upgrade_test_providers.patch b/recipes-test/virt-test/files/do_not_upgrade_test_providers.patch
new file mode 100644
index 0000000..1a92622
--- /dev/null
+++ b/recipes-test/virt-test/files/do_not_upgrade_test_providers.patch
@@ -0,0 +1,27 @@
1commit 7e3029cf20a653170522bcb70d5cf8a98605b466
2Author: Jonas Eriksson <jonas.eriksson@enea.com>
3Date: Tue Mar 25 15:10:01 2014 +0100
4
5 Don't try to upgrade test providers
6
7 This works bad with embedded systems that does not have git installed.
8
9 Signed-off-by: Jonas Eriksson <jonas.eriksson@enea.com>
10 Upstream-Status: Inappropriate [disable feature]
11
12diff --git a/virttest/bootstrap.py b/virttest/bootstrap.py
13index 7a5d716..d85679f 100644
14--- a/virttest/bootstrap.py
15+++ b/virttest/bootstrap.py
16@@ -724,11 +724,6 @@ def bootstrap(test_name, test_dir, base_dir, default_userspace_paths,
17
18 logging.info("")
19 step += 1
20- logging.info("%d - Updating all test providers", step)
21- asset.download_all_test_providers(update_providers)
22-
23- logging.info("")
24- step += 1
25 logging.info("%d - Checking the mandatory programs and headers", step)
26 verify_mandatory_programs(test_name)
27