tests: Enable more basic tests
With that, all upstream tests applicable to RHEL BaseOS now run in gating.
This commit is contained in:
parent
bc3c660e8b
commit
9b9428e82e
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user