Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 2078239

Summary: CNF test container: [dpdk] PerformanceProfile validation in Discovery doesn`t work properly
Product: OpenShift Container Platform Reporter: elevin
Component: CNF Platform ValidationAssignee: Sebastian Scheinkman <sscheink>
Status: CLOSED ERRATA QA Contact: elevin
Severity: medium Docs Contact:
Priority: medium    
Version: 4.8CC: aos-bugs, yprokule
Target Milestone: ---   
Target Release: 4.11.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-08-10 12:16:31 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description elevin 2022-04-24 20:10:06 UTC
Description of problem:
DPDK tests skipped in Discovery mode with correct PerformanceProfile

spec:
  cpu:
    isolated: 4-39,44-79
    reserved: 0-3,40-43
  hugepages:
    defaultHugepagesSize: 2M
    pages:
    - count: 32000
      node: 0
      size: 2M
    - count: 32000
      node: 1
      size: 2M
    - count: 10
      node: 0
      size: 1G
    - count: 10
      node: 1
      size: 1G

Skipped due to:
 - performanceProfile.Spec.HugePages.DefaultHugePagesSize != "1G"
 - performanceProfile.Spec.HugePages.Pages[0].Size != "1G"

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


How reproducible:
100%

Steps to Reproduce:
1. Apply performanceProfile with DefaultHugePagesSize == "2M" or Pages[1].Size != "1G"
2. run dpdk suite cnf-tests in Discovery moe
3.

Actual results:
All tests skipped

Expected results:
Should be not skipped

Additional info:

Comment 1 Sebastian Scheinkman 2022-05-01 16:40:08 UTC
should be fixed by https://github.com/openshift-kni/cnf-features-deploy/pull/1094

Comment 3 elevin 2022-08-01 10:09:16 UTC
Verified with profile
  spec:
    cpu:
      isolated: 4-39,44-79
      reserved: 0-3,40-43
    globallyDisableIrqLoadBalancing: true
    hugepages:
      defaultHugepagesSize: 2M
      pages:
      - count: 32000
        node: 0
        size: 2M
      - count: 32000
        node: 1
        size: 2M
      - count: 10
        node: 0
        size: 1G
      - count: 10
        node: 1
        size: 1G

Comment 4 elevin 2022-08-03 10:20:01 UTC
Verified on openshift4-cnf-tests:v4.11.0-51

Comment 7 errata-xmlrpc 2022-08-10 12:16:31 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (OpenShift Container Platform 4.11 low-latency extras update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2022:5869