test/e2e_node: Add NodeFeature tags to non-conformance tests
Serial tests are not considered for conformance tests.
This commit is contained in:
@@ -75,7 +75,7 @@ func validateOOMScoreAdjSettingIsInRange(pid int, expectedMinOOMScoreAdj, expect
|
||||
|
||||
var _ = framework.KubeDescribe("Container Manager Misc [Serial]", func() {
|
||||
f := framework.NewDefaultFramework("kubelet-container-manager")
|
||||
Describe("Validate OOM score adjustments", func() {
|
||||
Describe("Validate OOM score adjustments [NodeFeature:OOMScoreAdj]", func() {
|
||||
Context("once the node is setup", func() {
|
||||
It("container runtime's oom-score-adj should be -999", func() {
|
||||
runtimePids, err := getPidsForProcess(framework.TestContext.ContainerRuntimeProcessName, framework.TestContext.ContainerRuntimePidFile)
|
||||
|
Reference in New Issue
Block a user