qa: update 660 to generate index.html, fixing pcp-testsuite runs
[pcp.git] / qa / 862
blobc1115a9e680ce866846983cd12d9111cf908a583
1 #!/bin/sh
2 # PCP QA Test No. 862
3 # Exercise pmie handling of interactive (stdin) configs.
5 # Copyright (c) 2015 Red Hat. 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 echo Silence is golden
22 ( sleep 2 && echo 'one = sample.long.one;' ) | pmie -q -T 1
24 # The above should exit immediately with no output, and should
25 # not produce a task scheduling dump state ala...
27 # sleepTight: negative delay (-1.995965). sched=1433305770.991639, cur=1433305772.987604
28 # This sleepTight() entry: Wed Jun 3 14:29:32 2015.987603
29 # Harvest children done: Wed Jun 3 14:29:32 2015.987603
30 # Want sleepTight (eval) until: Wed Jun 3 14:29:30 2015.991638
31 # This Task dump @ 0x7f020f9acce0
32 # nth=0 delta=10.000 tick=0 next=(nil) prev=(nil)
33 # eval time: Wed Jun 3 14:29:30 2015.991638
34 # retry time: Thu Jan 1 10:00:00 1970.000000
35 # host=localhost.localdomain (up)
36 # rules:
37 # one
39 # success, all done
40 status=0
41 exit