delete unused function

Change-Id: I2167f8b49626e81461be8cd0977680683b7ddffc
This commit is contained in:
JiaSiRui 2023-07-20 16:29:41 +08:00
parent 44a6e751cf
commit fac0147e8b

View File

@ -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)