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

Fix virtualization role tests for firewall disabled #4609

Merged
merged 1 commit into from Mar 15, 2018

Conversation

jknphy
Copy link
Contributor

@jknphy jknphy commented Mar 14, 2018

Unschedule test firewall_enabled and avoid to stop firewall in sshd test for virtualization server kvm or xen.

@@ -963,7 +963,7 @@ sub load_consoletests {
}
loadtest "console/vim" if is_opensuse || !sle_version_at_least('15') || !get_var('PATTERNS') || check_var_array('PATTERNS', 'enhanced_base');
# textmode install comes without firewall by default atm on openSUSE
if ((is_sle || !check_var("DESKTOP", "textmode")) && !is_staging() && !is_krypton_argon) {
if ((is_sle || !check_var("DESKTOP", "textmode")) && !is_staging() && !is_krypton_argon && !is_virtualization_server) {
Copy link
Member

Choose a reason for hiding this comment

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

Could you please reference the fate issue - there was one, right? - that describes why this is the case?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added to the description.

Copy link
Member

Choose a reason for hiding this comment

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

Sorry, I mean add as a comment in the source code

@jknphy jknphy force-pushed the fix_firewall_virtualization_roles branch from 8346db8 to 490b830 Compare March 14, 2018 10:27
@jknphy jknphy force-pushed the fix_firewall_virtualization_roles branch from 490b830 to 581ea68 Compare March 14, 2018 12:58
@rwx788 rwx788 merged commit 6272fb8 into os-autoinst:master Mar 15, 2018
@jknphy jknphy deleted the fix_firewall_virtualization_roles branch September 7, 2018 11:11
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