From 53b5dfe39e6635d6aff29cbd82a1f92c5d082331 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Wed, 24 Feb 2016 19:24:46 +0100 Subject: [PATCH] Remove an unused function. --- features/basic_replication.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/features/basic_replication.py b/features/basic_replication.py index 176f1f30..02927405 100644 --- a/features/basic_replication.py +++ b/features/basic_replication.py @@ -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