Skip to content

Commit 285eec9

Browse files
authored
e2e: check for tsc=reliable instead of tsc=nowatchdog (#410)
Recent TuneD realtime profile is using tsc=reliable instead of tsc=nowatchdog. Adjust [reboots][machine_config_labels] to reflect this. See: redhat-performance/tuned#423 Signed-off-by: Jiri Mencak <jmencak@users.noreply.github.com> Co-authored-by: Jiri Mencak <jmencak@users.noreply.github.com>
1 parent 2b8674b commit 285eec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/reboots/machine_config_labels.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var _ = ginkgo.Describe("[reboots][machine_config_labels] Node Tuning Operator m
8888

8989
// Check the key kernel parameters for the realtime profile to be present in /proc/cmdline
9090
ginkgo.By("ensuring the custom worker node profile was set")
91-
for _, v := range []string{"skew_tick", "intel_pstate=disable", "nosoftlockup", "tsc=nowatchdog"} {
91+
for _, v := range []string{"skew_tick", "intel_pstate=disable", "nosoftlockup", "tsc=reliable"} {
9292
gomega.Expect(strings.Contains(cmdlineNew, v)).To(gomega.BeTrue(), "missing '%s' in %s: %s", v, procCmdline, cmdlineNew)
9393
}
9494

0 commit comments

Comments
 (0)