~xubuntu-dev/ubuntu-cdimage/xubuntu-base

« back to all changes in this revision

Viewing changes to lib/cdimage/tests/test_mirror.py

  • Committer: Colin Watson
  • Date: 2015-12-08 13:39:13 UTC
  • mfrom: (1555.1.1 ubuntu-cdimage)
  • Revision ID: cjwatson@canonical.com-20151208133913-s35v5qns8s1tyewl
[r=cjwatson] Add s390x.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        for series in all_series:
79
79
            self.assertMirrorEqual("ftp", "ppc64el", series)
80
80
 
 
81
    def test_s390x(self):
 
82
        for series in all_series:
 
83
            self.assertMirrorEqual("ftp", "s390x", series)
 
84
 
81
85
    def test_sparc(self):
82
86
        for series in all_series:
83
87
            self.assertMirrorEqual("ftp", "sparc", series)