Commit 5c23df63 authored by Derek Nola's avatar Derek Nola

Check the deployments in E2E WASM test

parent d6b0721f
...@@ -59,6 +59,9 @@ var _ = Describe("Verify K3s can run Wasm workloads", Ordered, func() { ...@@ -59,6 +59,9 @@ var _ = Describe("Verify K3s can run Wasm workloads", Ordered, func() {
Eventually(func() error { Eventually(func() error {
return tests.AllPodsUp(tc.KubeConfigFile) return tests.AllPodsUp(tc.KubeConfigFile)
}, "620s", "10s").Should(Succeed()) }, "620s", "10s").Should(Succeed())
Eventually(func() error {
return tests.CheckDefaultDeployments(tc.KubeConfigFile)
}, "300s", "10s").Should(Succeed())
}) })
It("Verify wasm-related containerd shims are installed", func() { It("Verify wasm-related containerd shims are installed", func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment