Home | History | Annotate | Download | only in dmapi
      1 # bsh
      2 #
      3 #   Copyright (c) International Business Machines  Corp., 2004
      4 #
      5 #   This program is free software;  you can redistribute it and/or modify
      6 #   it under the terms of the GNU General Public License as published by
      7 #   the Free Software Foundation; either version 2 of the License, or
      8 #   (at your option) any later version.
      9 #
     10 #   This program is distributed in the hope that it will be useful,
     11 #   but WITHOUT ANY WARRANTY;  without even the implied warranty of
     12 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
     13 #   the GNU General Public License for more details.
     14 #
     15 #   You should have received a copy of the GNU General Public License
     16 #   along with this program;  if not, write to the Free Software
     17 #   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
     18 #
     19 
     20 #
     21 # This script, and hence the invoked test cases, need to be run from a
     22 # directory that is NOT on the DMAPI-enabled partition (/dmtest below) being
     23 # tested; also, the DMAPI-enabled partition must be a disk (/dev/hda7 below)
     24 # preformatted for JFS via mkfs.fs
     25 #
     26 ./event_sn -loglevel 4 -termlevel 4 -logname event_sn.log -mtpt /dmtest -device /dev/hda7
     27 ./event_sd -loglevel 4 -termlevel 4 -logname event_sd.log -mtpt /dmtest -device /dev/hda7
     28 ./event_an -loglevel 4 -termlevel 4 -logname event_an.log -mtpt /dmtest -device /dev/hda7
     29 # For true results, run pmr_pre, reboot and run pmr_post to test persistent
     30 # managed regions across reboots; however, the tests will work when run in
     31 # succession as below
     32 ./pmr_pre -loglevel 4 -termlevel 4 -logname pmr_pre.log -mtpt /dmtest -device /dev/hda7
     33 ./pmr_post -loglevel 4 -termlevel 4 -logname pmr_post.log -mtpt /dmtest -device /dev/hda7
     34 ./event_am -loglevel 4 -termlevel 4 -logname event_am.log -mtpt /dmtest -device /dev/hda7
     35 ./invis -loglevel 4 -termlevel 4 -logname invis.log -mtpt /dmtest -device /dev/hda7
     36 ./event_us -loglevel 4 -termlevel 4 -logname event_us.log -mtpt /dmtest -device /dev/hda7
     37 ./disp -loglevel 4 -termlevel 4 -logname disp.log -mtpt /dmtest -device /dev/hda7
     38 ./objref -loglevel 4 -termlevel 4 -logname objref.log -mtpt /dmtest -device /dev/hda7
     39 ./mount -loglevel 4 -termlevel 4 -logname mount.log -mtpt /dmtest -device /dev/hda7
     40 ./token -loglevel 4 -termlevel 4 -logname token.log -mtpt /dmtest -device /dev/hda7
     41 ./right -loglevel 4 -termlevel 4 -logname right.log -mtpt /dmtest -device /dev/hda7
     42 ./mmap -loglevel 4 -termlevel 4 -logname mmap.log -mtpt /dmtest -device /dev/hda7
     43