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 <[email protected]>
Signed-off-by: Lin Ma <[email protected]>
---
 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

_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to