~smoser/ubuntu/xenial/curtin/pkg

« back to all changes in this revision

Viewing changes to tests/vmtests/test_raid5_bcache.py

  • Committer: Scott Moser
  • Date: 2017-01-18 17:39:34 UTC
  • mfrom: (57.1.3 xenial.sru)
  • Revision ID: smoser@ubuntu.com-20170118173934-2g0zhfiwnkgw70bz
* debian/new-upstream-snapshot: change to not use bzr merge-upstream.
* New upstream snapshot.
  - pep8: fix pep8 errors found with 'make pep8' on zesty.
  - Workaround failures caused by gpg2 daemons left running in chroot.
    (LP: #1645680)
  - Install u-boot-tools when running on a system with u-boot. (LP: #1640519)
  - block: fix partition kname for raid devices  (LP: #1641661)
  - Fix up tox errors that slipped in and new pycodestyle 2.1.0 complaints.
  - vmtests: adjust vmtest image sync metadata filenames
  - vmtests: Add centos support
  - Disable WilyTestRaid5Bcache vmtest
  - tools/xkvm: fix --netdev=<bridge>
  - bytes2human: fix for values larger than 32 bit int on 32 bit python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
 
92
92
 
93
93
class WilyTestRaid5Bcache(relbase.wily, TestMdadmBcacheAbs):
94
 
    __test__ = True
 
94
    # EOL - 2016-07-28
 
95
    __test__ = False
95
96
 
96
97
 
97
98
class XenialTestRaid5Bcache(relbase.xenial, TestMdadmBcacheAbs):