diff --git a/tests/e2e/upgrades_test.go b/tests/e2e/upgrades_test.go index 8b8f8cd05..1c3878b70 100644 --- a/tests/e2e/upgrades_test.go +++ b/tests/e2e/upgrades_test.go @@ -188,6 +188,13 @@ var _ = Describe("ManagedOSImage Upgrade e2e tests", func() { It("tries to apply a plan", func() { By("creating a new ManagedOSImage referencing a ManagedOSVersion") + // !! DEBUG !! + pod, _ := kubectl.Run("get", "pod", "-A") + GinkgoWriter.Printf("Pods:\n%s\n", pod) + ns, _ := kubectl.Run("get", "namespace") + GinkgoWriter.Printf("Namespaces:\n%s\n", ns) + // !! DEBUG !! + createsCorrectPlan(map[string]runtime.RawExtension{ "upgradeImage": {Raw: []byte(`"registry.com/repository/image:v1.0"`)}, "robin": {Raw: []byte(`"batman"`)}, }, nil,