Merge "Revert "Create RAM disk on ODL VM /tmp folder""
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 2 Jan 2018 16:48:51 +0000 (16:48 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 2 Jan 2018 16:48:51 +0000 (16:48 +0000)
jjb/integration/integration-configure-clustering.sh
jjb/integration/integration-deploy-controller-run-test.sh

index 41e99411e90253ba107a77e5960cd1ea8c7c7ddf..27a9d2447c103762d2e640d1e942378f0d665ffb 100644 (file)
@@ -66,8 +66,6 @@ fi
 
 # Create the configuration script to be run on controllers.
 cat > ${WORKSPACE}/configuration-script.sh <<EOF
-echo "Create RAM disk"
-sudo mount -t tmpfs -o size=2G tmpfs /tmp
 
 echo "Changing to /tmp"
 cd /tmp
index f0c2841a896043c81e0bdc7eeec28575dc83fbf5..b8bbd135b298d3c27adebd89aecf95c0826bfeb7 100644 (file)
@@ -45,8 +45,6 @@ if [ -f "${WORKSPACE}/test/csit/scriptplans/${TESTPLAN}" ]; then
 fi
 
 cat > ${WORKSPACE}/configuration-script.sh <<EOF
-echo "Create RAM disk"
-sudo mount -t tmpfs -o size=2G tmpfs /tmp
 
 echo "Changing to /tmp"
 cd /tmp