format for pep8

This commit is contained in:
Keisuke Tagami
2011-09-05 21:32:52 +09:00
parent b2608901df
commit cd755fcf8f

View File

@@ -316,7 +316,6 @@ class LinuxNetworkTestCase(test.TestCase):
actual = self.driver._host_dhcp_opts(fixed_ips[0], True)
self.assertEquals(actual, expected)
def test_dhcp_opts_not_default_gateway_network(self):
expected = "NW-i00000000-0,3"
actual = self.driver._host_dhcp_opts(fixed_ips[0], False)