Resolves: RHEL-36633 Do not require gnome-session, gnome-shell, gnome-shell-extension-no-overview for the CI test
The current CI test does not need these at all, they were only required for the old test which used ibus-desktop-testing-runner and Xvfb, gnome-shell-extension-no-overview seems unavailable on c10s and that makes the CI test fail for no reason.
This commit is contained in:
parent
9cfde9d772
commit
55a63c9669
@ -14,9 +14,9 @@ require:
|
|||||||
# - libtool
|
# - libtool
|
||||||
# - glib2-devel
|
# - glib2-devel
|
||||||
# - systemd-devel
|
# - systemd-devel
|
||||||
- gnome-session
|
# - gnome-session
|
||||||
- gnome-shell
|
# - gnome-shell
|
||||||
- gnome-shell-extension-no-overview
|
# - gnome-shell-extension-no-overview
|
||||||
- ibus
|
- ibus
|
||||||
- ibus-devel
|
- ibus-devel
|
||||||
- ibus-desktop-testing
|
- ibus-desktop-testing
|
||||||
|
@ -7,9 +7,9 @@ XFWB_SCRIPT=$(pwd)/xwfb-script.sh
|
|||||||
rlJournalStart
|
rlJournalStart
|
||||||
rlPhaseStartSetup
|
rlPhaseStartSetup
|
||||||
rlAssertRpm ${NAME}
|
rlAssertRpm ${NAME}
|
||||||
rlAssertRpm gnome-desktop-testing
|
# rlAssertRpm gnome-desktop-testing
|
||||||
rlAssertRpm gnome-shell-extension-no-overview
|
# rlAssertRpm gnome-shell-extension-no-overview
|
||||||
rlAssertBinaryOrigin gnome-desktop-testing-runner gnome-desktop-testing
|
# rlAssertBinaryOrigin gnome-desktop-testing-runner gnome-desktop-testing
|
||||||
rlRun "tmp=\$(mktemp -d)" 0 "Create tmp directory"
|
rlRun "tmp=\$(mktemp -d)" 0 "Create tmp directory"
|
||||||
rlRun "pushd $tmp"
|
rlRun "pushd $tmp"
|
||||||
rlPhaseEnd
|
rlPhaseEnd
|
||||||
|
Loading…
Reference in New Issue
Block a user