1
0
Fork 0

Adding upstream version 2.25.15.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-21 11:04:07 +02:00
parent 10737b110a
commit b543f2e88d
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
485 changed files with 191459 additions and 0 deletions

5
test/sadt/README Normal file
View file

@ -0,0 +1,5 @@
Each directory here is a fake Debian package with autopkgtests
To create the basic structure for a new test case, run the "new" script, e.g.
$ ./new my-test-case

View file

@ -0,0 +1,2 @@
Tests: test
Restrictions: needs-recommends, allow-stderr

View file

@ -0,0 +1 @@
#!/bin/true

View file

@ -0,0 +1 @@
Tests: test1, test2

View file

@ -0,0 +1 @@
#!/bin/true

View file

@ -0,0 +1,2 @@
#!/bin/true

View file

View file

@ -0,0 +1 @@
Tests: fails

View file

@ -0,0 +1 @@
#!/bin/false

View file

View file

@ -0,0 +1,2 @@
Tests: flaky-succeeds flaky-fails
Restrictions: flaky

View file

@ -0,0 +1 @@
#!/bin/false

View file

@ -0,0 +1 @@
#!/bin/true

View file

View file

@ -0,0 +1 @@
Tests: ignore-udebs

9
test/sadt/new Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
set -e
for sample in $@; do
mkdir -p "$sample"/debian/tests
touch "$sample/debian/control"
echo "Tests: $sample" > "$sample"/debian/tests/control
done

View file

View file

@ -0,0 +1 @@
Tests: test

View file

@ -0,0 +1 @@
#!/bin/true

View file

View file

@ -0,0 +1,2 @@
Tests: skipped
Restrictions: skippable

View file

@ -0,0 +1,2 @@
#!/bin/sh
exit 77

View file

@ -0,0 +1,2 @@
Tests: test
Restrictions: needs-recommends allow-stderr

View file

@ -0,0 +1 @@
#!/bin/true

View file

@ -0,0 +1 @@
Tests: test1 test2

View file

@ -0,0 +1 @@
#!/bin/true

View file

@ -0,0 +1,2 @@
#!/bin/true

View file

@ -0,0 +1,2 @@
Tests: test
Restrictions: superficial

View file

@ -0,0 +1 @@
#!/bin/false

View file

View file

@ -0,0 +1,2 @@
Tests: test
Restrictions: superficial

View file

@ -0,0 +1 @@
#!/bin/true

View file

View file

@ -0,0 +1 @@
Test-Command: echo 'Test-Command is supported'

View file

View file

@ -0,0 +1,2 @@
Tests: test
Tests-Directory: foo

View file

@ -0,0 +1 @@
#!/bin/true

View file

View file

@ -0,0 +1 @@
Tests: unskippable

View file

@ -0,0 +1,2 @@
#!/bin/sh
exit 77

View file

View file

@ -0,0 +1,2 @@
Tests: fails
Restrictions: skippable

View file

@ -0,0 +1 @@
#!/bin/false