File: control

package info (click to toggle)
poc-streamer 0.4.2-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,000 kB
  • sloc: ansic: 8,782; makefile: 307; ruby: 152; perl: 135; yacc: 115; lex: 36; sh: 30
file content (44 lines) | stat: -rw-r--r-- 1,278 bytes parent folder | download
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
37
38
39
40
41
42
43
44
Test-Command: timeout 300 mp3cue
Restrictions: superficial

Test-Command: mp3cut | grep Usage
Restrictions: superficial

Test-Command: mp3length 2>&1 | grep Usage
Restrictions: superficial

# Using timeout and flaky. See 1016828.
Test-Command: timeout 3m pob-2250 2>&1 | grep bind
Restrictions: superficial, flaky

# Using timeout and flaky. See 1016828.
Test-Command: timeout 3m pob-3119 2>&1 | grep bind
Restrictions: superficial, flaky

# Using timeout and flaky. See 1016828.
Test-Command: timeout 3m pob-fec 2>&1 | grep bind
Restrictions: superficial, flaky

Test-Command: poc-2250 2>&1 | grep Usage
Restrictions: superficial

Test-Command: poc-3119 2>&1 | grep Usage
Restrictions: superficial

Test-Command: poc-fec 2>&1 | grep Usage
Restrictions: superficial

Test-Command: poc-http 2>&1 | grep Usage
Restrictions: superficial

Test-Command: pogg-http 2>&1 | grep Usage
Restrictions: superficial

Test-Command: cp debian/tests/debian-ci-eriberto.mp3 $AUTOPKGTEST_TMP;
              mp3cut -o $AUTOPKGTEST_TMP/final.mp3 -T New_Test -A Eriberto
                     -N My_Album -t 00:00:02-00:00:04
                     $AUTOPKGTEST_TMP/debian-ci-eriberto.mp3;
              mp3length $AUTOPKGTEST_TMP/final.mp3 | egrep '00:00:0[12]' || exit 1
Restrictions: allow-stderr