File: control

package info (click to toggle)
pound 4.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,008 kB
  • sloc: ansic: 26,296; perl: 2,311; makefile: 242; sh: 42; sed: 18
file content (36 lines) | stat: -rw-r--r-- 790 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# print version
Test-Command: pound -V
Restrictions:
 superficial needs-root allow-stderr,
Depends:
 pound,

# check configuration
Test-Command: pound -c
Restrictions:
 superficial needs-root,
Depends:
 pound,

# print version
Test-Command: poundctl -V
Restrictions:
 superficial needs-root allow-stderr,
Depends:
 pound,

# check communication from poundctl to pound
# wait for 10 seconds maximum for pound to start up, then check if poundctl can communicate with pound
Test-Command: service pound start && (a=0 ; until [ "$a" -ge 10 -o -e /run/poundctl.socket ]; do sleep 1; a=$(( a + 1)) ; done) ; poundctl
Restrictions:
 superficial needs-root allow-stderr,
Depends:
 pound,

# run autotests included upstream
Tests:
 upstream-tests,
Depends:
 @builddeps@,
Restrictions:
 allow-stderr,