autotest / virt-test

Linux Virtualization Tests
Other
97 stars 139 forks source link

mac_change fails with JeOS, need to investigate #119

Closed lmr closed 11 years ago

lmr commented 11 years ago
00:09:49 ERROR|   File "/home/lmr/Code/virt-test.git/virttest/standalone_test.py", line 142, in run_once
00:09:49 ERROR|     run_func(self, params, env)
00:09:49 ERROR|   File "/home/lmr/Code/virt-test.git/tests/mac_change.py", line 36, in run_mac_change
00:09:49 ERROR|     session_serial.cmd(change_cmd)
00:09:49 ERROR|   File "/home/lmr/Code/virt-test.git/virttest/aexpect.py", line 1352, in cmd
00:09:49 ERROR|     raise ShellCmdError(cmd, s, o)
00:09:49 ERROR| ShellCmdError: Shell command failed: 'ifconfig None down && ifconfig None hw ether 9a:7a:7b:7c:7d:7e && ifconfig None up'    (status: 255,    output: 'ifconfig None down && ifconfig None hw ether 9a:7a:7b:7c:7 d:7e && ifconfig None up\nNone: ERROR while getting interface flags: No such device\n')
lmr commented 11 years ago

Fixed with commit f6e867a, closing this issue