Really fix testcase
This commit is contained in:
@@ -256,7 +256,7 @@ 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, 'exe')]),
|
||||
'xen': ('xen:///',
|
||||
|
||||
Reference in New Issue
Block a user