[virt-tools-list] [PATCH virt-manager 4/4 V1] test_urls: Add opensuse 13.x tests

Lin Ma lma at suse.com
Fri May 29 08:51:50 UTC 2015


Because the content file is changed little bit in 13.2, Both of
urls of 13.1 and 13.2 need to be tested.

From: Charles Arnold <carnold at suse.com>
Signed-off-by: Lin Ma <lma at suse.com>
---
 tests/test_urls.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/test_urls.py b/tests/test_urls.py
index 14c52ec..4076515 100644
--- a/tests/test_urls.py
+++ b/tests/test_urls.py
@@ -147,6 +147,9 @@ _add(OLD_OPENSUSE_URL % ("11.4"), "opensuse11.4", hasbootiso=False)
 # Only keep i686 for the latest opensuse
 _add(OPENSUSE_URL % ("12.3"), "opensuse12.3",
      i686=OPENSUSE_URL % ("12.3"), hasbootiso=False, testshortcircuit=True)
+# Latest 13.x releases
+_add(OPENSUSE_URL % ("13.1"), "opensuse13.1", hasbootiso=False)
+_add(OPENSUSE_URL % ("13.2"), "opensuse13.2", hasbootiso=False)
 
 
 _set_distro(DebianDistro)
-- 
2.1.4




More information about the virt-tools-list mailing list