diff options
| author | Chuck Short <zulcss@ubuntu.com> | 2011-03-16 09:26:37 -0400 |
|---|---|---|
| committer | Chuck Short <zulcss@ubuntu.com> | 2011-03-16 09:26:37 -0400 |
| commit | a21efc63be6bad3bbde41eb96d6a1752e6d8174d (patch) | |
| tree | 0cd4096089927e9dbe82b91a786088e39337f1c0 | |
| parent | 8f9a5ecb7d3907456b9a77f3321ed09feb5c5f2f (diff) | |
Really fix testcase
| -rw-r--r-- | nova/tests/test_virt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_virt.py b/nova/tests/test_virt.py index b3ca241cb..fed8ff803 100644 --- a/nova/tests/test_virt.py +++ b/nova/tests/test_virt.py @@ -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:///', |
