summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild/instack_ovs.sh2
-rwxr-xr-xci/buildovs.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/build/instack_ovs.sh b/build/instack_ovs.sh
index 5af6ccf..83b141c 100755
--- a/build/instack_ovs.sh
+++ b/build/instack_ovs.sh
@@ -194,7 +194,7 @@ fi
sudo rm -f /tmp/instack.answers
# ensure that no previous undercloud VMs are running
-clean.sh
+sudo ../ci/clean.sh
# and rebuild the bare undercloud VMs
ssh -T ${SSH_OPTIONS[@]} stack@localhost <<EOI
set -e
diff --git a/ci/buildovs.sh b/ci/buildovs.sh
index db3ac9b..1164733 100755
--- a/ci/buildovs.sh
+++ b/ci/buildovs.sh
@@ -87,7 +87,7 @@ BuildAndTestOVS.sh -d -p none -t
echo "---------------------------------------"
echo "Cleanup temporary dirs"
echo
-cd $BUILDDIR
+cd $BUILD_BASE
if [ -d $TMPDIR ]
then
@@ -112,6 +112,6 @@ fi
# Destroy VM if one has been deployed. Also remove any local installation of
# DPDK and OVS
#
-clean.sh
+sudo ../ci/clean.sh
exit 0