Actions
Feature #14246
openAdd network diagnostics to discovery-debug
Description
When DNS server does not respon, proxy service start times out. This is expected as any other command times out as well, but we should add some diagnostic tests into our debug script:
- ping default gw
- ping nameserver
- resolve foreman_url
- ping foreman_url
- resolve www.google.com
- ping www.google.com
Also measure benchmarks of these actions.
Updated by Lukas Zapletal over 7 years ago
- Target version set to Discovery Image 3.4.0
Let's scratch google.com but implement this otherwise.
Actions