test/e2e_node: Add Node-exclusive feature tags to existing tests

This commit is contained in:
Yu-Ju Hong
2018-05-21 16:46:54 -07:00
parent 4ad9aedb04
commit 7cbd897e3e
11 changed files with 11 additions and 11 deletions

View File

@@ -41,7 +41,7 @@ var _ = framework.KubeDescribe("Security Context", func() {
podClient = f.PodClient()
})
Context("when pod PID namespace is configurable [Feature:ShareProcessNamespace]", func() {
Context("when pod PID namespace is configurable [Feature:ShareProcessNamespace][NodeAlphaFeature:ShareProcessNamespace]", func() {
It("containers in pods using isolated PID namespaces should all receive PID 1", func() {
By("Create a pod with isolated PID namespaces.")
f.PodClient().CreateSync(&v1.Pod{