Use framework.ConformanceIt for node e2e conformance tests

This commit is contained in:
xiangpengzhao
2017-10-31 11:55:46 +08:00
parent d20b156995
commit 7fdea2b0cf
4 changed files with 10 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ var _ = framework.KubeDescribe("Container Runtime Conformance Test", func() {
Describe("container runtime conformance blackbox test", func() {
Context("when starting a container that exits", func() {
It("it should run with the expected status [Conformance]", func() {
framework.ConformanceIt("it should run with the expected status", func() {
restartCountVolumeName := "restart-count"
restartCountVolumePath := "/restart-count"
testContainer := v1.Container{