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