go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=a645ac2bc" ./cmd/odo/
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=a645ac2bc" ./cmd/odo/
GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo  -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 tests/integration/devfile/
Running Suite: Devfile Suite
============================
Random Seed: 1650458610 - Will randomize all specs
Will run 107 specs

Running in parallel across 32 nodes


------------------------------
• [SLOW TEST:124.421 seconds]
odo dev command tests
/workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/devfile/cmd_dev_test.go:23
  when a component is bootstrapped and pushed
  /workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/devfile/cmd_dev_test.go:53
    when odo dev is executed
    /workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/devfile/cmd_dev_test.go:168
      when deleting previous deployment and switching kubeconfig to another namespace
      /workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/devfile/cmd_dev_test.go:182
        should run odo dev on initial namespace
        /workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/devfile/cmd_dev_test.go:200
------------------------------

------------------------------
• [SLOW TEST:135.704 seconds]
odo list with devfile
/workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/devfile/cmd_devfile_list_test.go:15
  devfile has missing metadata
  /workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/devfile/cmd_devfile_list_test.go:75
    when projectType and language is missing
    /workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/devfile/cmd_devfile_list_test.go:119
      when the component is pushed
      /workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/devfile/cmd_devfile_list_test.go:128
        should show 'nodejs' for 'Type' in odo list
        /workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/devfile/cmd_devfile_list_test.go:139
------------------------------

------------------------------
• [SLOW TEST:128.145 seconds]
odo list with devfile
/workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/devfile/cmd_devfile_list_test.go:15
  devfile has missing metadata
  /workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/devfile/cmd_devfile_list_test.go:75
    when projectType is missing
    /workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/devfile/cmd_devfile_list_test.go:91
      when the component is pushed in dev mode
      /workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/devfile/cmd_devfile_list_test.go:101
        should show the language for 'Type' in odo list
        /workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/devfile/cmd_devfile_list_test.go:113
------------------------------

Ran 107 of 107 Specs in 255.311 seconds
SUCCESS! -- 107 Passed | 0 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 5m34.773814667s
Test Suite Passed
GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo  -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=1 tests/integration/devfile/debug/
=== RUN   TestDebug
Running Suite: Devfile Debug Suite
==================================
Random Seed: 1650458955
Will run 0 of 0 specs


Ran 0 of 0 Specs in 0.000 seconds
SUCCESS! -- 0 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestDebug (0.00s)
PASS

Ginkgo ran 1 suite in 8.620851024s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=a645ac2bc" ./cmd/odo/
GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo  -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 tests/interactive/
Running Suite: Interactive Suite
================================
Random Seed: 1650458966 - Will randomize all specs
Will run 11 specs

Running in parallel across 32 nodes


Ran 11 of 11 Specs in 39.182 seconds
SUCCESS! -- 11 Passed | 0 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 48.4724184s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=a645ac2bc" ./cmd/odo/
GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo  -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 -focus="odo devfile supported tests" tests/e2escenarios/
Running Suite: odo e2e scenarios
================================
Random Seed: 1650459024 - Will randomize all specs
Will run 4 specs

Running in parallel across 32 nodes


Ran 4 of 4 Specs in 88.242 seconds
SUCCESS! -- 4 Passed | 0 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 1m36.531523974s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=a645ac2bc" ./cmd/odo/
GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo  -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=32 -focus="odo project command tests" tests/integration/project/
Running Suite: Project Suite
============================
Random Seed: 1650459131 - Will randomize all specs
Will run 6 specs

Running in parallel across 32 nodes


------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [13.412 seconds]
odo project command tests
/workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/project/cmd_project_test.go:12
  when user is logged out
  /workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/project/cmd_project_test.go:56
    should show login message when setting project and not login [BeforeEach]
    /workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/project/cmd_project_test.go:69

    Openshift specific scenario.

    /workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/project/cmd_project_test.go:60
------------------------------

------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [13.592 seconds]
odo project command tests
/workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/project/cmd_project_test.go:12
  when user is logged out
  /workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/project/cmd_project_test.go:56
    should show login message when deleting project and not login [BeforeEach]
    /workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/project/cmd_project_test.go:73

    Openshift specific scenario.

    /workspace/47d3b78f-bc32-490b-ba23-8644048a6f68/tests/integration/project/cmd_project_test.go:60
------------------------------

Ran 4 of 6 Specs in 20.180 seconds
SUCCESS! -- 4 Passed | 0 Failed | 0 Pending | 2 Skipped


Ginkgo ran 1 suite in 29.401643366s
Test Suite Passed