Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove zypper_info test on SLED #5291

Merged
merged 1 commit into from
Jun 28, 2018

Conversation

zhaocongjia
Copy link
Contributor

@zhaocongjia zhaocongjia commented Jun 26, 2018

As discussed in poo#36397, zypper_info test is not needed on SLED, so removing it.

@@ -976,7 +976,8 @@ sub load_consoletests {
# We also don't have any repos on staging and update/upgrade tests.
# This test uses serial console too much to be reliable on Hyper-V (poo#30613)
# Test doesn't make sense on live images too, don't have source repo there.
if (!is_staging() && !is_updates_tests() && !is_upgrade() && !is_jeos() && !is_hyperv() && !is_livesystem()) {
# Skip this test for SLED (poo#36397)
if (!is_staging() && !is_updates_tests() && !is_upgrade() && !is_jeos() && !is_hyperv() && !is_livesystem() && !is_desktop()) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know right now what is_desktop is referring to, would it be true on openSUSE as well or SLED only?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is_desktop is defined in the same file, and it is SLED only.

@rwx788 rwx788 merged commit bdf0074 into os-autoinst:master Jun 28, 2018
@zhaocongjia zhaocongjia deleted the sled12sp4_zypper_info branch March 8, 2021 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants