-
Notifications
You must be signed in to change notification settings - Fork 93
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
Settings Menu. Test Network Sub Menu #2237
Comments
@prkatti1 can you respond to this ? |
@justin0309 This is file should be updated automatically and not meant for manual update in case on BMC. To test: |
@prkatti1 |
Yeah, code is designed in such a way that this should run in any kind of environment. nameservers that are not configured manually, can't be deleted/modified can you elaborate a bit which one you are trying & what problem you are facing?? |
@prkatti1 |
Ahh OK, it is a GUI test code issue. @meghagn5 use the same logic that is used in non GUI tests. |
Am working on it & will push the fix |
@justin0309 @swe12345 Pls take a look & review https://gerrit.openbmc.org/c/openbmc/openbmc-test-automation/+/68669 |
@prkatti1 |
1.Configure And Verify DNS Server Via GUI
Regarding this test item, because our test environment uses a dhcp server, there will originally be /etc/udhcpc.d/50default: Adding DNS 168.95.1.1 in /etc/resolv.conf.
But is it normal that this IP will not appear on the web page?
2.This test item will try to join an ip server of 10.10.10.10 and verify whether the deletion is successful.
Testing can be done.
But in the end, it will be verified whether resolv.conf is empty.
So the test will fail because the original dns server IP still exists.
If I want the test to pass, is it reasonable to manually delete nameserver 168.95.1.1 before testing?
The text was updated successfully, but these errors were encountered: