~curtin-dev/curtin/bionic

« back to all changes in this revision

Viewing changes to tests/vmtests/test_raid5_bcache.py

  • Committer: Scott Moser
  • Date: 2017-08-03 19:51:16 UTC
  • mfrom: (1.1.50)
  • Revision ID: smoser@ubuntu.com-20170803195116-0xc6onji18peerm5
* New upstream snapshot.
  - tests: Add CiTestCase common parent for all curtin tests.
  - vmtests: Remove force flag for centos curthooks
  - tools/jenkins-runner: improve tgtd cleanup logic
  - tests: Drop EOL Wily Vivid and Yakkety tests.
  - Disable yum plugins when installing packages, update ca-certs for https
  - Rename centos_network_curthooks -> centos_apply_network_config.
  - tests: in centos_defaults use write_files for grub serial.
  - write_files: write files after extract, change write_files signature.
  - pass network configuration through to target for ubuntu and centos
  - tests: disable yakkety tests.
  - tools/launch: automatically pass on proxy settings to curtin
  - Add top level 'proxy' to config, deprecate top level http_proxy.
  - tools/curtainer: fix to enable deb-src for -proposed.
  - Use unshare to put chroot commands in own pid namespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
    __test__ = True
95
95
 
96
96
 
97
 
class WilyTestRaid5Bcache(relbase.wily, TestMdadmBcacheAbs):
98
 
    # EOL - 2016-07-28
99
 
    __test__ = False
100
 
 
101
 
 
102
97
class XenialTestRaid5Bcache(relbase.xenial, TestMdadmBcacheAbs):
103
98
    __test__ = True
104
99
 
105
100
 
106
 
class YakketyTestRaid5Bcache(relbase.yakkety, TestMdadmBcacheAbs):
107
 
    __test__ = True
108
 
 
109
 
 
110
101
class ZestyTestRaid5Bcache(relbase.zesty, TestMdadmBcacheAbs):
111
102
    __test__ = True
112
103