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

add "yast_ftp_server" to support SLE12sp5 #8901

Merged
merged 1 commit into from
Nov 13, 2019

Conversation

skliu
Copy link
Contributor

@skliu skliu commented Nov 13, 2019

This module is a suite of tests for yast ftp server, this update fixed the lack support of SLE12sp5.

@skliu
Copy link
Contributor Author

skliu commented Nov 13, 2019

@foursixnine @mimi1vx Could you please review it?

@@ -110,7 +110,7 @@ sub run {
if (is_sle('15+')) {
assert_script_run 'yast ftp-server startup socket';
}
if (is_sle('<=12-sp4')) {
if (is_sle('<15')) {
Copy link
Member

@foursixnine foursixnine Nov 13, 2019

Choose a reason for hiding this comment

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

It is fine, but just to be explicit, I'd personally use:

Suggested change
if (is_sle('<15')) {
if (is_sle('<=12-sp5')) {

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed as suggested.

@@ -153,7 +153,7 @@ sub run {
if (is_sle('15+')) {
assert_script_run 'yast ftp-server startup socket';
}
if (is_sle('<=12-sp4')) {
if (is_sle('<15')) {
Copy link
Member

Choose a reason for hiding this comment

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

Same as above

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed as suggested.

@foursixnine foursixnine merged commit fe76d31 into os-autoinst:master Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants