-
Notifications
You must be signed in to change notification settings - Fork 32
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
[all linecards] platform_tests/test_reload_config.py::test_reload_configuration_checks failure #91
Comments
I tried change
cc @arlakshm |
expectation is:
I am unsure if it's Ansible issue or hardware issue, @Staphylo @kenneth-arista can you please help to confirm? |
Ansible by default only considers return code for determining if the command succeeded or failed. And from the perspective of the config command, it looks like returning success is appropriate if it didn't detect that the system still booting. I'm looking into why the config command isn't detecting that the system is still booting. |
I haven't been able to reproduce this locally but my theory is that this is being caused by (1) the switch booting up faster than the test can reach this check, so the system is already running or (2) a service fails during startup, leaving the system in If you encounter this issue again, it would be useful to run |
this is fixed in sonic-net/sonic-mgmt#7953 |
hi @patrickmacarthur @Staphylo @kenneth-arista
it failed to issue 'Retry later' message immediately after a reboot happened on the dut.
failure point:
https://github.com/sonic-net/sonic-mgmt/blob/0d6fedb76aa3b95ce5b6cbd44c528b0dd7ffbfcd/tests/platform_tests/test_reload_config.py#L102
output of shell cmd on Arista card:
expected:
this is the case happened on all linecards -- CL2 and wolverine
The text was updated successfully, but these errors were encountered: