delete unused function
Change-Id: I2167f8b49626e81461be8cd0977680683b7ddffc
This commit is contained in:
parent
44a6e751cf
commit
fac0147e8b
@ -97,21 +97,3 @@ class Manager(base.Base, PeriodicTasks):
|
||||
"""Ensure that instances are not stuck in build."""
|
||||
LOG.info("test_periodictask0")
|
||||
LOG.info(context)
|
||||
|
||||
@periodic_task.periodic_task
|
||||
def test_periodictask1(self, context):
|
||||
"""Ensure that instances are not stuck in build."""
|
||||
LOG.info("test_periodictask1")
|
||||
LOG.info(context)
|
||||
|
||||
@periodic_task.periodic_task
|
||||
def test_periodictask2(self, context):
|
||||
"""Ensure that instances are not stuck in build."""
|
||||
LOG.info("test_periodictask2")
|
||||
LOG.info(context)
|
||||
|
||||
@periodic_task.periodic_task
|
||||
def test_periodictask3(self, context):
|
||||
"""Ensure that instances are not stuck in build."""
|
||||
LOG.info("test_periodictask3")
|
||||
LOG.info(context)
|
||||
|
Loading…
x
Reference in New Issue
Block a user