~curtin-dev/curtin/bionic

« back to all changes in this revision

Viewing changes to tests/vmtests/test_network_static.py

  • Committer: Ryan Harper
  • Date: 2017-11-07 17:12:55 UTC
  • mfrom: (1.1.52)
  • Revision ID: ryan.harper@canonical.com-20171107171255-j9ohesb1ymbo7t9v
* New upstream snapshot.
  - Drop Precise from vmtest
  - clear_holders: bcache log IO/OS exceptions but do not raise
  - vmtest: Support newer qemu and multipath.
  - block: enable control over exclusive_open use when wiping volumes
  - block: handle wiping bcache parts (LP: #1718699)
  - vmtests: Defer ArtfulNetworkMtu SkipbyDate to 2018
  - bcache: accept sysfs write failure in shutdown handler if path missing
    (LP: #1700564)
  - vmtest: Rephrase a message about no disks to be less scary
  - block_meta: use block.wipe_volume(mode=superblock) to clear MBR/GPT tables
    (LP: #1722322)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        pass
29
29
 
30
30
 
31
 
class PreciseHWETTestNetworkStatic(relbase.precise_hwe_t,
32
 
                                   TestNetworkStaticAbs):
33
 
    # FIXME: off due to hang at test: Starting execute cloud user/final scripts
34
 
    __test__ = False
35
 
 
36
 
 
37
31
class TrustyTestNetworkStatic(relbase.trusty, TestNetworkStaticAbs):
38
32
    __test__ = True
39
33