~wesley-wiedenmeier/curtin/reporting-cleanup

« back to all changes in this revision

Viewing changes to tests/vmtests/releases.py

  • Committer: Ryan Harper
  • Date: 2016-03-31 19:28:08 UTC
  • Revision ID: ryan.harper@canonical.com-20160331192808-76g1bl4iy078zkfz
Reverting s390x merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from curtin.util import get_platform_arch
2
 
 
3
 
 
4
1
class _ReleaseBase(object):
5
2
    repo = "maas-daily"
6
 
    arch = get_platform_arch()
 
3
    arch = "amd64"
7
4
 
8
5
 
9
6
class _PreciseBase(_ReleaseBase):