go install -mod=vendor -ldflags="-X github.com/redhat-developer/odo/pkg/version.GITCOMMIT=7ca12ecae" ./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: 1639377764 - Will randomize all specs
Will run 252 specs

Running in parallel across 32 nodes

•••••••••••••••••••
------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [24.682 seconds]
odo devfile url command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:16
  Testing URLs for OpenShift specific scenarios
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:329
    when creating a nodejs component [BeforeEach]
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:338
      when creating multiple url with different state
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:354
        when url1 is deleted locally
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:374
          should list route and ingress urls with appropriate state
          /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:381

          This is a OpenShift specific scenario, skipping

          /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:334
------------------------------
••••••••••
------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [20.722 seconds]
odo devfile url command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:16
  Testing URLs for OpenShift specific scenarios
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:329
    when creating a nodejs component [BeforeEach]
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:338
      when should create a automatically route on a openShift cluster
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:389
        when doing odo push twice and doing url list
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:398
          should push successfully
          /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:407

          This is a OpenShift specific scenario, skipping

          /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:334
------------------------------
••••••••••••••••••••••••••••••••••
------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [24.627 seconds]
odo devfile url command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:16
  Testing URLs for OpenShift specific scenarios
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:329
    when creating a nodejs component [BeforeEach]
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:338
      should error out when a host is provided with a route on a openShift cluster
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:349

      This is a OpenShift specific scenario, skipping

      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:334
------------------------------
••••••••
------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [30.648 seconds]
odo devfile push command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:18
  using OpenShift cluster
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:958
    when project with with 'default' name is used [BeforeEach]
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:964
      should throw an error
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:965

      This is a OpenShift specific scenario, skipping

      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:961
------------------------------
••
------------------------------
• [SLOW TEST:132.881 seconds]
odo devfile push command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:18
  devfile is modified
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:835
    odo push (without -f) is executed
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:925
      when java-springboot application is created and pushed
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:839
        when Update the devfile.yaml, do odo push
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:852
          Ensure the build passes
          /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:864
------------------------------
•••
------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [24.902 seconds]
odo devfile url command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:16
  Testing URLs for OpenShift specific scenarios
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:329
    when creating a python component [BeforeEach]
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:442
      when creating a url and doing odo push
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:452
        should create a url for a unsupported devfile component
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:459

        This is a OpenShift specific scenario, skipping

        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:334
------------------------------
•••
------------------------------
• [SLOW TEST:192.644 seconds]
odo devfile watch command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_watch_test.go:18
  when a component is created and pushed in debug mode
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_watch_test.go:228
    should be able to start a debug session after push with debug flag using odo watch and revert back after normal push
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_watch_test.go:237
------------------------------
• [SLOW TEST:140.312 seconds]
Test suits to check .devfile.yaml compatibility
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_dot_devfile_test.go:16
  when Creating a nodejs component and replace devfile.yaml with .devfile.yaml
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_dot_devfile_test.go:105
    when creating a service
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_dot_devfile_test.go:111
      when odo push is executed
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_dot_devfile_test.go:136
        when a link between the component and the service is created
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_dot_devfile_test.go:156
          should run odo push successfully
          /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_dot_devfile_test.go:162
------------------------------
•
------------------------------
• [SLOW TEST:151.540 seconds]
odo devfile describe command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_describe_test.go:15
  when devfile has missing metadata
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_describe_test.go:103
    when projectType is missing
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_describe_test.go:121
      when the component is pushed
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_describe_test.go:130
        should show the language for 'Type' in odo describe
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_describe_test.go:134
------------------------------
•••••••
------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [18.843 seconds]
odo devfile url command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:16
  Testing URLs for OpenShift specific scenarios
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:329
    when creating a nodejs component [BeforeEach]
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:338
      when creating multiple url with different state
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:354
        should list route and ingress urls with appropriate state
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:366

        This is a OpenShift specific scenario, skipping

        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:334
------------------------------
•
------------------------------
• [SLOW TEST:130.031 seconds]
odo devfile app command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_app_test.go:13
  when the user creates and pushes two new devfile components in different apps
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_app_test.go:58
    when the user creates and pushes a third devfile component
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_app_test.go:90
      should list, describe and delete the app properly with json output
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_app_test.go:123
------------------------------
••
------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [23.462 seconds]
odo devfile url command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:16
  Testing URLs for OpenShift specific scenarios
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:329
    when creating a nodejs component [BeforeEach]
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:338
      when doing odo push
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:430
        should create a route on a openShift cluster without calling url create
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:436

        This is a OpenShift specific scenario, skipping

        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:334
------------------------------
••••
------------------------------
• [SLOW TEST:150.066 seconds]
odo list with devfile
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_list_test.go:16
  devfile has missing metadata
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_list_test.go:115
    when projectType is missing
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_list_test.go:133
      when the component is pushed
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_list_test.go:142
        should show the language for 'Type' in odo list
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_list_test.go:146
------------------------------
•••••
------------------------------
• [SLOW TEST:155.934 seconds]
odo devfile log command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_log_test.go:12
  Verify odo log for devfile works
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_log_test.go:27
    should log run command output and fail for debug command
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_log_test.go:29
------------------------------
•••••••••••••••••••••••••
------------------------------
• [SLOW TEST:134.419 seconds]
odo devfile push command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:18
  pushing devfile without an .odo folder
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:777
    when doing odo push
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:784
      should be able to push based on name passed
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:790
------------------------------
••••••
------------------------------
• [SLOW TEST:162.145 seconds]
odo devfile push command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:18
  when Create and push java-springboot component
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:797
    should execute default build and run commands correctly
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:806
------------------------------
••
------------------------------
• [SLOW TEST:147.291 seconds]
odo devfile push command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:18
  devfile is modified
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:835
    odo push (without -f) is executed
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:925
      when java-springboot application is created and pushed
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:839
        should push the component successfully
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:848
------------------------------
•••••••••
------------------------------
• [SLOW TEST:121.216 seconds]
odo devfile push command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:18
  devfile is modified
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:835
    odo push -f is executed
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:922
      when java-springboot application is created and pushed
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:839
        should push the component successfully
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:848
------------------------------
•
------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [22.718 seconds]
odo devfile url command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:16
  Testing URLs for OpenShift specific scenarios
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:329
    when creating a nodejs component [BeforeEach]
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:338
      when should create a automatically route on a openShift cluster
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:389
        when doing odo push twice and doing url list
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:398
          when deleting the url1 and doing odo push twice and doing url list
          /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:413
            should push successfully
            /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:422

            This is a OpenShift specific scenario, skipping

            /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:334
------------------------------
••••••••••••••••
------------------------------
• [SLOW TEST:153.476 seconds]
odo list with devfile
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_list_test.go:16
  devfile has missing metadata
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_list_test.go:115
    when projectType and language is missing
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_list_test.go:152
      when the component is pushed
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_list_test.go:160
        should show 'Not available' for 'Type' in odo list
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_list_test.go:164
------------------------------
••••••••
------------------------------
• [SLOW TEST:167.416 seconds]
odo devfile storage command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_storage_test.go:14
  when creating a springboot component
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_storage_test.go:310
    when creating storage 
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_storage_test.go:315
      when doing odo push
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_storage_test.go:330
        should list the storage attached to the specified container
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_storage_test.go:334
------------------------------
P [PENDING]
odo devfile delete command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_delete_test.go:17
  when a component is created
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_delete_test.go:41
    when the component is pushed
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_delete_test.go:50
      deleting a component from other component directory
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_delete_test.go:62
        when the second component is created
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_delete_test.go:76
          when the second component is pushed
          /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_delete_test.go:81
            should delete with the component name
            /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_delete_test.go:105
------------------------------
••••••••••••••••••••••••••••••••
------------------------------
S [SKIPPING] [26.780 seconds]
odo devfile status command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_status_test.go:19
  when Creating nodejs component using devfile
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_status_test.go:92
    Verify that odo component status detects the URL status: Route Nonsecure [It]
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_status_test.go:44

    Route-based URLs is an OpenShift only scenario

    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_status_test.go:47
------------------------------
••••
------------------------------
• [SLOW TEST:160.523 seconds]
odo devfile url command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:16
  when creating a java-springboot component
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:272
    when create URLs under different container names
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:279
      should create URLs under different container names
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_url_test.go:288
------------------------------
••••••••
------------------------------
• [SLOW TEST:265.801 seconds]
odo devfile storage command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_storage_test.go:14
  when creating a springboot component
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_storage_test.go:310
    when creating storage 
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_storage_test.go:315
      when doing odo push
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_storage_test.go:330
        when deleting storage and doing odo push
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_storage_test.go:365
          should be able to create and push storage at same path
          /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_storage_test.go:376
------------------------------
••••••
------------------------------
• [SLOW TEST:168.906 seconds]
odo devfile describe command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_describe_test.go:15
  when devfile has missing metadata
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_describe_test.go:103
    when projectType and language is missing
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_describe_test.go:140
      when the component is pushed
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_describe_test.go:148
        should show 'Not available' for 'Type' in odo describe
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_describe_test.go:152
------------------------------
•
------------------------------
• [SLOW TEST:208.684 seconds]
odo devfile storage command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_storage_test.go:14
  when creating a springboot component
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_storage_test.go:310
    when creating storage 
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_storage_test.go:315
      when doing odo push
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_storage_test.go:330
        when deleting storage and doing odo push
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_storage_test.go:365
          should list the deleted storage with odo list
          /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_storage_test.go:372
------------------------------
•
------------------------------
• [SLOW TEST:141.686 seconds]
odo devfile push command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:18
  devfile is modified
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:835
    odo push -f is executed
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:922
      when java-springboot application is created and pushed
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:839
        when Update the devfile.yaml, do odo push
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:852
          when compare the local and remote files
          /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:868
            localFiles and remoteFiles should match
            /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:912
------------------------------
•••
------------------------------
• [SLOW TEST:175.641 seconds]
odo devfile push command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:18
  devfile is modified
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:835
    odo push (without -f) is executed
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:925
      when java-springboot application is created and pushed
      /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:839
        when Update the devfile.yaml, do odo push
        /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:852
          when compare the local and remote files
          /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:868
            localFiles and remoteFiles should match
            /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/devfile/cmd_devfile_push_test.go:912
------------------------------
••
Ran 242 of 252 Specs in 557.717 seconds
SUCCESS! -- 242 Passed | 0 Failed | 1 Pending | 9 Skipped


Ginkgo ran 1 suite in 10m44.504733605s
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/
Running Suite: Devfile Debug Suite
==================================
Random Seed: 1639378410 - Will randomize all specs
Will run 1 of 1 specs

•
Ran 1 of 1 Specs in 43.662 seconds
SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 0 Skipped
PASS

Ginkgo ran 1 suite in 50.759234925s
Test Suite Passed
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: 1639378466 - Will randomize all specs
Will run 4 specs

Running in parallel across 32 nodes

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


Ginkgo ran 1 suite in 2m2.32708749s
Test Suite Passed
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: 1639378594 - Will randomize all specs
Will run 11 specs

Running in parallel across 32 nodes

•••
------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [19.224 seconds]
odo project command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/project/cmd_project_test.go:13
  when user is logged out
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/project/cmd_project_test.go:95
    should show login message when setting project and not login [BeforeEach]
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/project/cmd_project_test.go:108

    Openshift specific scenario.

    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/project/cmd_project_test.go:99
------------------------------
S [SKIPPING] in Spec Setup (BeforeEach) [19.120 seconds]
odo project command tests
/workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/project/cmd_project_test.go:13
  when user is logged out
  /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/project/cmd_project_test.go:95
    should show login message when deleting project and not login [BeforeEach]
    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/project/cmd_project_test.go:112

    Openshift specific scenario.

    /workspace/df356f7a-84a7-45ea-82af-58abb49d0194/tests/integration/project/cmd_project_test.go:99
------------------------------
••••••
Ran 9 of 11 Specs in 25.083 seconds
SUCCESS! -- 9 Passed | 0 Failed | 0 Pending | 2 Skipped


Ginkgo ran 1 suite in 31.106882183s
Test Suite Passed