From: Dan Streetman Date: Fri, 10 Jul 2020 20:13:31 +0000 (-0400) Subject: test: convert ubuntu-ci to use deny-list X-Git-Tag: v247-rc1~471 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=825cba0d4327dcf88ed32aedfbe5851e2d65807c test: convert ubuntu-ci to use deny-list Follows #16262 --- diff --git a/test/README.testsuite b/test/README.testsuite index 7204fdb00b1..34c7ab3f7de 100644 --- a/test/README.testsuite +++ b/test/README.testsuite @@ -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. diff --git a/test/TEST-24-UNIT-TESTS/blacklist-ubuntu-ci-ppc64el b/test/TEST-24-UNIT-TESTS/deny-list-ubuntu-ci-ppc64el similarity index 100% rename from test/TEST-24-UNIT-TESTS/blacklist-ubuntu-ci-ppc64el rename to test/TEST-24-UNIT-TESTS/deny-list-ubuntu-ci-ppc64el diff --git a/test/TEST-25-IMPORT/blacklist-ubuntu-ci b/test/TEST-25-IMPORT/deny-list-ubuntu-ci similarity index 100% rename from test/TEST-25-IMPORT/blacklist-ubuntu-ci rename to test/TEST-25-IMPORT/deny-list-ubuntu-ci diff --git a/test/TEST-30-ONCLOCKCHANGE/blacklist-ubuntu-ci-i386 b/test/TEST-30-ONCLOCKCHANGE/deny-list-ubuntu-ci-i386 similarity index 100% rename from test/TEST-30-ONCLOCKCHANGE/blacklist-ubuntu-ci-i386 rename to test/TEST-30-ONCLOCKCHANGE/deny-list-ubuntu-ci-i386 diff --git a/test/TEST-36-NUMAPOLICY/blacklist-ubuntu-ci-s390x b/test/TEST-36-NUMAPOLICY/deny-list-ubuntu-ci-s390x similarity index 100% rename from test/TEST-36-NUMAPOLICY/blacklist-ubuntu-ci-s390x rename to test/TEST-36-NUMAPOLICY/deny-list-ubuntu-ci-s390x diff --git a/test/TEST-40-EXEC-COMMAND-EX/blacklist-ubuntu-ci-arm64 b/test/TEST-40-EXEC-COMMAND-EX/deny-list-ubuntu-ci-arm64 similarity index 100% rename from test/TEST-40-EXEC-COMMAND-EX/blacklist-ubuntu-ci-arm64 rename to test/TEST-40-EXEC-COMMAND-EX/deny-list-ubuntu-ci-arm64