-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
Quality / Stability / Reliability
-
0.42
-
False
-
-
False
-
None
-
-
None
Description of problem:
Our tier-1 tests verify external connectivity by using ICMP. However, in some environments, e.g. Azure, external connectivity using ICMP is blocked. This prevents us from using tier-1 conformance tests to verify support of some platforms.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. Deploy a cluster on ARO 2. Run tier-1 tests there
Actual results:
The external connectivity test fails
Expected results:
The test should either succeed using different protocols, or the connectivity check method should be configurable, or there should be an alternative test using another protocol.
Additional info:
ncat to a webserver via `nc -z kubevirt.io 80` may be a good option for the check