~wesley-wiedenmeier/curtin/reporting-cleanup-rebase

« back to all changes in this revision

Viewing changes to tests/vmtests/releases.py

  • Committer: Wesley Wiedenmeier
  • Date: 2016-05-07 02:31:14 UTC
  • mfrom: (377.1.10 trunk)
  • Revision ID: wesley.wiedenmeier@gmail.com-20160507023114-v05qnvbru44608sw
MergedĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
class _XenialBase(_ReleaseBase):
46
46
    release = "xenial"
47
 
    # FIXME: net.ifnames=0 should not be required as image should
48
 
    #        eventually address this internally.  Note, also we do
49
 
    #        currently need this copied over to the installed environment
50
 
    #        although in theory the udev rules we write should fix that.
51
 
    extra_kern_args = "--- net.ifnames=0"
52
47
 
53
48
 
54
49
class _Releases(object):