mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-05 01:19:40 +00:00
Check the deployments in E2E WASM test
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
@@ -59,6 +59,9 @@ var _ = Describe("Verify K3s can run Wasm workloads", Ordered, func() {
|
||||
Eventually(func() error {
|
||||
return tests.AllPodsUp(tc.KubeConfigFile)
|
||||
}, "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() {
|
||||
|
||||
Reference in New Issue
Block a user