fix pep8 check
This commit is contained in:
parent
f0bb6d9fc4
commit
b75ab78919
@ -284,9 +284,9 @@ class ServiceTestCase(test.TestCase):
|
||||
serv.manager.driver.update_available_resource(mox.IgnoreArg(), host)
|
||||
|
||||
# Just doing start()-stop(), not confirm new db record is created,
|
||||
# because update_available_resource() works only in libvirt environment.
|
||||
# This testcase confirms update_available_resource() is called.
|
||||
# Otherwise, mox complains.
|
||||
# because update_available_resource() works only in
|
||||
# libvirt environment. This testcase confirms
|
||||
# update_available_resource() is called. Otherwise, mox complains.
|
||||
self.mox.ReplayAll()
|
||||
serv.start()
|
||||
serv.stop()
|
||||
|
Loading…
x
Reference in New Issue
Block a user