]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: convert ubuntu-ci to use deny-list
authorDan Streetman <ddstreet@canonical.com>
Fri, 10 Jul 2020 20:13:31 +0000 (16:13 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 1 Aug 2020 13:36:35 +0000 (15:36 +0200)
Follows #16262

test/README.testsuite
test/TEST-24-UNIT-TESTS/deny-list-ubuntu-ci-ppc64el [moved from test/TEST-24-UNIT-TESTS/blacklist-ubuntu-ci-ppc64el with 100% similarity]
test/TEST-25-IMPORT/deny-list-ubuntu-ci [moved from test/TEST-25-IMPORT/blacklist-ubuntu-ci with 100% similarity]
test/TEST-30-ONCLOCKCHANGE/deny-list-ubuntu-ci-i386 [moved from test/TEST-30-ONCLOCKCHANGE/blacklist-ubuntu-ci-i386 with 100% similarity]
test/TEST-36-NUMAPOLICY/deny-list-ubuntu-ci-s390x [moved from test/TEST-36-NUMAPOLICY/blacklist-ubuntu-ci-s390x with 100% similarity]
test/TEST-40-EXEC-COMMAND-EX/deny-list-ubuntu-ci-arm64 [moved from test/TEST-40-EXEC-COMMAND-EX/blacklist-ubuntu-ci-arm64 with 100% similarity]

index 7204fdb00b1a4d58018284b609b49a240c0324e4..34c7ab3f7de6082c1f04ac37ddfbea541925ffd5 100644 (file)
@@ -104,19 +104,19 @@ Ubuntu CI
 New PR submitted to the project are run through regression tests, and one set
 of those is the 'autopkgtest' runs for several different architectures, called
 'Ubuntu CI'.  Part of that testing is to run all these tests.  Sometimes these
-tests are temporarily blacklisted from running in the 'autopkgtest' tests while
+tests are temporarily deny-listed from running in the 'autopkgtest' tests while
 debugging a flaky test; that is done by creating a file in the test directory
-named 'blacklist-ubuntu-ci', for example to prevent the TEST-01-BASIC test from
+named 'deny-list-ubuntu-ci', for example to prevent the TEST-01-BASIC test from
 running in the 'autopkgtest' runs, create the file
-'TEST-01-BASIC/blacklist-ubuntu-ci'.
+'TEST-01-BASIC/deny-list-ubuntu-ci'.
 
-The tests may be disabled only for specific archs, by creating a blacklist file
+The tests may be disabled only for specific archs, by creating a deny-list file
 with the arch name at the end, e.g.
-'TEST-01-BASIC/blacklist-ubuntu-ci-arm64' to disable the TEST-01-BASIC test
+'TEST-01-BASIC/deny-list-ubuntu-ci-arm64' to disable the TEST-01-BASIC test
 only on test runs for the 'arm64' architecture.
 
 Note the arch naming is not from 'uname -m', it is Debian arch names:
 https://wiki.debian.org/ArchitectureSpecificsMemo
 
-For PRs that fix a currently blacklisted test, the PR should include removal
-of the blacklist file.
+For PRs that fix a currently deny-listed test, the PR should include removal
+of the deny-list file.