We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8674b commit 285eec9Copy full SHA for 285eec9
test/e2e/reboots/machine_config_labels.go
@@ -88,7 +88,7 @@ var _ = ginkgo.Describe("[reboots][machine_config_labels] Node Tuning Operator m
88
89
// Check the key kernel parameters for the realtime profile to be present in /proc/cmdline
90
ginkgo.By("ensuring the custom worker node profile was set")
91
- for _, v := range []string{"skew_tick", "intel_pstate=disable", "nosoftlockup", "tsc=nowatchdog"} {
+ for _, v := range []string{"skew_tick", "intel_pstate=disable", "nosoftlockup", "tsc=reliable"} {
92
gomega.Expect(strings.Contains(cmdlineNew, v)).To(gomega.BeTrue(), "missing '%s' in %s: %s", v, procCmdline, cmdlineNew)
93
}
94
0 commit comments