summaryrefslogtreecommitdiffstats
path: root/python_pgms/cloud-on-fly/src/scripts/MIXED2_RUN3.sh
blob: 6577d5c67415760b7f7a715707a622389f2a886b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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