summaryrefslogtreecommitdiff
path: root/devstack/plugin.sh
diff options
context:
space:
mode:
authorPetr Malik <pmalik@tesora.com>2016-02-23 13:58:47 -0500
committerPetr Malik <pmalik@tesora.com>2016-04-18 13:16:17 -0400
commit6ace3dda60d9eec50a3bc47d9cc2bcec6103abdd (patch)
tree8b29fedb2011c2e7252716dbd7e0173d3948b571 /devstack/plugin.sh
parentd969b08e52ef32fdb187a6d5bfb173fd0e1aed39 (diff)
downloadtrove-6ace3dda60d9eec50a3bc47d9cc2bcec6103abdd.tar.gz
Update the root scenario tests
Incorporate the changes made as a part of the cluster-root tests introduced in review 266005: - add test scenario for: bug 1549600 - simplify turning off unsupported root-disable tests by introducing a single assertion hook that runs before all related tests - ping the datastore as root to verify it can connect - ping after root-disable to verify it cannot connect - add missing ping implementations to Cassandra and Redis helpers - enable root with password tests on MySQL and related - use the same helper method to get root credentials as the cluster-root tests - also assert the expected root-user-name if specified - cleanup auxiliary backup - add Postgres root credentials - Skip root-cluster test on Redis - minor cleanup - increased the low guestagent call timeout (helps tests run more stable). Depends-On: I8a4321ac062b1ec565945b49dbb7c619b6da867f Change-Id: I3fb0a8bb37fd124c22573552ff61852ead23e9a0 Related-Bug: 1529965 Related-Bug: 1549969 Related-Bug: 1549600
Diffstat (limited to 'devstack/plugin.sh')
-rw-r--r--devstack/plugin.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index 7d06c9a3..d19526d6 100644
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -123,6 +123,7 @@ function configure_trove {
setup_trove_logging $TROVE_TASKMANAGER_CONF
# Increase default timeouts (required by the tests).
+ iniset $TROVE_TASKMANAGER_CONF DEFAULT agent_call_low_timeout 15
iniset $TROVE_TASKMANAGER_CONF DEFAULT agent_call_high_timeout 300
iniset $TROVE_TASKMANAGER_CONF DEFAULT usage_timeout 1200
fi