summaryrefslogtreecommitdiffstats
path: root/python_pgms/cloud-on-fly/src/scripts/MIXED2_RUN3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'python_pgms/cloud-on-fly/src/scripts/MIXED2_RUN3.sh')
-rwxr-xr-xpython_pgms/cloud-on-fly/src/scripts/MIXED2_RUN3.sh48
1 files changed, 48 insertions, 0 deletions
diff --git a/python_pgms/cloud-on-fly/src/scripts/MIXED2_RUN3.sh b/python_pgms/cloud-on-fly/src/scripts/MIXED2_RUN3.sh
new file mode 100755
index 0000000..6577d5c
--- /dev/null
+++ b/python_pgms/cloud-on-fly/src/scripts/MIXED2_RUN3.sh
@@ -0,0 +1,48 @@
+#compilebench
+
+mkdir -p /mnt/export/gluster/cloud/mnt/1014/46/`hostname`/Tc16
+
+cd /opt/qa/nfstesting/compilebench/build/compilebench-0.6/
+
+( /opt/qa/nfstesting/compilebench/build/compilebench-0.6/compilebench -­D /mnt/export/gluster/cloud/mnt/1014/46/`hostname`/Tc16 ­-i 10 -­r 1000 --makej >& /opt/qa/nfstesting/compilebenlog/`hostname`_`date +%h%d%T`.compilebench.log ) &
+
+
+
+#tc11
+
+mkdir -p /mnt/export/gluster/cloud/mnt/1014/46/`hostname`/Tc11
+
+cp /opt/qa/nfstesting/Tc12/linux-2.6.33.2.tar.bz2 /mnt/export/gluster/cloud/mnt/1014/46/`hostname`/Tc11
+
+
+
+cd /mnt/export/gluster/cloud/mnt/1014/46/`hostname`/Tc11
+
+
+
+( for i in {1..100};
+
+do
+
+ rm -rf linux-2.6.33.2
+
+ bzip2 -d linux-2.6.33.2.tar.bz2
+
+ tar­-xvf linux-2.6.33.2.tar
+
+ cd linux-2.6.33.2
+
+ make defconfig
+
+ make
+
+ make distclean
+
+done
+
+) &
+
+echo "~~~~~~>Done.started nfstestcase-11 in bkground" >> /opt/qa/nfstesting/Tools_Status_`hostname`.log
+
+
+