tests: Enable more basic tests

With that, all upstream tests applicable to RHEL BaseOS now run in
gating.
This commit is contained in:
Martin Pitt 2020-06-16 07:50:34 +02:00 committed by Martin Pitt
parent bc3c660e8b
commit 9b9428e82e

View File

@ -69,6 +69,9 @@ if [ -n "$test_optional" ]; then
fi fi
if [ -n "$test_basic" ]; then if [ -n "$test_basic" ]; then
# fixed in https://github.com/cockpit-project/cockpit/pull/14236
EXCLUDES="$EXCLUDES TestSystemInfo.testHardwareInfo"
# still too unstable # still too unstable
EXCLUDES="$EXCLUDES TestFirewall.testNetworkingPage" EXCLUDES="$EXCLUDES TestFirewall.testNetworkingPage"
@ -83,10 +86,18 @@ if [ -n "$test_basic" ]; then
TESTS="$TESTS TESTS="$TESTS
TestAccounts TestAccounts
TestBonding
TestBridge
TestFirewall TestFirewall
TestLogin TestLogin
TestNetworking TestNetworking
TestSOS" TestServices
TestSOS
TestSystemInfo
TestTeam
TestTerminal
TestTuned
"
fi fi
exclude_options="" exclude_options=""