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

First stage only DNS setup tests #77

Merged
merged 3 commits into from
Jul 21, 2017
Merged

Conversation

mchf
Copy link
Member

@mchf mchf commented Jun 21, 2017

Copy link
Collaborator

@imobachgs imobachgs left a comment

Choose a reason for hiding this comment

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

Just a suggestion, but feel free to ignore it.


set -e -x

fgrep -q 'WRITE_HOSTNAME_TO_HOSTS="no"' /etc/sysconfig/network/dhcp || exit 1
Copy link
Collaborator

Choose a reason for hiding this comment

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

If I am not wrong, as you're using set -e, you won't need to call exit. It will stop on the first command that fails.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah that is exactly what happens when doing copy paste development ;-) I'll tweak it, thanks


- Test for configuring DNS when running first stage only
- Bumping version since the feature is SLE-15 only
- 1.2.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍

Copy link
Collaborator

@imobachgs imobachgs left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@mvidner
Copy link
Member

mvidner commented Jul 12, 2017

Does "See yast/yast-network#520" mean that we must wait with merging until after that one is merged?

@mchf
Copy link
Member Author

mchf commented Jul 14, 2017

It doesn't make sense to merge it before that, so yes

@mchf
Copy link
Member Author

mchf commented Jul 21, 2017

Fixed conflict in the changelog. Thanks for reviews.

@mchf mchf merged commit 44bed4a into yast:master Jul 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants