~curtin-dev/curtin/xenial

« back to all changes in this revision

Viewing changes to tests/vmtests/test_raid5_bcache.py

  • Committer: Scott Moser
  • Date: 2017-02-08 22:22:44 UTC
  • Revision ID: smoser@ubuntu.com-20170208222244-n4y5eu0r6wp060cj
* New upstream snapshot.
  - Install zipl in target on s390x arch. (LP: #1662346)
  - avoid UnicodeDecode error on passing non-utf8 into shlex
  - adjustments to version string handling, improved pack unit tests.
  - helpers/common: Add grub install debugging output
  - curtin: add version module and display in output and logs
  - content decoding in load_file, apply_net raise exception on errors
  - gpg: retry when recv'ing gpg keys fail (LP: #1661337)
  - Add clear_holders checks to disk and partition handlers (LP: #1659509)
  - net: add new lines after rendered static routes. (LP: #1649652)
  - multipath: don't run update-grub; setup_grub will handle this better.
    (LP: #165636)
  - Test changes:
    - vmtest: Add tests for zesty and Trusty HWE-X kernels.
    - tests: fix tox tip-pycodestyle complaints
    - image-sync: add debugging output to help diagnose errors
    - vmtest: change get_curtin_version to use version subcommand.
    - Remove style checking during build and add latest style checks to tox
    - subp doc an unit test improvements.
    - flake8: remove unused variable.
    - vmtest: Add the ability to add extra config files to test execution.
    - vmtest: overhaul image sync
    - vmtest: skip apt-proxy test if not set
    - vmtest: add 'webserv' helper
    - vmtest: add CURTIN_VMTEST_CURTIN_EXE variable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
 
80
80
 
81
81
class TrustyHWEUTestRaid5Bcache(relbase.trusty_hwe_u, TrustyTestRaid5Bcache):
82
 
    __test__ = True
 
82
    __test__ = False
83
83
 
84
84
 
85
85
class TrustyHWEVTestRaid5Bcache(relbase.trusty_hwe_v, TrustyTestRaid5Bcache):
86
 
    __test__ = True
 
86
    __test__ = False
87
87
 
88
88
 
89
89
class TrustyHWEWTestRaid5Bcache(relbase.trusty_hwe_w, TrustyTestRaid5Bcache):
90
90
    __test__ = False
91
91
 
92
92
 
 
93
class TrustyHWEXTestRaid5Bcache(relbase.trusty_hwe_x, TrustyTestRaid5Bcache):
 
94
    __test__ = True
 
95
 
 
96
 
93
97
class WilyTestRaid5Bcache(relbase.wily, TestMdadmBcacheAbs):
94
98
    # EOL - 2016-07-28
95
99
    __test__ = False
101
105
 
102
106
class YakketyTestRaid5Bcache(relbase.yakkety, TestMdadmBcacheAbs):
103
107
    __test__ = True
 
108
 
 
109
 
 
110
class ZestyTestRaid5Bcache(relbase.zesty, TestMdadmBcacheAbs):
 
111
    __test__ = True