You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have run the test tests/gnmi/test_gnoi_killprocess.py against the public master image master.692211-c8e588808, and some cases failed due to test issues:
There is no topology mark in the test, when run it on a t1 topology, the dhcp_relay test case fails because dhcp_relay is not enabled in t1. There should be a logic for dhcp_relay case to skip t1 topology. And it's better to add the pytest.mark.topology("any") for the entire test.
Failed: dhcp_relay should be running before KillProcess test attempts to kill this process
The restapi case failed because there is no restapi container in the image.
The pmon case failed because it is right after the swss case, and after the swss is killed, all containers will restart. When the pmon case starts, the pmon container is not yet ready. Need add a wait until in the swss case to ensure all containers are up.
Failed: pmon should be running before KillProcess test attempts to kill this process
The telemetry case failed because there is no telemetry container, the telemetry service is moved to gnmi container. Should we still have this test case?
Results you see
4 test cases failed:
test_gnoi_killprocess_then_restart[dhcp_relay-True-]
test_gnoi_killprocess_then_restart[restapi-True-]
test_gnoi_killprocess_then_restart[pmon-True-]
test_gnoi_killprocess_then_restart[telemetry-True-]
Issue Description
I have run the test tests/gnmi/test_gnoi_killprocess.py against the public master image master.692211-c8e588808, and some cases failed due to test issues:
Results you see
4 test cases failed:
test_gnoi_killprocess_then_restart[dhcp_relay-True-]
test_gnoi_killprocess_then_restart[restapi-True-]
test_gnoi_killprocess_then_restart[pmon-True-]
test_gnoi_killprocess_then_restart[telemetry-True-]
Results you expected to see
No failures.
Is it platform specific
generic
Relevant log output
No response
Output of
show version
Attach files (if any)
No response
The text was updated successfully, but these errors were encountered: