test/e2e_node: mark more tests with [NodeConformance]

This commit is contained in:
Yu-Ju Hong
2018-05-21 17:10:08 -07:00
parent 7cbd897e3e
commit 5802f18283
7 changed files with 16 additions and 16 deletions

View File

@@ -35,7 +35,7 @@ const (
checkContName = "checker-container"
)
var _ = framework.KubeDescribe("ContainerLogPath", func() {
var _ = framework.KubeDescribe("ContainerLogPath [NodeConformance]", func() {
f := framework.NewDefaultFramework("kubelet-container-log-path")
Describe("Pod with a container", func() {
Context("printed log to stdout", func() {