summaryrefslogtreecommitdiff
path: root/trove/tests/fakes
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-08-04 12:29:10 +1200
committerLingxian Kong <anlin.kong@gmail.com>2020-08-06 20:38:11 +1200
commitcf3e9a6e7459e8434172e03b0b046bcbe4b277d5 (patch)
tree3857cbd673ba3048e9afee0d9f69fba9b320f17a /trove/tests/fakes
parent8e48d757e64d7f88058584bbf2c2898a7a94b619 (diff)
downloadtrove-cf3e9a6e7459e8434172e03b0b046bcbe4b277d5.tar.gz
Support to rebuild instance by admin
Change-Id: I48f8c6f997daeb6d82ff62b3325277d86fee2147
Diffstat (limited to 'trove/tests/fakes')
-rw-r--r--trove/tests/fakes/guestagent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trove/tests/fakes/guestagent.py b/trove/tests/fakes/guestagent.py
index dc22bb53..554aff9a 100644
--- a/trove/tests/fakes/guestagent.py
+++ b/trove/tests/fakes/guestagent.py
@@ -265,7 +265,7 @@ class FakeGuest(object):
# There's nothing to do here, since there is no config to update.
pass
- def start_db_with_conf_changes(self, config_contents):
+ def start_db_with_conf_changes(self, config_contents, ds_version):
time.sleep(2)
self._set_task_status('HEALTHY')