blob: 0c2c363f47db2bce780040e7852c0391388d9b5d [file] [log] [blame]
alaffin802d3e32000-08-23 20:04:23 +00001#!/bin/sh
iyermanoj1d9a9632003-10-07 17:17:00 +00002################################################################################
3## ##
4## Copyright (c) International Business Machines Corp., 2001 ##
5## ##
6## This program is free software; you can redistribute it and#or modify ##
7## it under the terms of the GNU General Public License as published by ##
8## the Free Software Foundation; either version 2 of the License, or ##
9## (at your option) any later version. ##
10## ##
11## This program is distributed in the hope that it will be useful, but ##
12## WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY ##
13## or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License ##
14## for more details. ##
15## ##
16## You should have received a copy of the GNU General Public License ##
17## along with this program; if not, write to the Free Software ##
Wanlong Gao4548c6c2012-10-19 18:03:36 +080018## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ##
iyermanoj1d9a9632003-10-07 17:17:00 +000019## ##
20################################################################################
subrata_modak7214c772008-09-08 11:56:11 +000021## File: runalltests.sh ##
22## ##
23## Description: This script just calls runltp now, and is being phased out. ##
24## If you rely on this script for automation reasons, please ##
Chris Dearman37550cf2012-10-17 19:54:01 -070025## ##
subrata_modak7214c772008-09-08 11:56:11 +000026## History Subrata Modak <subrata@linuc.vnet.ibm.com> changed the code ##
27## to include testing other testcases which are not run by ##
28## default, 08/09/2008 ##
29## ##
30################################################################################
robbiew23796112003-02-05 16:28:37 +000031
yaberauneyac869a5d2009-11-12 20:55:25 +000032export LTPROOT=${0%/*}
33RUNLTP="$LTPROOT/runltp"
34
subrata_modak6d561072009-07-08 17:53:47 +000035echo "*******************************************************************"
36echo "*******************************************************************"
Garrett Cooperede85242010-02-27 12:12:19 -080037echo "** **"
38echo "** This script is being re-written to cover all aspects of **"
39echo "** testing LTP, which includes running all those tests which **"
40echo "** are not run by default with ${RUNLTP##*/} script. Special setup **"
41echo "** in system environment will be done to run all those tests **"
42echo "** like the File System tests, SELinuxtest, etc **"
43echo "** **"
subrata_modak6d561072009-07-08 17:53:47 +000044echo "*******************************************************************"
45echo "*******************************************************************"
subrata_modakfa2f0822008-10-30 06:32:03 +000046
subrata_modaka9e52282008-11-07 08:54:25 +000047export RUN_BALLISTA=0
48export RUN_OPENPOSIX=0
subrata_modakfa2f0822008-10-30 06:32:03 +000049## Set this to 1 if mm-1.4.2.tar.gz is already installed in your system
50## from ftp://ftp.ossp.org/pkg/lib/mm/mm-1.4.2.tar.gz
subrata_modaka9e52282008-11-07 08:54:25 +000051export RUN_MM_CORE_APIS=0
subrata_modakfa2f0822008-10-30 06:32:03 +000052export LIBMM_INSTALLED=0
53## This is required if already not set to /usr/local/lib/ as
54## mm-1.4.2.tar.gz gets installed at /usr/local/lib/
subrata_modaka9e52282008-11-07 08:54:25 +000055export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/:/lib/
56export PATH=$PATH:/sbin/
subrata_modak4922de52008-09-22 10:20:03 +000057
subrata_modak6c4981e2008-10-30 09:42:34 +000058## Set this to 1 if libaio-0.3.92.tar.gz is already installed in your system
59## from http://www.kernel.org/pub/linux/kernel/people/bcrl/aio/libaio-0.3.92.tar.gz
subrata_modaka9e52282008-11-07 08:54:25 +000060export RUN_AIOTESTS=0
subrata_modak6c4981e2008-10-30 09:42:34 +000061export LIBAIO_INSTALLED=0
62
subrata_modaka9e52282008-11-07 08:54:25 +000063## Set this to 1 if libcaps-2.11 or newer is already installed in your system
64## from ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/libcap2, as well as,
65## the libattr is available in the system. The kernel should also have been built
66## with the following option: CONFIG_SECURITY_FILE_CAPABILITIES=y
67export RUN_FILECAPS=0
68export LIBCAPS_INSTALLED=0
69export LIBATTR_INSTALLED=0
70
subrata_modak59753512008-12-29 11:00:00 +000071## Set this to 1 if you wish to execute the stress_cd tests
72## Make sure you have FLOPPY inserted, be warned that you
73## will loose all data on it after the tests,
74export RUN_STRESS_FLOPPY=0
75
76## Set this to 1 if you wish to execute the stress_floppy tests
77## Make sure you have CD inserted in your CD-ROM drive,
78export RUN_STRESS_CD=0
subrata_modaka9e52282008-11-07 08:54:25 +000079
subrata_modak773c40c2008-12-31 04:36:19 +000080##Set this to 1 if you wish to run the CPUHOTPLUG tests
subrata_modak6111aa82008-12-29 11:04:15 +000081export RUN_CPU_HOTPLUG=0
82
subrata_modak773c40c2008-12-31 04:36:19 +000083##Set this to 1 if you wish to run the LTP-NETWORK tests. Please refer to:
84## http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/testcases/network/LTP-Network-test_README.pdf
85## for more information on how to run the tests.
86export RUN_LTP_NETWORK_TESTS=0
87
subrata_modak32b726f2008-12-31 04:37:33 +000088##Set this to 1 if you wish to run the LTP-NETWORK-STRESS tests. Please refer to:
89## http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/testcases/network/LTP-Network-test_README.pdf
90## and http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/testcases/network/stress/README
91## for more information on how to run the NETWORK-STRESS tests.
92export RUN_LTP_NETWORK_STRESS_TESTS=0
93
subrata_modakeebedc22008-12-31 04:38:13 +000094## Set this to 1 if you wish to run the ltp/testscripts/adp tests
95export RUN_LTP_ADP_TESTS=0
96
subrata_modak89103242008-12-31 04:38:53 +000097## Set this to 1 if you wish to run the AUTOFS tests
98# REQUIREMENTS:
99# 1) System with a floppy device with a floppy disk in it.
100# 2) A spare (scratch) disk partition of 100MB or larger.
101export RUN_LTP_AUTOFS1_TESTS=0
102export RUN_LTP_AUTOFS4_TESTS=0
103export DISK_PARTITION1=0
104
subrata_modakb9cff9e2008-12-31 04:39:57 +0000105## Set this to 1 if you wish to run the EXPORTFS tests
106# DESCRIPTION : A script that will test exportfs on Linux system.
107# REQUIREMENTS:
108# 1) NFS Server system with rsh enabled between client & server.
109# 2) 100MB Disk partition on NFS server.
110export RUN_EXPORTFS_TESTS=0
111export NFS_SERVER1=xxx
112export NFS_SERVER_DISK_PARTITION1=yyy
113export NFS_SERVER_FS_TYPE1=zzz
114
subrata_modak8720d022008-12-31 04:40:31 +0000115
116## Set this to 1 if you wish to run the FS tests on READ ONLY File Systems. Refer to http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/testscripts/Readme_ROBind for more info
117export RUN_RO_ONLY_FS_TESTS=0
118export READ_ONLY_DIRECTORY1=xxxx
119
subrata_modak8a70e702008-12-31 04:41:04 +0000120## Set this to 1 if you wish to run the ISOFS tests
121# REQUIREMENTS:
122# Must have root access to execute this script
123export RUN_ISOFS_TESTS=0
124
subrata_modak46817bf2008-12-31 04:41:41 +0000125## Set this to 1 if you wish to run the DMMAPPER tests
126#Note: In order to run this test, you must turn on "device mapper"
127# component in kernel (it is under device drivers item when you
128# run make menuconfig); and you must install userspace supporting
129# files (libdevmapper and dmsetup). They are in the device-mapper
130# package. You can download it from http://www.sistina.com. Follow
131# the README/INSTALL file within the package to install it.
132export RUN_DMMAPPER_TESTS=0
133export DISK_PARTITION2=xxxxx
134export DISK_PARTITION3=yyyyy
135
subrata_modak5fb342d2008-12-31 04:42:19 +0000136## Set this to 1 if you wish to run the FSLVM tests
137#Note: fdisk needs to be run and the 4 HD partitions marked as 0x8e -- Linux LVM
138# - If this is run on a 2.4 kernel system then LVM must be configured and the kernel rebuilt. In a 2.5 environment
139# you must configure Device Mapper and install LVM2 from www.systina.com for the testcase to run correctly.
140# - These operations are destructive so do NOT point the tests to partitions where the data shouldn't be overwritten.
141# Once these tests are started all data in the partitions you point to will be destroyed.
142export RUN_FSLVM_TESTS=0
143export DISK_PARTITION4=xxxxxx
144export DISK_PARTITION5=yyyyyy
145export DISK_PARTITION6=zzzzzz
146export DISK_PARTITION7=iiiiii
147export NFS_PARTITION1=jjjjjj
148
subrata_modak22d9e0b2008-12-31 04:43:00 +0000149## Set this to 1 if you wish to run the FSNOLVM tests
150#Note: fdisk needs to be run and the 4 HD partitions marked as 0x8e -- Linux LVM
151# - If this is run on a 2.4 kernel system then LVM must be configured and the kernel rebuilt. In a 2.5 environment
152# you must configure Device Mapper and install LVM2 from www.systina.com for the testcase to run correctly.
153# - These operations are destructive so do NOT point the tests to partitions where the data shouldn't be overwritten.
154# Once these tests are started all data in the partitions you point to will be destroyed.
155export RUN_FSNOLVM_TESTS=0
156
subrata_modak49798822008-12-31 04:43:31 +0000157## Set this to 1 if you wish to run the LTP SCSI DEBUG tests
158#Note: Build scsi_debug as a module first before running the test
159export RUN_LTP_SCSI_DEBUG_TEST=0
160
subrata_modak85bf15f2008-12-31 04:44:04 +0000161## Set this to 1 if you wish to run the LTP SYSFS tests
Chris Dearman37550cf2012-10-17 19:54:01 -0700162#Note: Must have root access to execute this script.
subrata_modak85bf15f2008-12-31 04:44:04 +0000163# USAGE : sysfs.sh [ -k <kernel_module> ]
164# DESCRIPTION : A script that will test sysfs on Linux system.
Chris Dearman37550cf2012-10-17 19:54:01 -0700165# REQUIREMENTS: CONFIG_DUMMY must have been used to build kernel, and the
subrata_modak85bf15f2008-12-31 04:44:04 +0000166# dummy network module must exist.
167export RUN_LTP_SYSFS_TEST=0
168export KERNEL_MODULE1=xxxxxxx
169
subrata_modakcbabba42008-12-31 04:45:13 +0000170## Set this to 1 if you wish to run the LTP TIRPC tests
171export RUN_LTP_TIRPC_TEST=0
172
subrata_modakf1e6f342009-01-27 13:54:49 +0000173##Set this to 1 if you wish to run the dma_thread_diotest7 test
174export RUN_DMA_THREAD_DIOTEST7=0
175
subrata_modak9ef22d62009-03-02 15:38:49 +0000176##Set this to 1 if you wish to run the Controller area network (CAN)
177##protocol support tests. You would also like to review the Kernel
178##config options need to be set for this at ltp/README
179export RUN_CONTROLLER_AREA_NETWORK_TESTS=0
180
subrata_modak6c7dfab2009-03-19 07:27:04 +0000181##Set this to 1 if you wish to run the SMACK Security tests
182## Remember that you cannot run both the SELINUX and SMACK tests at a time,
183## as both of them cannot be tested in the same running kernel
184export RUN_SMACK_SECURITY_TESTS=0
185
subrata_modakd1791512009-04-02 06:46:36 +0000186##Set this to 1 if you wish to run the Basic PERFORMANCE COUNTER tests
187export RUN_PERFORMANCE_COUNTERS_TESTS=0
188
yaberauneyac869a5d2009-11-12 20:55:25 +0000189export LTP_VERSION=`"${RUNLTP}" -e`
subrata_modak4922de52008-09-22 10:20:03 +0000190export TEST_START_TIME=`date +"%Y_%b_%d-%Hh_%Mm_%Ss"`
191export HARDWARE_TYPE=$(uname -i)
192export HOSTNAME=$(uname -n)
193export KERNEL_VERSION=$(uname -r)
subrata_modak5fb342d2008-12-31 04:42:19 +0000194export HTML_OUTPUT_FILE_NAME=$LTP_VERSION_$HOSTNAME_$KERNEL_VERSION_$HARDWARE_TYPE_$TEST_START_TIME.html
subrata_modak4922de52008-09-22 10:20:03 +0000195
yaberauneya5bdf3b22009-11-12 20:57:26 +0000196if ! cd "${LTPROOT}"; then
Garrett Cooperede85242010-02-27 12:12:19 -0800197 rc=$?
198 echo "${0##*/}: ERROR : Could not cd to ${LTPROOT}"
199 exit $rc
yaberauneya5bdf3b22009-11-12 20:57:26 +0000200fi
subrata_modak4922de52008-09-22 10:20:03 +0000201
202## The First one i plan to run is the default LTP run ##
203## START => Test Series 1 ##
subrata_modak6d561072009-07-08 17:53:47 +0000204echo "Running Default LTP..."
yaberauneyac869a5d2009-11-12 20:55:25 +0000205"${RUNLTP}" -g $HTML_OUTPUT_FILE_NAME
subrata_modak6d561072009-07-08 17:53:47 +0000206printf "Completed running Default LTP\n\n\n"
subrata_modak4922de52008-09-22 10:20:03 +0000207## END => Test Series 1 ##
208
209## The next one i plan to run is ballista ##
210## START => Test Series 2 ##
subrata_modaka9e52282008-11-07 08:54:25 +0000211if [ $RUN_BALLISTA -eq 1 ]
212then
Garrett Cooperede85242010-02-27 12:12:19 -0800213 echo "Running Ballista..."
214 export TEST_START_TIME=`date +"%Y_%b_%d-%Hh_%Mm_%Ss"`
215 "${RUNLTP}" -f ballista -o $LTP_VERSION-BALLISTA_RUN_ON-$HOSTNAME-$KERNEL_VERSION-$HARDWARE_TYPE-$TEST_START_TIME.out
216 printf "Completed running Ballista\n\n\n"
subrata_modaka9e52282008-11-07 08:54:25 +0000217fi
subrata_modak4922de52008-09-22 10:20:03 +0000218## END => Test Series 2 ##
219
220## The next one i plan to run is open_posix_testsuite ##
221## START => Test Series 3 ##
subrata_modaka9e52282008-11-07 08:54:25 +0000222if [ $RUN_OPENPOSIX -eq 1 ]
223then
Garrett Cooperede85242010-02-27 12:12:19 -0800224 echo "Running Open Posix Tests..."
225 (cd testcases/open_posix_testsuite; make)
226 printf "Completed running Open Posix Tests\n\n\n"
subrata_modaka9e52282008-11-07 08:54:25 +0000227fi
subrata_modak4922de52008-09-22 10:20:03 +0000228## END => Test Series 3 ##
229
subrata_modakfa2f0822008-10-30 06:32:03 +0000230
231## The next one i plan to run is ##
232## ltp/testcases/kernel/mem/libmm/mm_core_apis ##
233## START => Test Series 4 ##
subrata_modaka9e52282008-11-07 08:54:25 +0000234if [ $RUN_MM_CORE_APIS -eq 1 ]
subrata_modakfa2f0822008-10-30 06:32:03 +0000235then
Garrett Cooperede85242010-02-27 12:12:19 -0800236 echo "Initializing ltp/testcases/kernel/mem/libmm/mm_core_apis ..."
237 # Check to see if User is Root
238 if [ $(id -ru) -ne 0 ]
239 then
240 echo -n "You need to be root to Install libmm and run "
241 echo -n "mem/libmm/mm_core_apis; aborting "
242 echo "ltp/testcases/kernel/mem/libmm/mm_core_apis"
243 else
244 if [ $LIBMM_INSTALLED -ne 1 ]
245 then
246 echo Installing libmm-1.4.2 .............
247 (cd /tmp;
248 wget -c ftp://ftp.ossp.org/pkg/lib/mm/mm-1.4.2.tar.gz;
249 tar -xzf mm-1.4.2.tar.gz;
250 cd mm-1.4.2;
251 ./configure && make all install)
252 rm -rf /tmp/mm-1.4.2*
253 echo "libmm-1.4.2 Installed ............."
254 else
255 echo "libmm-1.4.2 already installed in your system"
256 fi
257 echo -n "Running "
258 echo "ltp/testcases/kernel/mem/libmm/mm_core_apis ..."
259 (make -C testcases/kernel/mem/libmm all install;
260 $LTPROOT/testcases/bin/mm_core_apis; )
261 fi
262 printf "Completed running ltp/testcases/kernel/mem/libmm/mm_core_apis...\n\n\n"
subrata_modakfa2f0822008-10-30 06:32:03 +0000263fi
subrata_modakfa2f0822008-10-30 06:32:03 +0000264## END => Test Series 4 ##
265
subrata_modak6c4981e2008-10-30 09:42:34 +0000266
267## The next one i plan to run is ##
Chris Dearman37550cf2012-10-17 19:54:01 -0700268## ltp/testcases/kernel/io/aio ##
subrata_modak6c4981e2008-10-30 09:42:34 +0000269## START => Test Series 5 ##
subrata_modaka9e52282008-11-07 08:54:25 +0000270if [ $RUN_AIOTESTS -eq 1 ]
Garrett Cooperede85242010-02-27 12:12:19 -0800271then
272 echo "Initializing ltp/testcases/kernel/io/aio ..."
273 # Check to see if User is Root
274 if [ $(id -ru) -ne 0 ]
275 then
276 echo -n "You need to be root to Install libaio-0.3.92 and run"
277 echo -n "ltp/testcases/kernel/io/aio; aborting "
278 echo "ltp/testcases/kernel/io/aio"
279 else
280 if [ $LIBAIO_INSTALLED -ne 1 ]
281 then
282 echo "Installing libaio-0.3.92............."
283 (cd /tmp;
284 wget -c http://www.kernel.org/pub/linux/kernel/people/bcrl/aio/libaio-0.3.92.tar.gz;
285 tar -xzf libaio-0.3.92.tar.gz;
286 make -C libaio-0.3.92 all install)
287 rm -rf /tmp/libaio-0.3.92*
288 echo "libaio-0.3.92 Installed ............."
289 else
290 echo "libaio-0.3.92 already installed in your system"
291 fi
292 # XXX (garrcoop): this needs to be fixed so that it's callable
293 # via standalone runltp in a standard installed tree.
294 echo "Building & Running ltp/testcases/kernel/io/aio..."
295 (make -C testcases/kernel/io/aio all;
296 ./aio01/aio01;
297 ./aio02/runfstests.sh -a aio02/cases/aio_tio;
298 make clean 1>&2 > /dev/null )
299 printf "Completed running ltp/testcases/kernel/io/aio...\n\n\n"
300 fi
subrata_modak6c4981e2008-10-30 09:42:34 +0000301fi
302## END => Test Series 5 ##
303
subrata_modaka9e52282008-11-07 08:54:25 +0000304## The next one i plan to run is ##
Chris Dearman37550cf2012-10-17 19:54:01 -0700305## ltp/testcases/kernel/security/filecaps ##
subrata_modaka9e52282008-11-07 08:54:25 +0000306## START => Test Series 6 ##
307if [ $RUN_FILECAPS -eq 1 ]
308then
Garrett Cooperede85242010-02-27 12:12:19 -0800309 echo "Initializing ltp/testcases/kernel/security/filecaps ..."
310 # Check to see if User is Root
311 if [ $(id -ru) -ne 0 ]
312 then
313 echo -n "You need to be root to Install libcaps and run "
314 echo -n "ltp/testcases/kernel/security/filecaps; aborting "
315 echo "ltp/testcases/kernel/security/filecaps"
316 else
317 if [ $LIBCAPS_INSTALLED -ne 1 ]
318 then
319 echo "Installing libcaps............."
320 (cd /tmp;
321 wget -c ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.14.tar.gz;
322 tar -xzf libcap-2.14.tar.gz;
323 make -C libcap-2.14 all install)
324 rm -rf /tmp/libcap-2.14*
325 echo "libcaps Installed ............."
326 else
327 echo "libcaps already installed in your system"
328 fi
329 echo -n "Building & Running "
330 echo "ltp/testcases/kernel/security/filecaps"
331 make -C ltp/testcases/kernel/security/filecaps all install
332 "${RUNLTP}" -f filecaps
333 printf "Completed running ltp/testcases/kernel/io/aio...\n\n\n"
334
335 fi
336
subrata_modaka9e52282008-11-07 08:54:25 +0000337fi
338## END => Test Series 6 ##
subrata_modak89aaf8c2008-11-13 10:06:36 +0000339
340
341## The next one i plan to run is tpm_tools ##
342## START => Test Series 7 ##
yaberauneyac869a5d2009-11-12 20:55:25 +0000343"${RUNLTP}" -f tpm_tools
subrata_modak89aaf8c2008-11-13 10:06:36 +0000344## END => Test Series 7 ##
subrata_modak86785aa2008-12-19 08:52:39 +0000345
subrata_modak59753512008-12-29 11:00:00 +0000346## The next one i plan to run is stress_cd tests
347## START => Test Series 9 ##
348if [ $RUN_STRESS_CD -eq 1 ]
349then
Garrett Cooperede85242010-02-27 12:12:19 -0800350 "${RUNLTP}" -f io_cd
subrata_modak59753512008-12-29 11:00:00 +0000351fi
352## END => Test Series 9 ##
353
354## The next one i plan to run is stress_floppy tests
355## START => Test Series 10 ##
356if [ $RUN_STRESS_FLOPPY -eq 1 ]
357then
Garrett Cooperede85242010-02-27 12:12:19 -0800358 "${RUNLTP}" -f io_floppy
subrata_modak59753512008-12-29 11:00:00 +0000359fi
360## END => Test Series 10 ##
361
subrata_modak6111aa82008-12-29 11:04:15 +0000362## The next one i plan to run is CPUHOTPLUG tests
363## START => Test Series 11 ##
364if [ $RUN_CPU_HOTPLUG -eq 1 ]
365then
Garrett Cooperede85242010-02-27 12:12:19 -0800366 "${RUNLTP}" -f cpuhotplug
subrata_modak6111aa82008-12-29 11:04:15 +0000367fi
368## END => Test Series 11 ##
369
subrata_modak773c40c2008-12-31 04:36:19 +0000370## The next one i plan to run are the LTP Network tests
371## START => Test Series 12 ##
372if [ $RUN_LTP_NETWORK_TESTS -eq 1 ]
373then
Garrett Cooperede85242010-02-27 12:12:19 -0800374 (cd $LTPROOT/testscripts/; ./networktests.sh)
subrata_modak773c40c2008-12-31 04:36:19 +0000375fi
376## END => Test Series 12 ##
377
subrata_modak32b726f2008-12-31 04:37:33 +0000378## The next one i plan to run are the LTP Network Stress tests
379## START => Test Series 13 ##
380if [ $RUN_LTP_NETWORK_STRESS_TESTS -eq 1 ]
381then
Garrett Cooperede85242010-02-27 12:12:19 -0800382 (cd $LTPROOT/testscripts/; ./networkstress.sh)
subrata_modak32b726f2008-12-31 04:37:33 +0000383fi
384## END => Test Series 13 ##
subrata_modak773c40c2008-12-31 04:36:19 +0000385
subrata_modakeebedc22008-12-31 04:38:13 +0000386
387## The next one i plan to run are the LTP ADP tests
388## START => Test Series 14 ##
389if [ $RUN_LTP_ADP_TESTS -eq 1 ]
390then
Garrett Cooperede85242010-02-27 12:12:19 -0800391 (cd $LTPROOT/testscripts/; ./adp.sh -d 3 -n 100)
subrata_modakeebedc22008-12-31 04:38:13 +0000392fi
393## END => Test Series 14 ##
subrata_modak89103242008-12-31 04:38:53 +0000394
395
396## The next one i plan to run are the LTP AUTOFS tests
397## START => Test Series 15 ##
398if [ $RUN_LTP_AUTOFS1_TESTS -eq 1 ]
399then
Garrett Cooperede85242010-02-27 12:12:19 -0800400 if [ $DISK_PARTITION1 ]
401 then
402 (cd $LTPROOT/testscripts/; ./autofs1.sh $DISK_PARTITION1)
403 else
404 echo "Disk Partition not set. Aborting running AUTOFS1"
405 fi
subrata_modak89103242008-12-31 04:38:53 +0000406fi
407if [ $RUN_LTP_AUTOFS4_TESTS -eq 1 ]
408then
Garrett Cooperede85242010-02-27 12:12:19 -0800409 if [ $DISK_PARTITION1 ]
410 then
411 (cd $LTPROOT/testscripts/; ./autofs4.sh $DISK_PARTITION1)
412 else
413 echo "Disk Partition not set. Aborting running AUTOFS4"
414 fi
subrata_modak89103242008-12-31 04:38:53 +0000415fi
416## END => Test Series 15 ##
subrata_modakb9cff9e2008-12-31 04:39:57 +0000417
418
419## The next one i plan to run are the LTP EXPORTFS tests
420## START => Test Series 16 ##
421if [ $RUN_EXPORTFS_TESTS -eq 1 ]
422then
Garrett Cooperede85242010-02-27 12:12:19 -0800423 (cd $LTPROOT/testscripts/; ./exportfs.sh -h $NFS_SERVER1 -d $NFS_SERVER_DISK_PARTITION1 -t $NFS_SERVER_FS_TYPE1)
subrata_modakb9cff9e2008-12-31 04:39:57 +0000424fi
425## END => Test Series 16 ##
subrata_modak8720d022008-12-31 04:40:31 +0000426
427
428## The next one i plan to run the FS tests on READ ONLY File Systems
429## START => Test Series 17 ##
430if [ $RUN_RO_ONLY_FS_TESTS -eq 1 ]
431then
Garrett Cooperede85242010-02-27 12:12:19 -0800432 (cd $READ_ONLY_DIRECTORY1; $LTPROOT/testscripts/test_robind.sh)
subrata_modak8720d022008-12-31 04:40:31 +0000433fi
434## END => Test Series 17 ##
435
436
subrata_modak8a70e702008-12-31 04:41:04 +0000437## The next one i plan to run the ISOFS tests
438## START => Test Series 18 ##
439if [ $RUN_ISOFS_TESTS -eq 1 ]
440then
Garrett Cooperede85242010-02-27 12:12:19 -0800441 (cd $LTPROOT/testscripts/; ./isofs.sh)
subrata_modak8a70e702008-12-31 04:41:04 +0000442fi
443## END => Test Series 18 ##
444
445
subrata_modak46817bf2008-12-31 04:41:41 +0000446## The next one i plan to run the DMMAPPER tests
447## START => Test Series 19 ##
448if [ $RUN_DMMAPPER_TESTS -eq 1 ]
449then
Garrett Cooperede85242010-02-27 12:12:19 -0800450 (cd $LTPROOT/testscripts/; ./ltpdmmapper.sh -a $DISK_PARTITION2 -b $DISK_PARTITION3)
subrata_modak46817bf2008-12-31 04:41:41 +0000451fi
452## END => Test Series 19 ##
453
454
subrata_modak5fb342d2008-12-31 04:42:19 +0000455## The next one i plan to run the FSLVM tests
456## START => Test Series 20 ##
457if [ $RUN_FSLVM_TESTS -eq 1 ]
458then
Garrett Cooperede85242010-02-27 12:12:19 -0800459 (cd $LTPROOT/testscripts/; ./ltpfslvm.sh -a $DISK_PARTITION4 -b $DISK_PARTITION5 -c $DISK_PARTITION6 -d $DISK_PARTITION7 -n $NFS_PARTITION1)
subrata_modak5fb342d2008-12-31 04:42:19 +0000460fi
461## END => Test Series 20 ##
462
subrata_modak46817bf2008-12-31 04:41:41 +0000463
subrata_modak22d9e0b2008-12-31 04:43:00 +0000464## The next one i plan to run the FSNOLVM tests
465## START => Test Series 21 ##
466if [ $RUN_FSNOLVM_TESTS -eq 1 ]
467then
Garrett Cooperede85242010-02-27 12:12:19 -0800468 (cd $LTPROOT/testscripts/; ./ltpfsnolvm.sh -a $DISK_PARTITION4 -b $DISK_PARTITION5 -c $DISK_PARTITION6 -d $DISK_PARTITION7 -n $NFS_PARTITION1)
subrata_modak22d9e0b2008-12-31 04:43:00 +0000469fi
470## END => Test Series 21 ##
471
subrata_modak49798822008-12-31 04:43:31 +0000472## The next one i plan to run the LTP SCSI DEBUG tests
473## START => Test Series 22 ##
474if [ $RUN_LTP_SCSI_DEBUG_TEST -eq 1 ]
475then
Garrett Cooperede85242010-02-27 12:12:19 -0800476 (cd $LTPROOT/testscripts/; ./ltp-scsi_debug.sh)
subrata_modak49798822008-12-31 04:43:31 +0000477fi
478## END => Test Series 22 ##
479
subrata_modak85bf15f2008-12-31 04:44:04 +0000480## The next one i plan to run the LTP SYSFS tests
481## START => Test Series 23 ##
482if [ $RUN_LTP_SYSFS_TEST -eq 1 ]
483then
Garrett Cooperede85242010-02-27 12:12:19 -0800484 (cd $LTPROOT/testscripts/; ./sysfs.sh -k $KERNEL_MODULE1)
subrata_modak85bf15f2008-12-31 04:44:04 +0000485fi
486## END => Test Series 23 ##
487
subrata_modakcbabba42008-12-31 04:45:13 +0000488## The next one i plan to run the LTP TIRPC tests
489## START => Test Series 24 ##
490if [ $RUN_LTP_TIRPC_TEST -eq 1 ]
491then
Garrett Cooperede85242010-02-27 12:12:19 -0800492 "${RUNLTP}" -f rpctirpc
subrata_modakcbabba42008-12-31 04:45:13 +0000493fi
494## END => Test Series 24 ##
495
subrata_modakf1e6f342009-01-27 13:54:49 +0000496## The next one i plan to run the DMA_THREAD_DIOTEST7 tests
Garrett Cooperab2bc5e2011-05-23 12:29:23 -0700497## START => Test Series 25 ##
subrata_modakf1e6f342009-01-27 13:54:49 +0000498if [ $RUN_DMA_THREAD_DIOTEST7 -eq 1 ]
499then
Garrett Cooperede85242010-02-27 12:12:19 -0800500 "${RUNLTP}" -f test_dma_thread_diotest7
subrata_modakf1e6f342009-01-27 13:54:49 +0000501fi
Garrett Cooperab2bc5e2011-05-23 12:29:23 -0700502## END => Test Series 25 ##
subrata_modak9ef22d62009-03-02 15:38:49 +0000503
504## The next one i plan to run the Controller area network
505## (CAN) protocol support tests
Garrett Cooperab2bc5e2011-05-23 12:29:23 -0700506## START => Test Series 26 ##
subrata_modak9ef22d62009-03-02 15:38:49 +0000507if [ $RUN_CONTROLLER_AREA_NETWORK_TESTS -eq 1 ]
508then
Garrett Cooperede85242010-02-27 12:12:19 -0800509 "${RUNLTP}" -f can
subrata_modak9ef22d62009-03-02 15:38:49 +0000510fi
Garrett Cooperab2bc5e2011-05-23 12:29:23 -0700511## END => Test Series 26 ##
subrata_modak6c7dfab2009-03-19 07:27:04 +0000512
513## The next one i plan to run the SMACK SECURITY tests
Garrett Cooperab2bc5e2011-05-23 12:29:23 -0700514## START => Test Series 27 ##
subrata_modak6c7dfab2009-03-19 07:27:04 +0000515if [ $RUN_SMACK_SECURITY_TESTS -eq 1 ]
516then
Garrett Cooperede85242010-02-27 12:12:19 -0800517 "${RUNLTP}" -f smack
subrata_modak6c7dfab2009-03-19 07:27:04 +0000518fi
Garrett Cooperab2bc5e2011-05-23 12:29:23 -0700519## END => Test Series 27 ##
subrata_modak6c7dfab2009-03-19 07:27:04 +0000520
subrata_modakd1791512009-04-02 06:46:36 +0000521## The next one i plan to run the PERFORMANCE COUNTERS tests
Garrett Cooperab2bc5e2011-05-23 12:29:23 -0700522## START => Test Series 28 ##
subrata_modakd1791512009-04-02 06:46:36 +0000523if [ $RUN_PERFORMANCE_COUNTERS_TESTS -eq 1 ]
524then
Garrett Cooperede85242010-02-27 12:12:19 -0800525 "${RUNLTP}" -f perfcounters
subrata_modakd1791512009-04-02 06:46:36 +0000526fi
Garrett Cooperab2bc5e2011-05-23 12:29:23 -0700527## END => Test Series 28 ##
subrata_modakd1791512009-04-02 06:46:36 +0000528
529