Merge pull request #19833 from swagiaal/reclassify-security-context

Relabel Security Context e2e
This commit is contained in:
Alex Mohr 2016-01-21 10:50:25 -08:00
commit e3bec5c1e8

View File

@ -57,7 +57,7 @@ func scTestPod(hostIPC bool, hostPID bool) *api.Pod {
return pod
}
var _ = Describe("Security Context [Skipped]", func() {
var _ = Describe("Security Context [Feature:SecurityContext]", func() {
framework := NewFramework("security-context")
It("should support pod.Spec.SecurityContext.SupplementalGroups", func() {