~utah/utah/dev

« back to all changes in this revision

Viewing changes to utah/isotest/iso_static_validation.py

  • Committer: Joshua Powers
  • Date: 2019-04-17 16:09:40 UTC
  • mfrom: (1142.1.5 utah)
  • Revision ID: josh.powers@canonical.com-20190417160940-s7a1jwu66ufaywu5
* Various fixes for live-server testing on ppc64 and s390x
* Add workaround for LP: #1822096.
* live-server testing:
  - Use a newer way of specifying the public key that will be used to log in
  - Add a way to force a subiquity refresh to a specific channel via the
    command line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
386
386
        if self.st_arch == 'ppc64el':
387
387
            files_list = open(os.path.join(DATA_PATH,
388
388
                              'file_list_subiquity_powerpc'))
389
 
        if self.st_arch == 's390x':
 
389
        elif self.st_arch == 's390x':
390
390
            files_list = open(os.path.join(DATA_PATH,
391
391
                              'file_list_subiquity_s390x'))
392
392
        else: