Skip to content

Commit

Permalink
skip realtime disabled tests due to OCPBUGS-28828 (#944)
Browse files Browse the repository at this point in the history
Signed-off-by: Niranjan M.R <mrniranjan@redhat.com>
Co-authored-by: Niranjan M.R <mrniranjan@redhat.com>
  • Loading branch information
mrniranjan and Niranjan M.R committed Feb 10, 2024
1 parent 3091b8c commit 52f063c
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ var _ = Describe("[rfe_id:49062][workloadHints] Telco friendly workload specific
By("Modifying profile")
profile.Spec.WorkloadHints = nil

if profile.Spec.RealTimeKernel.Enabled == pointer.Bool(false) {
testutils.KnownIssueJira("OCPBUGS-28828")
}
profile.Spec.RealTimeKernel = &performancev2.RealTimeKernel{
Enabled: pointer.Bool(false),
}
Expand Down Expand Up @@ -137,6 +140,10 @@ var _ = Describe("[rfe_id:49062][workloadHints] Telco friendly workload specific
When("RealTime Workload with RealTime Kernel set to false", func() {
It("[test_id:50991][crit:high][vendor:cnf-qe@redhat.com][level:acceptance]should update kernel arguments and tuned accordingly", func() {
By("Modifying profile")

if profile.Spec.RealTimeKernel.Enabled == pointer.Bool(false) {
testutils.KnownIssueJira("OCPBUGS-28828")
}
profile.Spec.WorkloadHints = &performancev2.WorkloadHints{
HighPowerConsumption: pointer.Bool(false),
RealTime: pointer.Bool(true),
Expand Down

0 comments on commit 52f063c

Please sign in to comment.