Checks: - static configuration: passing the option "net.ifnames=0" to the kernel during boot - check if there are such devices ("eth*") in the system when running Change-Id: I7d17777463d4dee7c067d1bf3e08080f91898b45changes/56/18056/3
parent
2323dbaf88
commit
4b1bb087ce
@ -0,0 +1,16 @@
|
||||
file:
|
||||
|
||||
/etc/default/grub:
|
||||
exists: true
|
||||
mode: "0644"
|
||||
owner: root
|
||||
group: root
|
||||
filetype: file
|
||||
contains: ['/^GRUB_CMDLINE_LINUX_DEFAULT=".*net.ifnames=0.*"/']
|
||||
|
||||
command:
|
||||
|
||||
ip link:
|
||||
exit-status: 0
|
||||
stdout: ['/: eth[0-9]/']
|
||||
stderr: []
|
Loading…
Reference in new issue