diff options
| author | Chuck Short <zulcss@ubuntu.com> | 2011-03-17 07:57:06 -0400 |
|---|---|---|
| committer | Chuck Short <zulcss@ubuntu.com> | 2011-03-17 07:57:06 -0400 |
| commit | 9ba500c304595dff037da296f26cb13d02bfbc04 (patch) | |
| tree | d88b0e7b1e82dcf929e4a27bb8f1540181219799 /nova/tests | |
| parent | 70cd1a51ada85f4724190d2562130172e9495e5e (diff) | |
Fix pep8 errors
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/test_virt.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/tests/test_virt.py b/nova/tests/test_virt.py index 92c80272b..7d50960a3 100644 --- a/nova/tests/test_virt.py +++ b/nova/tests/test_virt.py @@ -326,7 +326,6 @@ class LibvirtConnTestCase(test.TestCase): check = (lambda t: t.find('./os/initrd'), None) check_list.append(check) - common_checks = [ (lambda t: t.find('.').tag, 'domain'), (lambda t: t.find( @@ -372,7 +371,6 @@ class LibvirtConnTestCase(test.TestCase): expected_result, '%s failed check %d' % (xml, i)) - for i, (check, expected_result) in enumerate(common_checks): self.assertEqual(check(tree), expected_result, |
