summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorChuck Short <zulcss@ubuntu.com>2011-03-16 20:42:39 -0400
committerChuck Short <zulcss@ubuntu.com>2011-03-16 20:42:39 -0400
commitc44ab013f5f5a078b27c4965e2e3c4abbfe30c59 (patch)
treeaa7237b39a7db17a41c632a4b944a3146ba67566 /nova
parent0e7177ed0307dcf1593fce3d5aa0fc23ca03d4ea (diff)
Revert testsuite changes
Diffstat (limited to 'nova')
-rw-r--r--nova/tests/test_virt.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/nova/tests/test_virt.py b/nova/tests/test_virt.py
index fed8ff803..b214f5ce7 100644
--- a/nova/tests/test_virt.py
+++ b/nova/tests/test_virt.py
@@ -256,15 +256,12 @@ class LibvirtConnTestCase(test.TestCase):
'uml': ('uml:///system',
[(lambda t: t.find('.').get('type'), 'uml'),
(lambda t: t.find('./os/type').text, 'uml')]),
- 'lxc': ('lxc:///',
- [(lambda t: t.find('.').get('type'), 'lxc'),
- (lambda t: t.find('./os/type').text, 'exe')]),
'xen': ('xen:///',
[(lambda t: t.find('.').get('type'), 'xen'),
(lambda t: t.find('./os/type').text, 'linux')]),
}
- for hypervisor_type in ['qemu', 'kvm', 'lxc', 'xen']:
+ for hypervisor_type in ['qemu', 'kvm', 'xen']:
check_list = type_uri_map[hypervisor_type][1]
if rescue: