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

« back to all changes in this revision

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

  • Committer: Dimitri John Ledkov
  • Date: 2015-12-08 13:17:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1556.
  • Revision ID: dimitri.j.ledkov@intel.com-20151208131726-y7r6uwdzfz783jus
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)