autotest / virt-test

Linux Virtualization Tests
Other
97 stars 140 forks source link

JeOS image needs kbd, bind-utils, vconfig #115

Closed lmr closed 11 years ago

lmr commented 11 years ago

linux_s3 is failing due to that:

22:33:45 ERROR| Traceback (most recent call last):
22:33:45 ERROR|   File "/home/lmr/Code/virt-test.git/virttest/standalone_test.py", line 142, in run_once
22:33:45 ERROR|     run_func(self, params, env)
22:33:45 ERROR|   File "/home/lmr/Code/virt-test.git/tests/linux_s3.py", line 27, in run_linux_s3
22:33:45 ERROR|     raise error.TestFail("Got a strange current vt (%s)" % src_tty)
22:33:45 ERROR| TestFail: Got a strange current vt (-bash: fgconsole: command not found)
22:33:45 ERROR| 
22:33:45 ERROR| FAIL -> TestFail: Got a strange current vt (-bash: fgconsole: command not found)

nic_hotplug.default is failing due to lack of bind-utils

23:45:16 ERROR| Traceback (most recent call last):
23:45:16 ERROR|   File "/home/lmr/Code/virt-test.git/virttest/standalone_test.py", line 142, in run_once
23:45:16 ERROR|     run_func(self, params, env)
23:45:16 ERROR|   File "/home/lmr/Code/virt-test.git/kvm/tests/pci_hotplug.py", line 194, in run_pci_hotplug
23:45:16 ERROR|     "hotplug. Output: %r" % (test_type, e.output))
23:45:16 ERROR| TestFail: Check for nic device failed after PCI hotplug. Output: '-bash: nslookup: command not found\n'
23:45:16 ERROR| 
23:45:16 ERROR| FAIL -> TestFail: Check for nic device failed after PCI hotplug. Output: '-bash: nslookup: command not found\n'

vlan fails due to lack of vconfig

23:57:12 ERROR| Traceback (most recent call last):
23:57:12 ERROR|   File "/home/lmr/Code/virt-test.git/virttest/standalone_test.py", line 142, in run_once
23:57:12 ERROR|     run_func(self, params, env)
23:57:12 ERROR|   File "/home/lmr/Code/virt-test.git/tests/vlan.py", line 111, in run_vlan
23:57:12 ERROR|     add_vlan(session[i], vlan_i, ifname[i])
23:57:12 ERROR|   File "/home/lmr/Code/virt-test.git/tests/vlan.py", line 40, in add_vlan
23:57:12 ERROR|     session.cmd("vconfig add %s %s" % (iface, v_id))
23:57:12 ERROR|   File "/home/lmr/Code/virt-test.git/virttest/aexpect.py", line 1352, in cmd
23:57:12 ERROR|     raise ShellCmdError(cmd, s, o)
23:57:12 ERROR| ShellCmdError: Shell command failed: 'vconfig add None 1'    (status: 127,    output: '-bash: vconfig: command not found\n')

This is for me to remember to add it and roll a new JeOS build.

lmr commented 11 years ago

@LaneWolf, What are the packages you asked to add to the JeOS image again?

clebergnu commented 11 years ago

@lmr: acpid

lmr commented 11 years ago

@clebergnu Thanks :)

LaneWolf commented 11 years ago

Also update kernel (I did update to 3.6.9-2) to prevent error on virsh shutdown

lmr commented 11 years ago

Closing it with the release of new JeOS