Error from server (NotFound): namespaces "devfile-proxy" not found Using Devfile proxy: cp ododevapispec.yaml pkg/apiserver-impl/swagger-ui/swagger.yaml go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=c04e36c85" ./cmd/odo/ go run -mod=vendor github.com/onsi/ginkgo/v2/ginkgo --randomize-all --poll-progress-after=120s --poll-progress-interval=120s -timeout 14400s --no-color -nodes=16 --junit-report="test-integration.xml" --label-filter="!unauth && !nocluster && !podman" tests/integration Running Suite: Integration Suite - /go/odo_1/tests/integration ============================================================== Random Seed: 1691426671 - will randomize all specs Will run 502 of 954 specs Running in parallel across 16 processes SSSSSSSSSS••SSS••SS ------------------------------ • [16.623 seconds] odo init interactive command tests when DevfileRegistriesList CRD is installed on cluster when CR for devfileregistrieslists is installed in namespace should download correct devfile from the first in-cluster registry /go/odo_1/tests/integration/interactive_init_test.go:712 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo init' from /tmp/578096260 << Captured StdOut/StdErr Output ------------------------------ SS•SS••••SSSSS•S•SSS• ------------------------------ • [63.289 seconds] odo dev command tests when a component with multiple endpoints is run should create state files containing information, including forwarded ports /go/odo_1/tests/integration/cmd_dev_test.go:3592 Captured StdOut/StdErr Output >> PID: 12733 << Captured StdOut/StdErr Output ------------------------------ SSSS••••••SSS•S•SSS•SS•SSS•SS•SS••S•••SSS••SSSSS•SSSSSS••SSSS•SSS•SSS•••S••S•SSS•SSSS•••S•SSS••SS•SSSS•S•SSS•SS•S•S•••S••S•S••S••••S•••SSSSSSSS•S••S•SS•SSSS• ------------------------------ • [54.734 seconds] odo dev command with api server tests when the component is bootstrapped when odo dev is run with --api-server flag when /instance endpoint is DELETEd should terminate the dev session /go/odo_1/tests/integration/cmd_dev_api_server_test.go:239 Captured StdOut/StdErr Output >> <<< Session terminated >>> << Captured StdOut/StdErr Output ------------------------------ •SS•••SS••S•SSS••S••SS ------------------------------ • [3.013 seconds] odo deploy interactive command tests directory is not empty when there is a match from Alizer should run alizer to download devfile successfully even with -v flag /go/odo_1/tests/integration/interactive_deploy_test.go:40 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo deploy -v 4' from /tmp/4179175117 << Captured StdOut/StdErr Output ------------------------------ •S•••SS••SSSSSS••S•S••SS•S•SS•••SSSSSSSS••S•SS•••S•S•SSS•••SSSSS•S•SSS••SSSS•••SSSS•SSSSSSS•••S•SS••SS•SS•SSS••SSSSS•SSS•SSSS•SSS••SSS•S•SSSS••S••SSS• ------------------------------ Progress Report for Ginkgo Process #11 Automatically polling progress: odo dev debug command tests when a composite apply command is used as debug command should execute the composite apply commands successfully (Spec Runtime: 3m21.561s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:288 In [It] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:288 At [By Step] cleaning up the resources on ending the session (Step Runtime: 27.245s) /go/odo_1/tests/integration/cmd_dev_debug_test.go:326 Begin Captured GinkgoWriter Output >> ... [odo] I0807 16:52:41.570264 20078 segment.go:268] Checking telemetry enable status [odo] I0807 16:52:41.570284 20078 segment.go:286] Sending telemetry disabled by env variable [odo] I0807 16:52:41.570753 20078 exec.go:54] ExecuteCommand returned an an err: error while streaming command: error sending request: Post "https://c110.eu-de.containers.cloud.ibm.com:32062/api/v1/namespaces/cmd-dev-debug-test288ztl/pods/cxxplf-app-64bff7f498-967vg/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fopt%2Fodo%2F.odo_cmd_start-debug.pid+%7C%7C+true&container=runtime&stderr=true&stdout=true": dial tcp: lookup c110.eu-de.containers.cloud.ibm.com: operation was canceled. for command '[/bin/sh -c cat /opt/odo/.odo_cmd_start-debug.pid || true]' [odo] stdout: [] [odo] stderr: [] [odo] I0807 16:52:41.570829 20078 execute_run.go:36] error while running background command: unable to exec command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_start-debug.pid && cd /projects && (npm run debug) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_start-debug.pid]: error while streaming command: context canceled [odo] I0807 16:52:41.668490 20078 all.go:46] starting to concurrently query 90 APIs [odo] I0807 16:52:41.668800 20078 all.go:62] fired up all goroutines to query APIs [odo] I0807 16:52:42.092531 20078 all.go:67] all goroutines have returned in 424.048388ms [odo] I0807 16:52:42.092587 20078 all.go:76] query result: objects=383 << End Captured GinkgoWriter Output Spec Goroutine goroutine 272 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc00017c000, {0x30f05c8?, 0xc0011225a0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc00017c000, {0x30f05c8, 0xc0011225a0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc0001b57a0?, {0xc00073a330?, 0x0?, 0x0?}) /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144 github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...) /go/odo_1/tests/helper/helper_dev.go:255 > github.com/redhat-developer/odo/tests/integration.glob..func6.7.2.8() /go/odo_1/tests/integration/cmd_dev_debug_test.go:328 | By("cleaning up the resources on ending the session", func() { | devSession.Stop() > devSession.WaitEnd() | out := commonVar.CliRunner.Run("get", "deployments").Out.Contents() | helper.DontMatchAllInOutput(string(out), deploymentNames) github.com/onsi/ginkgo/v2/internal.(*Suite).By(0xc0001a2000, {0x2d462b8, 0x2f}, {0xc000edfe70, 0x1, 0x0?}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:309 github.com/onsi/ginkgo/v2.By({0x2d462b8?, 0xf6f89d?}, {0xc000edfe70?, 0xba0ea0?, 0x0?}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/core_dsl.go:547 > github.com/redhat-developer/odo/tests/integration.glob..func6.7.2() /go/odo_1/tests/integration/cmd_dev_debug_test.go:326 | }) | > By("cleaning up the resources on ending the session", func() { | devSession.Stop() | devSession.WaitEnd() github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc00098c720}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ •SS•S•S•••S•SS•••SS•SS•S•S•SSS•SSSSS• ------------------------------ • [3.504 seconds] odo deploy interactive command tests directory is not empty when there is a match from Alizer should display welcoming messages first /go/odo_1/tests/integration/interactive_deploy_test.go:109 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo deploy' from /tmp/1340626670 << Captured StdOut/StdErr Output ------------------------------ •SS••S•SSS••SSSS••S•SSSSSSSS••SSS ------------------------------ • [77.550 seconds] odo dev interactive command tests directory is not empty when there is a match from Alizer should display welcoming messages first /go/odo_1/tests/integration/interactive_dev_test.go:112 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo dev --random-ports' from /tmp/2947575108 << Captured StdOut/StdErr Output ------------------------------ ••S•S•SSSSS••••SS•S•SS•SSSS•SS•••SS•SS•S•S••SS••S•S ------------------------------ • [17.025 seconds] odo dev interactive command tests when a component is bootstrapped should sync files when p is pressed /go/odo_1/tests/integration/interactive_dev_test.go:209 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo dev --random-ports --no-watch' from /tmp/581320796 << Captured StdOut/StdErr Output ------------------------------ SSSS•S•S• ------------------------------ • [75.927 seconds] odo dev interactive command tests directory is not empty when there is a match from Alizer should run alizer to download devfile /go/odo_1/tests/integration/interactive_dev_test.go:76 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo dev --random-ports' from /tmp/2200608414 << Captured StdOut/StdErr Output ------------------------------ •SSSSS••SS•SS•S••SS•S•••S•S•SSS•SS ------------------------------ • [3.682 seconds] odo deploy interactive command tests directory is not empty when there is a match from Alizer should run alizer to download devfile /go/odo_1/tests/integration/interactive_deploy_test.go:75 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo deploy' from /tmp/549862734 << Captured StdOut/StdErr Output ------------------------------ S•SSSSS•••••S•SSS••SSSS••••SSSS ------------------------------ • [77.617 seconds] odo dev interactive command tests directory is not empty when there is a match from Alizer should run alizer to download devfile successfully even with -v flag /go/odo_1/tests/integration/interactive_dev_test.go:40 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo dev --random-ports -v 4' from /tmp/1159324078 << Captured StdOut/StdErr Output ------------------------------ SSSSS•S•S••S•••S•S••SS••••SSS••S•SSSSS•SSS•••SS••S••SS•••S•••SSSS••SSSSSSSS••SSSSSSSSS••S•SS•S•S••SSSS•SSS•••S••SSS•SS•SS••S••SSS•SSS••SS•••SSS ------------------------------ • [6.684 seconds] odo dev interactive command tests directory is not empty when Alizer cannot determine a Devfile based on the current source code should not fail but fallback to the interactive mode /go/odo_1/tests/integration/interactive_dev_test.go:164 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo dev --random-ports' from /tmp/69122872 << Captured StdOut/StdErr Output ------------------------------ SS•SSSS•S••S•SS••SS•SS•SSS•S••S•S ------------------------------ Progress Report for Ginkgo Process #15 Automatically polling progress: odo dev command tests when running odo dev and multiple env variables are set - without metadata.name should be able to exec command (Spec Runtime: 2m1.576s) /go/odo_1/tests/integration/cmd_dev_test.go:1687 In [It] (Node Runtime: 2m0s) /go/odo_1/tests/integration/cmd_dev_test.go:1687 Begin Captured GinkgoWriter Output >> ... [odo] read: read /dev/stdin: input/output error [odo] I0807 17:00:30.807965 2787 watch.go:333] Dev mode interrupted by user [odo] I0807 17:00:30.821165 2787 implem.go:114] The path for preference file is /tmp/1608933319/preference.yaml [odo] Cleaning resources, please wait [odo] I0807 17:00:30.821995 2787 segment.go:268] Checking telemetry enable status [odo] I0807 17:00:30.822025 2787 segment.go:286] Sending telemetry disabled by env variable [odo] I0807 17:00:30.933455 2787 all.go:46] starting to concurrently query 90 APIs [odo] I0807 17:00:30.933586 2787 all.go:62] fired up all goroutines to query APIs [odo] I0807 17:00:31.320733 2787 all.go:67] all goroutines have returned in 387.284492ms [odo] I0807 17:00:31.320778 2787 all.go:76] query result: objects=345 << End Captured GinkgoWriter Output Spec Goroutine goroutine 879 [select, 2 minutes] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0007b3730, {0x30f05c8?, 0xc000566f78}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0007b3730, {0x30f05c8, 0xc000566f78}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc000ef7d90?, {0xc0007978c0?, 0x2cdffb0?, 0x3?}) /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144 github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...) /go/odo_1/tests/helper/helper_dev.go:255 github.com/redhat-developer/odo/tests/helper.RunDevMode.func1() /go/odo_1/tests/helper/helper_dev.go:326 github.com/redhat-developer/odo/tests/helper.RunDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}, ...) /go/odo_1/tests/helper/helper_dev.go:329 > github.com/redhat-developer/odo/tests/integration.glob..func7.12.2() /go/odo_1/tests/integration/cmd_dev_test.go:1688 | | It("should be able to exec command", func() { > err := helper.RunDevMode(helper.DevSessionOpts{ | RunOnPodman: podman, | }, func(session *gexec.Session, out, err string, ports map[string]string) { github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x26936f3, 0xc000942ae0}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ •••••SSSS••S•S•SSS•••SS• ------------------------------ • [3.113 seconds] odo deploy interactive command tests directory is not empty when Alizer cannot determine a Devfile based on the current source code should not fail but fallback to the interactive mode /go/odo_1/tests/integration/interactive_deploy_test.go:159 Captured StdOut/StdErr Output >> Spawning '/go/bin/odo deploy' from /tmp/1588170895 << Captured StdOut/StdErr Output ------------------------------ S•S•SSSSSS••S•SSSSS••••SS••SS•S•S•SSS•••••S•SSS• ------------------------------ Progress Report for Ginkgo Process #4 Automatically polling progress: odo dev command tests checking if odo dev matches local Devfile K8s resources and remote resources when odo dev is executed to run a devfile containing a k8s resource with apply command should have deleted the old resource and created the new resource (Spec Runtime: 2m1.705s) /go/odo_1/tests/integration/cmd_dev_test.go:1047 In [BeforeEach] (Node Runtime: 2m0.001s) /go/odo_1/tests/integration/cmd_dev_test.go:1020 Begin Captured GinkgoWriter Output >> ... [odo] I0807 17:02:16.796554 5135 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I0807 17:02:16.798749 5135 port.go:319] port 8080 not listening in container "runtime" [odo] I0807 17:02:24.649737 5135 exec.go:37] Executing command [/bin/sh -c cat /proc/net/tcp /proc/net/udp /proc/net/tcp6 /proc/net/udp6 || true] for pod: wgnsai-app-5fb66cb8dc-rbgph in container: runtime [odo] I0807 17:02:24.815167 5135 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I0807 17:02:24.815214 5135 exec.go:96] 0: AE7B11AC:D828 221D1068:01BB 06 00000000:00000000 03:00000C30 00000000 0 0 0 3 0000000000000000 [odo] I0807 17:02:24.815231 5135 exec.go:96] sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I0807 17:02:24.816046 5135 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode [odo] I0807 17:02:24.816090 5135 exec.go:96] 0: 00000000000000000000000000000000:0BB8 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000 1001 0 282401873 1 0000000000000000 100 0 0 10 0 [odo] I0807 17:02:24.816108 5135 exec.go:96] sl local_address remote_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode ref pointer drops [odo] I0807 17:02:24.818412 5135 port.go:319] port 8080 not listening in container "runtime" << End Captured GinkgoWriter Output Spec Goroutine goroutine 1135 [select, 2 minutes] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc000203b90, {0x30f0808?, 0xc00157c4b0}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc000203b90, {0x30f0808, 0xc00157c4b0}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/redhat-developer/odo/tests/helper.WaitForOutputToContain({0x2ce67f1, 0x8}, 0xc0000acec0?, 0xc0000acea0?, 0xc00123a090) /go/odo_1/tests/helper/helper_run.go:54 github.com/redhat-developer/odo/tests/helper.(*DevSession).WaitSync(0xc00038b020) /go/odo_1/tests/helper/helper_dev.go:271 > github.com/redhat-developer/odo/tests/integration.glob..func7.5.1.1() /go/odo_1/tests/integration/cmd_dev_test.go:1039 | helper.ReplaceStrings(filepath.Join(commonVar.Context, "devfile.yaml"), devfile.deploymentName, devfile.newDeploymentName) | > err := devSession.WaitSync() | Expect(err).To(BeNil()) | }) github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x1085f3e, 0xc0011fdb60}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ •SSS•SS•SS•SS•S••••SS•S••S•••SSSS•••S••S••S•S••SS•SS••S•••SS••SS•S••SSSS• ------------------------------ Progress Report for Ginkgo Process #9 Automatically polling progress: odo dev command tests Devfile contains pod-overrides and container-overrides attributes should override the content in the pod it creates for the component on the cluster (Spec Runtime: 2m1.799s) /go/odo_1/tests/integration/cmd_dev_test.go:4116 In [It] (Node Runtime: 2m0s) /go/odo_1/tests/integration/cmd_dev_test.go:4116 Begin Captured GinkgoWriter Output >> ... [odo] Cleaning resources, please wait [odo] I0807 17:04:09.792885 8465 exec.go:54] ExecuteCommand returned an an err: error while streaming command: error sending request: Post "https://c110.eu-de.containers.cloud.ibm.com:32062/api/v1/namespaces/cmd-dev-test4116szc/pods/wodvqv-app-9bb4986fb-b2j4d/exec?command=%2Fbin%2Fsh&command=-c&command=cat+%2Fopt%2Fodo%2F.odo_cmd_run.pid+%7C%7C+true&container=runtime&stderr=true&stdout=true": dial tcp: lookup c110.eu-de.containers.cloud.ibm.com: operation was canceled. for command '[/bin/sh -c cat /opt/odo/.odo_cmd_run.pid || true]' [odo] stdout: [] [odo] stderr: [] [odo] I0807 17:04:09.793059 8465 execute_run.go:36] error while running background command: unable to exec command [/bin/sh -c echo $$ > /opt/odo/.odo_cmd_run.pid && cd ${PROJECT_SOURCE} && (npm start) 1>>/proc/1/fd/1 2>>/proc/1/fd/2; echo $? >> /opt/odo/.odo_cmd_run.pid]: error while streaming command: context canceled [odo] ✗ Finished executing the application (command: run) [1m] [odo] I0807 17:04:09.862661 8465 all.go:46] starting to concurrently query 90 APIs [odo] I0807 17:04:09.862994 8465 all.go:62] fired up all goroutines to query APIs [odo] I0807 17:04:10.952421 8465 all.go:67] all goroutines have returned in 1.08976019s [odo] I0807 17:04:10.953052 8465 all.go:76] query result: objects=348 << End Captured GinkgoWriter Output Spec Goroutine goroutine 7689 [select] github.com/onsi/gomega/internal.(*AsyncAssertion).match(0xc0004fad20, {0x30f05c8?, 0xc001759770}, 0x1, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:538 github.com/onsi/gomega/internal.(*AsyncAssertion).Should(0xc0004fad20, {0x30f05c8, 0xc001759770}, {0x0, 0x0, 0x0}) /go/odo_1/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 github.com/onsi/gomega/gexec.(*Session).Wait(0xc001875d70?, {0xc000631200?, 0x2ce859c?, 0x9?}) /go/odo_1/vendor/github.com/onsi/gomega/gexec/session.go:144 github.com/redhat-developer/odo/tests/helper.DevSession.WaitEnd(...) /go/odo_1/tests/helper/helper_dev.go:255 github.com/redhat-developer/odo/tests/helper.RunDevMode.func1() /go/odo_1/tests/helper/helper_dev.go:326 github.com/redhat-developer/odo/tests/helper.RunDevMode({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0x0, 0x0, 0x0, 0x0, ...}, ...) /go/odo_1/tests/helper/helper_dev.go:329 > github.com/redhat-developer/odo/tests/integration.glob..func7.64.2() /go/odo_1/tests/integration/cmd_dev_test.go:4117 | }) | It("should override the content in the pod it creates for the component on the cluster", func() { > err := helper.RunDevMode(helper.DevSessionOpts{ | RunOnPodman: ctx.podman, | }, func(session *gexec.Session, outContents, _ string, _ map[string]string) { github.com/onsi/ginkgo/v2/internal.extractBodyFunction.func3({0x26936f3, 0xc0010a39e0}) /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/node.go:463 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode.func3() /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:865 github.com/onsi/ginkgo/v2/internal.(*Suite).runNode /go/odo_1/vendor/github.com/onsi/ginkgo/v2/internal/suite.go:852 ------------------------------ ••SSSSSS•S••SSSS••SSSS•SSSSSS••••SSS••SSSS••••••••••••••• Ran 409 of 954 Specs in 1244.983 seconds SUCCESS! -- 409 Passed | 0 Failed | 0 Pending | 545 Skipped Ginkgo ran 1 suite in 21m49.230545623s Test Suite Passed