Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-18821

Rootless dpdk test case fails

XMLWordPrintable

    • Important
    • No
    • CNF Network Sprint 242
    • 1
    • False
    • Hide

      None

      Show
      None
    • 9/13: testcase issue

      Description of problem:

      [dpdk] Rootless vhostnet Validate traffic on a rootless pod [It] should receive packets on the tap and vlan subinterfaces always fails

      Version-Release number of selected component (if applicable):

      oc version
      Server Version: 4.14.0-rc.0
      Kubernetes Version: v1.27.4+2c83a9f
      
      sriov operator version: 4.14.0-202308242104

      How reproducible:

      Run rootless dpdk test case on top of intel NIC

      Steps to Reproduce:

      1.
      2.
      3.
      

      Actual results:

      Test case failed

      Expected results:

      Test case passed

      Additional info:

      Test case trace:
      
      [dpdk]
      /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/cnf-tests/testsuites/e2esuite/dpdk/dpdk.go:104
        Rootless vhostnet
        /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/cnf-tests/testsuites/e2esuite/dpdk/dpdk.go:279
          Validate traffic on a rootless pod
          /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/cnf-tests/testsuites/e2esuite/dpdk/dpdk.go:405
            should receive packets on the tap and vlan subinterfaces
            /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/cnf-tests/testsuites/e2esuite/dpdk/dpdk.go:406
        > Enter [BeforeEach] [dpdk] - /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/cnf-tests/testsuites/pkg/execute/ginkgo.go:9 @ 09/11/23 21:29:25.651
        < Exit [BeforeEach] [dpdk] - /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/cnf-tests/testsuites/pkg/execute/ginkgo.go:9 @ 09/11/23 21:29:27.08 (1.43s)
        > Enter [BeforeEach] [dpdk] - /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/cnf-tests/testsuites/e2esuite/dpdk/dpdk.go:157 @ 09/11/23 21:29:27.08
        < Exit [BeforeEach] [dpdk] - /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/cnf-tests/testsuites/e2esuite/dpdk/dpdk.go:157 @ 09/11/23 21:29:27.081 (0s)
        > Enter [BeforeEach] Rootless vhostnet - /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/cnf-tests/testsuites/pkg/execute/ginkgo.go:9 @ 09/11/23 21:29:27.081
        < Exit [BeforeEach] Rootless vhostnet - /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/cnf-tests/testsuites/pkg/execute/ginkgo.go:9 @ 09/11/23 21:29:43.222 (16.142s)
        > Enter [BeforeEach] Rootless vhostnet - /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/cnf-tests/testsuites/e2esuite/dpdk/dpdk.go:317 @ 09/11/23 21:29:43.223
        < Exit [BeforeEach] Rootless vhostnet - /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/cnf-tests/testsuites/e2esuite/dpdk/dpdk.go:317 @ 09/11/23 21:29:58.452 (15.23s)
        > Enter [It] should receive packets on the tap and vlan subinterfaces - /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/cnf-tests/testsuites/e2esuite/dpdk/dpdk.go:406 @ 09/11/23 21:29:58.453
        STEP: Creating a pod running dpdk-testpmd in txonly mode - /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/cnf-tests/testsuites/e2esuite/dpdk/dpdk.go:409 @ 09/11/23 21:29:58.453
        STEP: Creating a rootless pod running dpdk-testpmd to receive traffic and inject it to the kernel using a tap device - /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/cnf-tests/testsuites/e2esuite/dpdk/dpdk.go:417 @ 09/11/23 21:30:01.216
        [FAILED] Timed out after 120.000s.
        Cannot find port statistics
        Expected
            <string>: EAL: Detected CPU lcores: 80
            EAL: Detected NUMA nodes: 2
            EAL: Detected shared linkage of DPDK
            EAL: Multi-process socket /tmp/dpdk/rte/mp_socket
            EAL: rte_mem_virt2phy(): cannot open /proc/self/pagemap: Permission denied
            EAL: Selected IOVA mode 'VA'
            EAL: VFIO support initialized
            EAL: get_seg_fd(): open '/mnt/huge/rtemap_16384' failed: Permission denied
            EAL: Couldn't get fd on hugepage file
            EAL: get_seg_fd(): open '/mnt/huge/rtemap_0' failed: Permission denied
            EAL: Couldn't get fd on hugepage file
            EAL: error allocating rte services array
            EAL: FATAL: rte_service_init() failed
            EAL: rte_service_init() failed
            EAL: Error - exiting with code: 1
              Cause: Cannot init EAL: Cannot allocate memory
            
        to contain substring
            <string>: Port statistics
        In [It] at: /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/vendor/github.com/onsi/gomega/internal/async_assertion.go:145 @ 09/11/23 21:32:29.416
        < Exit [It] should receive packets on the tap and vlan subinterfaces - /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/cnf-tests/testsuites/e2esuite/dpdk/dpdk.go:406 @ 09/11/23 21:32:29.416 (2m30.963s)
        > Enter [AfterEach] Rootless vhostnet - /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/cnf-tests/testsuites/e2esuite/dpdk/dpdk.go:391 @ 09/11/23 21:32:29.416
        < Exit [AfterEach] Rootless vhostnet - /home/nkononov/go/src/github.com/openshift-kni/cnf-features-deploy/cnf-tests/testsuites/e2esuite/dpdk/dpdk.go:391 @ 09/11/23 21:33:34.289 (1m4.873s)
      • [FAILED] [248.638 seconds]
      
      
      

            rh-ee-marguerr Marcelo Guerrero Viveros
            nkononov@redhat.com Nikita Kononov
            Nikita Kononov Nikita Kononov
            Marcelo Guerrero Viveros
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: