Merge "Create RAM disk on ODL VM /tmp folder"
authorJamo Luhrsen <jluhrsen@redhat.com>
Wed, 20 Dec 2017 20:53:49 +0000 (20:53 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 20 Dec 2017 20:53:49 +0000 (20:53 +0000)
jjb/integration/integration-configure-clustering.sh
jjb/integration/integration-deploy-controller-run-test.sh

index 27a9d2447c103762d2e640d1e942378f0d665ffb..41e99411e90253ba107a77e5960cd1ea8c7c7ddf 100644 (file)
@@ -66,6 +66,8 @@ 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 b8bbd135b298d3c27adebd89aecf95c0826bfeb7..f0c2841a896043c81e0bdc7eeec28575dc83fbf5 100644 (file)
@@ -45,6 +45,8 @@ 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