Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e tests for validating Ambient deployment (#541)
* e2e tests for validating Ambient deployment This PR implements e2e tests for control plane and dataplane validation of Ambient profile in the Sail Operator. Related to: #500 Signed-off-by: Sridhar Gaddam <[email protected]> * Fix flaky error seen while running tests As part of the test framework, when istio and istio-cni namespaces are deleted, we were not waiting until the namespaces are deleted. Because of this, we were seeing some race conditions in subsequent tests. This PR fixes it. Signed-off-by: Sridhar Gaddam <[email protected]> * Verify ztunnel listening sockets in the application pod ns Signed-off-by: Sridhar Gaddam <[email protected]> * Avoid platform while running the e2e tests Signed-off-by: Sridhar Gaddam <[email protected]> --------- Signed-off-by: Sridhar Gaddam <[email protected]>
- Loading branch information