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
Despite issue openservicemesh#4141 I was able to validate and enable a bunch of tests on Windows
1. Add a Windows pod for tcp requests
2. Add a Windows pod for httpbin
3. Aggregate timeouts accross platform on a single variable
Signed-off-by: Sotiris Nanopoulos <[email protected]>
Expect(cond).To(BeTrue(), "Failed testing HTTP traffic from source pod %s to destination service %s after osm-controller restart", srcPod.Name, dstSvc.Name)
ClusterOSstring// The operating system of the working nodes in the cluster. Mixed OS traffic is not supported.
68
70
71
+
ReqSuccessTimeout time.Duration// ReqSuccessTimeout timeout duration that the test expects for all requests from the client to server to succeed.
72
+
PodDeploymentTimeout time.Duration// PodDeploymentTimeout timeout duration that the test expects for all pods to be in ready state after they are deployed.
0 commit comments