pmrep: update TODO, man page
[pcp.git] / qa / 950
blobdeb676a18183f8871ad264eeba2594bab421856e
1 #!/bin/sh
2 # PCP QA Test No. 950
3 # Check that pmproxy advertises its presence using avahi
5 # Copyright (c) 2014 Red Hat.
8 seq=`basename $0`
9 echo "QA output created by $seq"
11 . ./common.avahi
12 avahi_notrun_checks
14 status=1 # failure is the default!
15 $sudo rm -rf $tmp.* $seq.full
16 trap "avahi_cleanup; exit \$status" 0 1 2 3 15
18 # real QA test starts here
19 service=pmproxy
20 avahi_service
21 avahi_verify
22 status=0
23 exit