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 yast_user by adding the IP of the NIS server #15051

Merged
merged 1 commit into from Jun 13, 2022

Conversation

JRivrain
Copy link
Contributor

@JRivrain JRivrain commented Jun 10, 2022

yast_user failed because if ypwhich returning an IP.
This change adds IP of the nis server through a variable.
ypwhich is a tool that "return[s] name of NIS server or map master".
but it sometimes returns the IP address instead of the hostname, so the test failed
because of this.
The change also re-enables yast_user, introduces the variable
"NAMESERVER", and fixes wrong formatting in variable.md

See https://progress.opensuse.org/issues/112271

Please also merge https://gitlab.suse.de/qa-maintenance/qam-openqa-yml/-/merge_requests/265 if you merge this one.

VR:
http://waaa-amazing.suse.cz/tests/17006
debug output with IP: http://waaa-amazing.suse.cz/tests/17005#step/yast_users/54

yast_user failed because if ypwhich returning an IP.
This change adds IP of the nis server through a variable.
ypwhich is a tool that "return[s] name of NIS server or map master".
but it sometimes returns the IP address instead of the hostname, so the test failed
because of this.
The change also re-enables yast_user, introduces the variable
"NAMESERVER", and fixes wrong formatting in variable.md

See https://progress.opensuse.org/issues/112271
@jknphy jknphy merged commit 4148ba7 into os-autoinst:master Jun 13, 2022
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