summaryrefslogtreecommitdiff
path: root/integration
diff options
context:
space:
mode:
Diffstat (limited to 'integration')
-rw-r--r--integration/scripts/files/elements/guest-agent/element-deps1
-rwxr-xr-xintegration/scripts/trovestack1
2 files changed, 2 insertions, 0 deletions
diff --git a/integration/scripts/files/elements/guest-agent/element-deps b/integration/scripts/files/elements/guest-agent/element-deps
index f16aabad..6dcd66dc 100644
--- a/integration/scripts/files/elements/guest-agent/element-deps
+++ b/integration/scripts/files/elements/guest-agent/element-deps
@@ -3,3 +3,4 @@ package-installs
pkg-map
source-repositories
svc-map
+pip-and-virtualenv
diff --git a/integration/scripts/trovestack b/integration/scripts/trovestack
index 3b8cd97a..dc6235ba 100755
--- a/integration/scripts/trovestack
+++ b/integration/scripts/trovestack
@@ -1311,6 +1311,7 @@ function cmd_gate_tests() {
sudo iptables -D openstack-INPUT -j REJECT --reject-with icmp-host-prohibited || true
sudo chown -R $(whoami) /etc/trove
+ cd $TROVESTACK_SCRIPTS
local RESTART_TROVE=false
cmd_kick_start "${DATASTORE_TYPE}" "${RESTART_TROVE}"