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

Running in parallel across 32 nodes


Ran 36 of 36 Specs in 40.119 seconds
SUCCESS! -- 36 Passed | 0 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 1m28.142467044s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=3187b1c3b" ./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: 1656662232 - Will randomize all specs
Will run 14 specs

Running in parallel across 32 nodes


Ran 14 of 14 Specs in 29.863 seconds
SUCCESS! -- 14 Passed | 0 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 38.462844025s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=3187b1c3b" ./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: 1656662280 - Will randomize all specs
Will run 185 specs

Running in parallel across 32 nodes


------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [9.982 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  using Kubernetes cluster
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1753
    should run odo dev successfully on default namespace [BeforeEach]
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1760

    This is a Kubernetes specific scenario, skipping

    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1756
------------------------------

------------------------------
• [SLOW TEST:123.264 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when running build and run commands as composite in different containers and a shared volume
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1212
    should run successfully
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1232
------------------------------

------------------------------
• [SLOW TEST:136.627 seconds]
odo add binding command tests
/go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:13
  when the component is bootstrapped
  /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:46
    when adding a binding
    /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:56
      when odo dev is run
      /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:66
        should successfully bind component and service
        /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:75
------------------------------

------------------------------
• [SLOW TEST:159.471 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when node-js application is created and deployed with devfile schema 2.2.0
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1665
    when Update the devfile.yaml, and waiting synchronization
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1707
      should check cpuLimit, cpuRequests, memoryRequests after restart
      /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1716
------------------------------

------------------------------
• [SLOW TEST:155.576 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when Starting a PostgreSQL service
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:664
    when creating local files and dir and running odo dev
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:680
      when deleting local files and dir and waiting for sync
      /go/odo_1/tests/integration/devfile/cmd_dev_test.go:714
        should not list deleted dir and file in container
        /go/odo_1/tests/integration/devfile/cmd_dev_test.go:722
------------------------------

------------------------------
• [SLOW TEST:137.142 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  port-forwarding for the component
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:381
    when devfile has multiple endpoints
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:402
      should expose two endpoints on localhost
      /go/odo_1/tests/integration/devfile/cmd_dev_test.go:409
------------------------------
• [SLOW TEST:135.101 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when running odo dev with alternative commands
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1396
    should execute the custom non-default build and run commands successfully
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1551
------------------------------

------------------------------
• [SLOW TEST:213.913 seconds]
odo add binding command tests
/go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:13
  when the component is bootstrapped
  /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:46
    when adding a binding
    /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:56
      when odo dev is run
      /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:66
        when odo dev command is stopped
        /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:79
          should have successfully delete the binding
          /go/odo_1/tests/integration/devfile/cmd_add_binding_test.go:85
------------------------------
• [SLOW TEST:137.105 seconds]
odo list with devfile
/go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:15
  devfile has missing metadata
  /go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:91
    when projectType and language is missing
    /go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:143
      when the component is pushed
      /go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:152
        should show 'nodejs' for 'Type' in odo list
        /go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:163
------------------------------

------------------------------
• [SLOW TEST:174.821 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when running odo dev and run command throws an error
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1291
    should error out with some log
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1306
------------------------------

------------------------------
• [SLOW TEST:140.865 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when a component is bootstrapped and pushed
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:58
    ensure that index information is updated
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:86
------------------------------

------------------------------
• [SLOW TEST:142.912 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when a component with multiple endpoints is run
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1876
    when odo dev is stopped
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1909
      should remove forwarded ports from state file
      /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1915
------------------------------

------------------------------
• [SLOW TEST:175.397 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when doing odo dev and there is a env variable with spaces
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:596
    should be able to exec command
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:603
------------------------------
• [SLOW TEST:180.311 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when java-springboot application is created and running odo dev
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1582
    when Update the devfile.yaml
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1596
      when compare the local and remote files
      /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1611
        localFiles and remoteFiles should match
        /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1656
------------------------------
• [SLOW TEST:177.906 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when running odo dev with devfile contain volume
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:961
    should create pvc and reuse if it shares the same devfile volume name
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:975
------------------------------

------------------------------
• [SLOW TEST:169.212 seconds]
odo list with devfile
/go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:15
  devfile has missing metadata
  /go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:91
    when projectType is missing
    /go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:115
      when the component is pushed in dev mode
      /go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:125
        should show the language for 'Type' in odo list
        /go/odo_1/tests/integration/devfile/cmd_devfile_list_test.go:137
------------------------------
• [SLOW TEST:173.186 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when java-springboot application is created and running odo dev
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1582
    when Update the devfile.yaml
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1596
      Should build the application successfully
      /go/odo_1/tests/integration/devfile/cmd_dev_test.go:1605
------------------------------
• [SLOW TEST:162.564 seconds]
odo dev command tests
/go/odo_1/tests/integration/devfile/cmd_dev_test.go:28
  when a component is bootstrapped and pushed
  /go/odo_1/tests/integration/devfile/cmd_dev_test.go:58
    when odo dev is executed
    /go/odo_1/tests/integration/devfile/cmd_dev_test.go:189
      when deleting previous deployment and switching kubeconfig to another namespace
      /go/odo_1/tests/integration/devfile/cmd_dev_test.go:203
        should run odo dev on initial namespace
        /go/odo_1/tests/integration/devfile/cmd_dev_test.go:221
------------------------------

Ran 184 of 185 Specs in 376.199 seconds
SUCCESS! -- 184 Passed | 0 Failed | 0 Pending | 1 Skipped


Ginkgo ran 1 suite in 6m26.353887674s
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: 1656662677
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.752262174s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=3187b1c3b" ./cmd/odo/
GOFLAGS='-mod=vendor' go run -mod=vendor github.com/onsi/ginkgo/ginkgo  -randomizeAllSpecs -slowSpecThreshold=120 -timeout 14400s -nodes=1 -focus="odo login and logout command tests" tests/integration/loginlogout/
Running Suite: Login Logout Suite
=================================
Random Seed: 1656662687 - Will randomize all specs
Will run 3 of 3 specs


------------------------------
S [SKIPPING] [0.001 seconds]
odo login and logout command tests
/go/odo_1/tests/integration/loginlogout/cmd_login_logout_test.go:12
  when running login tests
  /go/odo_1/tests/integration/loginlogout/cmd_login_logout_test.go:41
    should successful with correct credentials and fails with incorrect token [It]
    /go/odo_1/tests/integration/loginlogout/cmd_login_logout_test.go:42

    Skipping login command tests as SKIP_USER_LOGIN_TESTS is true

    /go/odo_1/tests/integration/loginlogout/cmd_login_logout_test.go:46
------------------------------

Ran 2 of 3 Specs in 0.306 seconds
SUCCESS! -- 2 Passed | 0 Failed | 0 Pending | 1 Skipped
PASS

Ginkgo ran 1 suite in 8.420211131s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=3187b1c3b" ./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: 1656662705 - Will randomize all specs
Will run 6 specs

Running in parallel across 32 nodes


Ran 6 of 6 Specs in 13.861 seconds
SUCCESS! -- 6 Passed | 0 Failed | 0 Pending | 0 Skipped


Ginkgo ran 1 suite in 22.444687482s
Test Suite Passed
go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=3187b1c3b" ./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: 1656662738 - Will randomize all specs
Will run 6 specs

Running in parallel across 32 nodes

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


Ginkgo ran 1 suite in 2m7.817089604s
Test Suite Passed