Fix up testsuite for lxc

This commit is contained in:
Chuck Short
2011-03-16 09:15:46 -04:00
parent ac69ac989f
commit 6713aa8f2f

View File

@@ -256,9 +256,9 @@ class LibvirtConnTestCase(test.TestCase):
'uml': ('uml:///system',
[(lambda t: t.find('.').get('type'), 'uml'),
(lambda t: t.find('./os/type').text, 'uml')]),
'lxc': ('lxc://',
'lxc': ('lxc://;',
[(lambda t: t.find('.').get('type'), 'lxc'),
(lambda t: t.find('./os/type').text, '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')]),