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

« back to all changes in this revision

Viewing changes to lib/cdimage/tests/test_tree.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:
811
811
        publisher = self.make_publisher("ubuntu", "daily")
812
812
        for arch in ("amd64", "i386"):
813
813
            self.assertFalse(publisher.jigdo_ports(arch))
814
 
        for arch in ("armel", "armhf", "hppa", "ia64", "lpia", "ppc64el"):
 
814
        for arch in ("armel", "armhf", "hppa", "ia64", "lpia", "ppc64el",
 
815
                     "s390x"):
815
816
            self.assertTrue(publisher.jigdo_ports(arch))
816
817
 
817
818
    def test_replace_jigdo_mirror(self):