Merge branch 'master' of git://git.pcp.io/pcp into qt
[pcp.git] / qa / 869
blob5957c8e97bfce8e94c548d17670beb25a4f01787
1 #!/bin/sh
2 # PCP QA Test No. 869
3 # Test NVME disk names (using archive from Intel)
5 # Copyright (c) 2015 Ken McDonelll. All Rights Reserved.
8 seq=`basename $0`
9 echo "QA output created by $seq"
11 # get standard environment, filters and checks
12 . ./common.product
13 . ./common.filter
14 . ./common.check
16 status=1 # failure is the default!
17 $sudo rm -rf $tmp.* $seq.full
18 trap "cd $here; rm -rf $tmp.*; exit \$status" 0 1 2 3 15
20 # real QA test starts here
21 pminfo -f -a archives/simple-nvme disk.dev.read disk.partitions.write
23 # success, all done
24 status=0
26 exit