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
SNMP: add e2e diagnostic dump for test_e2e_v1_with_apc_ups_profile
When the assertion fails (currently failing in CI on every SNMP PR with
"Needed at least 1 candidates for 'snmp.device.reachable', got 0"), dump:
- docker ps state
- snmpsim container logs (tail 40)
- snmpsim mount sources/destinations
- whether apc_ups fixture is present + first lines of args_list.txt
- a direct snmpget probe against the snmpsim container
Diagnostic only, no test-logic change. Helps narrow whether the daemon
isn't routing the community, the fixture isn't mounted, or the agent
isn't reaching the daemon.
0 commit comments