cp ododevapispec.yaml pkg/apiserver-impl/swagger-ui/swagger.yaml go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=faadb7c53" ./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-unauth.xml" --label-filter="unauth" tests/integration Running Suite: Integration Suite - /go/odo_1/tests/integration ============================================================== Random Seed: 1699000539 - will randomize all specs Will run 127 of 956 specs Running in parallel across 16 processes SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ • [5.077 seconds] odo devfile build-images command tests label unauth using a Devfile with an image component using a remote Dockerfile when remote server returns an error should not run 'odo build-images --push' [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:292 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [5.672 seconds] odo devfile init command tests label unauth running odo init with valid flags when using --devfile-version flag to download a specific version should download the devfile with the requested version [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:198 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSS ------------------------------ • [5.899 seconds] odo devfile init command tests label unauth when running odo init from a directory with sources should not accept --starter flag [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:330 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [5.837 seconds] odo devfile build-images command tests label unauth using a Devfile with an image component using a remote Dockerfile when remote server returns a valid file should build images [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:328 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [6.363 seconds] odo devfile init command tests label unauth checking odo init final output message when the devfile used by `odo init` contains a deploy command should show information about both `odo dev`, and `odo deploy` [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:373 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSS ------------------------------ • [6.490 seconds] odo devfile registry command tests label unauth Should list all default registries [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:41 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [6.921 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component with no build context should build image via Podman by defaulting build context to devfile path [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:235 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [6.451 seconds] odo generic executing odo version command when executing the complete command with server info should show the version of odo major components [unauth] /go/odo_1/tests/integration/generic_test.go:184 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [8.056 seconds] odo devfile init command tests label unauth telemetry when recording telemetry data with no caller env var should record the telemetry data correctly [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:563 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSS ------------------------------ • [7.472 seconds] odo preference and config command tests label unauth when telemetry is enabled when unsetting value for preference ConsentTelemetry should track parameter that is unset without any value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [7.603 seconds] odo devfile registry command tests label unauth Should fail with an error with no registries [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:156 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [10.140 seconds] odo devfile init command tests label unauth telemetry when recording telemetry data with ODO_TRACKING_CONSENT=yes env var should take precedence over ConsentTelemetry preference should record the telemetry data correctly [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:563 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSS ------------------------------ • [9.809 seconds] odo preference and config command tests label unauth when telemetry is enabled when setting value for preference ImageRegistry should anonymize values set such that different strings will not have same hash [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:304 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [10.102 seconds] odo describe component command tests when creating a component when renaming to hide devfile.yaml file should describe the component in the current directory using the hidden devfile [unauth] /go/odo_1/tests/integration/cmd_describe_component_test.go:239 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [5.337 seconds] odo generic label unauth when running odo without subcommand and flags a short vesion of help contents is returned, an error is not expected [unauth] /go/odo_1/tests/integration/generic_test.go:52 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSS ------------------------------ • [4.946 seconds] odo devfile build-images command tests label unauth using a Devfile with an image component using a remote Dockerfile when remote server returns an error should not build images [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:284 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [6.372 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml with no Image component should not be able to run odo build-images [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:128 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [7.415 seconds] odo devfile init command tests label unauth should successfully run odo init for devfile with starter project on git with main default branch [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:315 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSS ------------------------------ • [13.207 seconds] odo init interactive command tests label unauth displaying welcoming messages when directory is empty should display appropriate welcoming messages [unauth] /go/odo_1/tests/integration/interactive_init_test.go:409 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/2935036404 << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSS ------------------------------ • [7.135 seconds] odo preference and config command tests label unauth when telemetry is enabled when setting value for preference ConsentTelemetry should track parameter that is set along with its plain value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [7.286 seconds] odo devfile init command tests label unauth telemetry when recording telemetry data with valid caller env var: intellij should record the telemetry data correctly [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:563 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [7.002 seconds] odo preference and config command tests label unauth when telemetry is enabled when unsetting value for preference PushTimeout should track parameter that is unset without any value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [5.961 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component with a build context should build image via Podman if build context references PROJECT_SOURCE env var [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:191 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSS ------------------------------ • [4.972 seconds] odo devfile init command tests label unauth telemetry should error out if ODO_DISABLE_TELEMETRY=false and ODO_TRACKING_CONSENT=no [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:452 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [4.186 seconds] odo describe component command tests describe commands in Devfile when initializing a component with different types of commands should describe the Devfile commands in human-readable form [unauth, nocluster] /go/odo_1/tests/integration/cmd_describe_component_test.go:725 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [6.608 seconds] odo devfile init command tests label unauth when a dangling env file exists in the working directory should successfully create a devfile component and remove the dangling env file [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:261 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [15.907 seconds] odo preference and config command tests label unauth When viewing global config should get the default global config keys [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:74 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [5.132 seconds] odo generic label unauth returns error when using an invalid command with --help [unauth] /go/odo_1/tests/integration/generic_test.go:92 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSS ------------------------------ • [10.344 seconds] odo list with devfile devfile has missing metadata when projectType and language is missing should show 'Not available' for 'Type' in odo list [unauth] /go/odo_1/tests/integration/cmd_devfile_list_test.go:349 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [6.954 seconds] odo devfile init command tests label unauth should successfully run odo init for devfile with starter project from the specified branch [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:303 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSS ------------------------------ • [7.016 seconds] odo preference and config command tests label unauth when telemetry is enabled when unsetting value for preference Timeout should track parameter that is unset without any value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSS ------------------------------ • [4.713 seconds] odo devfile init command tests label unauth telemetry should error out if ODO_DISABLE_TELEMETRY=true and ODO_TRACKING_CONSENT=yes [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:452 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSS ------------------------------ • [5.063 seconds] odo preference and config command tests label unauth when telemetry is enabled when setting value for preference ImageRegistry should track parameter that is set along with its hashed value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [9.737 seconds] odo init interactive command tests label unauth Automatic port detection via Alizer when starting with an existing project should display ports detected [unauth] /go/odo_1/tests/integration/interactive_init_test.go:651 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/2937330863 << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [5.662 seconds] odo generic label unauth returns error when using an invalid command [unauth] /go/odo_1/tests/integration/generic_test.go:57 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSS ------------------------------ • [6.588 seconds] odo preference and config command tests label unauth when telemetry is enabled when setting value for preference Timeout should track parameter that is set along with its plain value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [4.823 seconds] odo devfile init command tests label unauth checking odo init final output message when the devfile used by `odo init` does not contain a deploy command should not show the interactive mode notice message [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:360 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSS ------------------------------ • [5.097 seconds] odo devfile build-images command tests label unauth using a Devfile with an image component using a remote Dockerfile when remote server returns a valid file should run 'odo build-images --push' [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:335 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSS ------------------------------ • [5.207 seconds] odo devfile build-images command tests label unauth using a Devfile with an image component using a remote Dockerfile when remote server returns an error should not run 'odo build-images --push' [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:292 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSS ------------------------------ • [6.149 seconds] odo devfile registry command tests label unauth when adding a registry should fail, when adding same registry [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:181 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSS ------------------------------ • [3.831 seconds] odo devfile registry command tests label unauth Should fail to delete the registry, when registry is not present [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:162 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [4.918 seconds] odo devfile init command tests label unauth when source directory is empty name in devfile is personalized in non-interactive mode [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:417 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [10.722 seconds] odo init interactive command tests label unauth should download correct devfile [unauth] /go/odo_1/tests/integration/interactive_init_test.go:229 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/2387245411 << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSS ------------------------------ • [6.528 seconds] odo devfile init command tests label unauth running odo init with valid flags when using --devfile-version flag and JSON output to download the latest version should show the requested devfile version [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:212 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [6.434 seconds] odo devfile init command tests label unauth running odo init with valid flags when using --devfile-registry flag should successfully run odo init if specified registry is valid [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:251 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [2.867 seconds] odo describe component command tests describe commands in Devfile when initializing a component with different types of commands should describe the Devfile commands in JSON output [unauth, nocluster] /go/odo_1/tests/integration/cmd_describe_component_test.go:761 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSS ------------------------------ • [6.089 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component should run odo build-images --push [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:102 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [12.227 seconds] odo init interactive command tests label unauth personalizing configuration should allow to add and delete a port [unauth] /go/odo_1/tests/integration/interactive_init_test.go:89 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/1755661290 << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [4.838 seconds] odo devfile registry command tests label unauth should fail when adding a git based registry [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:208 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSS ------------------------------ • [9.153 seconds] odo init interactive command tests label unauth displaying welcoming messages when alizer detection of javascript name should display node-echo name [unauth] /go/odo_1/tests/integration/interactive_init_test.go:513 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/1864528978 << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [6.578 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component should run odo build-images without push [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:102 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSS ------------------------------ • [6.414 seconds] odo preference and config command tests label unauth when telemetry is enabled when unsetting value for preference ImageRegistry should track parameter that is unset without any value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [7.386 seconds] odo devfile registry command tests label unauth when adding a registry should pass, when doing odo init with --devfile-registry flag [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:176 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [7.228 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component should pass extra args to Podman [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:102 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [10.355 seconds] odo preference and config command tests label unauth When no ConsentTelemetry preference value is set should not prompt when preference command is run [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:181 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSS ------------------------------ • [8.528 seconds] odo init interactive command tests label unauth when Alizer cannot determine a Devfile based on the current source code should not fail but fallback to the interactive mode [unauth] /go/odo_1/tests/integration/interactive_init_test.go:694 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/177767622 << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSS ------------------------------ • [7.424 seconds] odo preference and config command tests label unauth when telemetry is enabled when unsetting value for preference RegistryCacheTime should track parameter that is unset without any value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSSSS ------------------------------ • [5.335 seconds] odo devfile init command tests label unauth running odo init with valid flags when using --devfile-path flag with a local devfile should copy the devfile.yaml file [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:232 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSSSS ------------------------------ • [5.763 seconds] odo devfile build-images command tests label unauth using a Devfile with an image component using a remote Dockerfile when remote server returns an error should not build images [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:284 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [7.075 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component should pass extra args to Docker [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:102 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [7.680 seconds] odo list with devfile when a component created in 'app' application should list the local component when no authenticated [unauth] /go/odo_1/tests/integration/cmd_devfile_list_test.go:115 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ • [7.179 seconds] odo preference and config command tests label unauth when telemetry is enabled when setting value for preference Ephemeral should track parameter that is set along with its plain value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSS ------------------------------ • [6.596 seconds] odo preference and config command tests label unauth when telemetry is enabled when setting value for preference PushTimeout should track parameter that is set along with its plain value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [8.197 seconds] odo devfile init command tests label unauth telemetry when recording telemetry data with invalid caller env var should record the telemetry data correctly [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:563 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSS ------------------------------ • [6.336 seconds] odo preference and config command tests label unauth when telemetry is enabled when unsetting value for preference Ephemeral should track parameter that is unset without any value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [6.394 seconds] odo devfile init command tests label unauth should successfully run odo init for devfile with starter project from the specified tag [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:309 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [5.435 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component with a build context should build image via Docker if build context references PROJECT_SOURCE env var [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:191 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [12.001 seconds] odo init interactive command tests label unauth should print automation command with proper values [unauth] /go/odo_1/tests/integration/interactive_init_test.go:180 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/456979275 << Captured StdOut/StdErr Output ------------------------------ SSSSSSS ------------------------------ • [6.978 seconds] odo devfile init command tests label unauth when running odo init from a directory with sources should work without --starter flag [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:327 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [11.612 seconds] odo init interactive command tests label unauth should ask to re-enter the component name when an invalid value is passed [unauth] /go/odo_1/tests/integration/interactive_init_test.go:142 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/572066059 << Captured StdOut/StdErr Output ------------------------------ SSSSSSS ------------------------------ • [8.564 seconds] odo list with devfile devfile has missing metadata when projectType is missing should show the language for 'Type' in odo list [unauth] /go/odo_1/tests/integration/cmd_devfile_list_test.go:318 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [8.911 seconds] odo generic label unauth returns JSON error [unauth] /go/odo_1/tests/integration/generic_test.go:62 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [6.446 seconds] odo preference and config command tests label unauth When ConsentTelemetry preference value is set should not prompt the user [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:203 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ • [8.233 seconds] odo devfile init command tests label unauth telemetry when recording telemetry data with empty caller env var should record the telemetry data correctly [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:563 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSS ------------------------------ • [5.497 seconds] odo devfile init command tests label unauth running odo init with valid flags when using --devfile-path flag with a URL should copy the devfile.yaml file [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:243 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSS ------------------------------ • [5.620 seconds] odo preference and config command tests label unauth When viewing global config should get the default global config keys in JSON output [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:83 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSS ------------------------------ • [4.837 seconds] odo generic label unauth when running odo --help returns full help contents including usage, examples, commands, utility commands, component shortcuts, and flags sections [unauth] /go/odo_1/tests/integration/generic_test.go:38 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [9.111 seconds] odo init interactive command tests label unauth displaying welcoming messages when alizer detection of javascript name should ask to re-enter the component name if invalid value is passed by the user [unauth] /go/odo_1/tests/integration/interactive_init_test.go:548 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/26749511 << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [5.725 seconds] odo preference and config command tests label unauth should fail to set an incompatible format for a preference that accepts duration [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:165 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [6.325 seconds] odo preference and config command tests label unauth when telemetry is enabled when unsetting value for preference UpdateNotification should track parameter that is unset without any value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:247 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSS ------------------------------ • [6.179 seconds] odo preference and config command tests label unauth When no ConsentTelemetry preference value is set should not prompt when user calls for help [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:176 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [4.799 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component with no build context should build image via Docker by defaulting build context to devfile path [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:235 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSS ------------------------------ • [6.204 seconds] odo devfile registry command tests label unauth when adding a registry should successfully delete registry [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:185 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [7.430 seconds] odo preference and config command tests label unauth when when preference.yaml contains an int value for Timeout should show warning about incompatible Timeout value when viewing preferences [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:158 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [12.181 seconds] odo init interactive command tests label unauth should ask to download the starter project when the devfile stack has extra files [unauth] /go/odo_1/tests/integration/interactive_init_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/3040566715 << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [7.769 seconds] odo devfile init command tests label unauth running odo init with valid flags when using --devfile flag should download a devfile.yaml file and correctly set the component name in it [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:133 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSS ------------------------------ • [6.094 seconds] odo devfile build-images command tests label unauth using a Devfile with an image component using a remote Dockerfile when remote server returns a valid file should build images [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:328 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ • [7.073 seconds] odo devfile init command tests label unauth running odo init with valid flags when using --devfile-version flag and JSON output to download a specific version should show the requested devfile version [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:212 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSS ------------------------------ • [15.238 seconds] odo init interactive command tests label unauth should start downloading starter project only after all interactive questions have been asked [unauth] /go/odo_1/tests/integration/interactive_init_test.go:586 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/568292864 << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [4.946 seconds] odo preference and config command tests label unauth when running help for preference command should display the help [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:56 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSS ------------------------------ • [5.817 seconds] odo devfile build-images command tests label unauth using a Devfile with an image component using a remote Dockerfile when remote server returns a valid file should run 'odo build-images --push' [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:335 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ S ------------------------------ • [13.076 seconds] odo init interactive command tests label unauth should download correct devfile-starter [unauth] /go/odo_1/tests/integration/interactive_init_test.go:310 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/2061896797 << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSS ------------------------------ • [5.757 seconds] odo devfile registry command tests label unauth Should list at least one nodejs component from the default registry [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:46 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [8.106 seconds] odo describe component command tests should fail, without cluster [unauth] /go/odo_1/tests/integration/cmd_describe_component_test.go:36 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [6.278 seconds] odo devfile init command tests label unauth when running odo init with a devfile that has a subDir starter project should successfully extract the project in the specified subDir path [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:271 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ • [4.692 seconds] odo devfile init command tests label unauth when devfile contains parent URI should not replace the original devfile [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:400 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [4.704 seconds] odo create/delete/list/set namespace/project tests list project should fail, with unauth cluster [unauth] /go/odo_1/tests/integration/cmd_namespace_test.go:217 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ • [7.211 seconds] odo devfile init command tests label unauth running odo init with valid flags when using --devfile-version flag to download the latest version should download the devfile with the requested version [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:198 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSS ------------------------------ • [5.373 seconds] odo create/delete/list/set namespace/project tests list namespace should fail, with unauth cluster [unauth] /go/odo_1/tests/integration/cmd_namespace_test.go:217 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSS ------------------------------ • [7.402 seconds] odo devfile registry command tests label unauth when adding a registry should list newly added registry [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:171 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ • [5.697 seconds] odo devfile init command tests label unauth running odo init with valid flags when using --devfile flag and JSON output should return correct values in output [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:152 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [7.880 seconds] odo devfile init command tests label unauth telemetry when recording telemetry data with valid caller env var: vscode should record the telemetry data correctly [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:563 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSS ------------------------------ • [5.839 seconds] odo devfile registry command tests label unauth when adding a registry should list registry with recently added registry on top [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:195 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSS ------------------------------ • [7.899 seconds] odo devfile registry command tests label unauth Should list java-openliberty specifically [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:112 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSS ------------------------------ • [8.472 seconds] odo preference and config command tests label unauth when telemetry is enabled when setting value for preference ImageRegistry should anonymize values set such that same strings have same hash [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:287 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSSSS ------------------------------ • [7.364 seconds] odo preference and config command tests label unauth when telemetry is enabled when setting value for preference RegistryCacheTime should track parameter that is set along with its plain value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [5.087 seconds] odo devfile init command tests label unauth checking odo init final output message when the devfile used by `odo init` does not contain a deploy command should only show information about `odo dev`, and not `odo deploy` [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:355 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SSSSSS ------------------------------ • [5.626 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component with Dockerfile args should use args to build image when running odo build-images [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:145 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ SS ------------------------------ • [25.749 seconds] odo devfile init command tests label unauth should fail [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:46 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [7.737 seconds] odo describe component command tests when creating a component should describe the component in the current directory [unauth] /go/odo_1/tests/integration/cmd_describe_component_test.go:210 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [7.876 seconds] odo devfile registry command tests label unauth when adding a registry deleting registry and creating component with registry flag [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:189 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [6.146 seconds] odo preference and config command tests label unauth check that help works should display help info [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:46 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.699 seconds] odo devfile build-images command tests label unauth when using a devfile.yaml containing an Image component with Dockerfile args should be able pass extra flags to Podman/Docker build command [unauth] /go/odo_1/tests/integration/cmd_devfile_build_images_test.go:151 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [4.430 seconds] odo devfile init command tests label unauth checking odo init final output message when the devfile used by `odo init` contains a deploy command should not show the interactive mode notice message [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:378 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [4.056 seconds] odo generic label unauth when running odo --help does not support the --kubeconfig flag [unauth] /go/odo_1/tests/integration/generic_test.go:42 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [9.226 seconds] odo init interactive command tests label unauth displaying welcoming messages when directory is not empty should display appropriate welcoming messages [unauth] /go/odo_1/tests/integration/interactive_init_test.go:460 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init' from /tmp/1487604673 << Captured StdOut/StdErr Output ------------------------------ • [5.665 seconds] odo preference and config command tests label unauth when telemetry is enabled when setting value for preference UpdateNotification should track parameter that is set along with its plain value [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:270 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.612 seconds] odo preference and config command tests label unauth when telemetry is enabled when Telemetry is disabled in preferences when setting ConsentTelemetry to true should record the odo-preference-set command in telemetry [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:361 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [5.780 seconds] odo preference and config command tests label unauth when telemetry is enabled when telemetry is enabled in preferences when setting ConsentTelemetry to false should record the odo-preference-set command in telemetry [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:336 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [6.835 seconds] odo devfile init command tests label unauth telemetry when recording telemetry data with valid caller env var: jboss should record the telemetry data correctly [unauth] /go/odo_1/tests/integration/cmd_devfile_init_test.go:563 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [7.252 seconds] odo devfile registry command tests label unauth Should list detailed information regarding nodejs [unauth] /go/odo_1/tests/integration/cmd_devfile_registry_test.go:51 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [40.457 seconds] odo preference and config command tests label unauth When configuring global config values should successfully updated [unauth] /go/odo_1/tests/integration/cmd_pref_config_test.go:114 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" << Captured StdOut/StdErr Output ------------------------------ • [6.617 seconds] odo init interactive command tests label unauth should not fail when using -v flag [unauth] /go/odo_1/tests/integration/interactive_init_test.go:49 Captured StdOut/StdErr Output >> Using Devfile Registry URL at: "https://registry.stage.devfile.io" Spawning '/go/bin/odo init -v 4' from /tmp/2680532507 << Captured StdOut/StdErr Output ------------------------------ Ran 123 of 956 Specs in 61.509 seconds SUCCESS! -- 123 Passed | 0 Failed | 0 Pending | 833 Skipped Ginkgo ran 1 suite in 2m5.485074694s Test Suite Passed