Revert "Create RAM disk on ODL VM /tmp folder" 23/66823/1
authorLuis Gomez <ecelgp@gmail.com>
Mon, 1 Jan 2018 22:34:50 +0000 (22:34 +0000)
committerLuis Gomez <ecelgp@gmail.com>
Mon, 1 Jan 2018 22:34:50 +0000 (22:34 +0000)
This reverts commit a0607226ca33abebacc31c76fe76e969f6f74429.

Change-Id: I807a926d798d1acbf7a741853cb86036d5f17343
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
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