Removes unnecessary SELinuxOptions from test case

The test "should run with the expected status" passes with and without
the set SELinuxOptions, but removing it will ensure that the test will
be able to run and pass on Windows nodes as well.
This commit is contained in:
Claudiu Belu 2018-10-19 10:30:28 -07:00
parent 0ab29b4852
commit d76108c595

View File

@ -96,11 +96,6 @@ while true; do sleep 1; done
Container: testContainer,
RestartPolicy: testCase.RestartPolicy,
Volumes: testVolumes,
PodSecurityContext: &v1.PodSecurityContext{
SELinuxOptions: &v1.SELinuxOptions{
Level: "s0",
},
},
}
terminateContainer.Create()
defer terminateContainer.Delete()