-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #530 from openshift-cherrypick-robot/cherry-pick-5…
…22-to-release-4.7 [release-4.7] Do not install and enable stalld service
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -192,13 +192,13 @@ var _ = Describe("[rfe_id:27368][performance]", func() { | |
}) | ||
|
||
It("[test_id:35363][crit:high][vendor:[email protected]][level:acceptance] stalld daemon is running on the host", func() { | ||
Skip("until bugs https://bugzilla.redhat.com/show_bug.cgi?id=1912118 and https://bugzilla.redhat.com/show_bug.cgi?id=1903302 fixed") | ||
for _, node := range workerRTNodes { | ||
tuned := tunedForNode(&node) | ||
_, err := pods.ExecCommandOnPod(tuned, []string{"pidof", "stalld"}) | ||
Expect(err).ToNot(HaveOccurred()) | ||
} | ||
}) | ||
|
||
}) | ||
|
||
Context("Additional kernel arguments added from perfomance profile", func() { | ||
|