From 4e83cdb563af5154cc779292639cc06c01282daa Mon Sep 17 00:00:00 2001 From: Takao Fujiwara Date: Tue, 12 Nov 2024 23:53:51 +0900 Subject: [PATCH] tests: Delete RHEL specific packages Resolves: RHEL-66126 gdm dependencies are updated for the headless session --- tests/ibus-desktop-testing/install3-rhel/main.fmf | 8 +------- tests/ibus-desktop-testing/install5-tmt/main.fmf | 1 - tests/ibus-desktop-testing/run/test.sh | 5 ----- 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/tests/ibus-desktop-testing/install3-rhel/main.fmf b/tests/ibus-desktop-testing/install3-rhel/main.fmf index 9adf494..342507c 100644 --- a/tests/ibus-desktop-testing/install3-rhel/main.fmf +++ b/tests/ibus-desktop-testing/install3-rhel/main.fmf @@ -1,13 +1,7 @@ summary: Install RHEL specific GNOME desktop components description: - gdm-headless-login-session is not available in RHEL 10 GDM yet and - the listed packages are required by the command. + Currently no specific packages for RHEL. enabled: false adjust: when: distro != fedora enabled: true -require: - - accountsservice - - accountsservice-libs - - pam - - python3-pam diff --git a/tests/ibus-desktop-testing/install5-tmt/main.fmf b/tests/ibus-desktop-testing/install5-tmt/main.fmf index 2e1cf06..332864f 100644 --- a/tests/ibus-desktop-testing/install5-tmt/main.fmf +++ b/tests/ibus-desktop-testing/install5-tmt/main.fmf @@ -3,4 +3,3 @@ description: The test script is calling the beakerlib script. require: - beakerlib - #- tmt diff --git a/tests/ibus-desktop-testing/run/test.sh b/tests/ibus-desktop-testing/run/test.sh index c6a2db7..2a533c6 100755 --- a/tests/ibus-desktop-testing/run/test.sh +++ b/tests/ibus-desktop-testing/run/test.sh @@ -4,11 +4,6 @@ rlJournalStart rlPhaseStartTest - rlRun -t "mkdir -p /usr/lib/systemd/system" - rlRun -t "cp ../tmp/gnome-headless-session@.service /usr/lib/systemd/system/." - rlRun -t "cp ../tmp/gdm-headless-login-session /usr/libexec/." - rlRun -t "chmod 755 /usr/libexec/gdm-headless-login-session" - rlRun -t "cp -R ../tmp/no-overview@fthx ." rlRun -t "/usr/bin/ibus-desktop-testing-runner --runner gnome --no-graphics --lang ja_JP.UTF-8" rlPhaseEnd rlPhaseStartCleanup