Remove an unused function.

This commit is contained in:
Oleksii Kliukin
2016-02-24 19:24:46 +01:00
parent c9b8c2d3a9
commit 53b5dfe39e
-4
View File
@@ -24,10 +24,6 @@ class BasicReplicationSteps(object):
'''I kill (\w+)'''
return world.pctl.stop_patroni(pg_name, kill=True)
def do_sleep(self, step, sleep_seconds):
'''I sleep (\w+)'''
sleep(int(sleep_seconds))
def add_table(self, step, table_name, pg_name):
'''I add the table (\w+) to (\w+)'''
# parse the configuration file and get the port