From 9b9428e82eababc34b47f400f5806b41c9fee67d Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 16 Jun 2020 07:50:34 +0200 Subject: [PATCH] tests: Enable more basic tests With that, all upstream tests applicable to RHEL BaseOS now run in gating. --- tests/run-test.sh | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/tests/run-test.sh b/tests/run-test.sh index 6afda95..e06926a 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -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=""