#! /bin/sh # PCP QA Test No. 798 # Exercise dbpmda use with the Perl implementation of nfsclient # # Copyright (c) 2013 Red Hat. # seq=`basename $0` echo "QA output created by $seq" # get standard filters . ./common.product . ./common.filter . ./common.check status=1 perl -e "use PCP::PMDA" >/dev/null 2>&1 [ $? -eq 0 ] || _notrun "perl PCP::PMDA module not installed" trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15 _filter() { sed \ -e "s;$PCP_PMDAS_DIR;\$PCP_PMDAS_DIR;" \ -e "s;$script;pmdanfsclient.pl;" \ | _filter_dumpresult } # real QA test starts here domain=62 script=pmdanfsclient.pl cd "$PCP_PMDAS_DIR/nfsclient" # create a root namespace file for dbpmda to use PCP_PERL_PMNS=root /usr/bin/perl $script > $tmp.root # create a set of commands for dbpmda cat >$tmp.cmds <&1 | _filter done status=0