pmrep: further zbxsend python3 fixes
[pcp.git] / qa / 402
blobffbb267c7da08ac0eda8148fb64ee16c753fd637
1 #! /bin/sh
2 # PCP QA Test No. 402
3 # test out bug#540117
5 # Copyright (c) 1995-2002 Silicon Graphics, Inc. All Rights Reserved.
8 seq=`basename $0`
9 echo "QA output created by $seq"
11 # get standard filters
12 . ./common.product
13 . ./common.filter
14 . ./common.check
16 status=1 # failure is the default!
17 trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
19 # real QA test starts here
21 pmprobe -a archives/540117-short.0 -v irix.pmda.uname hinv.ncpu
23 pminfo -a archives/540117-short.0 -f irix.pmda.uname hinv.ncpu
25 # success, all done
26 status=0
27 exit