Remove dependency on behaviors for conformance generation

This commit is contained in:
Jefftree
2020-09-23 13:28:06 -07:00
parent 7614e33186
commit fe972b8f2f
5 changed files with 36 additions and 49 deletions

View File

@@ -244,9 +244,6 @@
Query for the Pod with the new value for the label MUST be successful.
release: v1.9
file: test/e2e/common/pods.go
behaviors:
- pod/spec/label/create
- pod/spec/label/patch
- testname: Pods, service environment variables
codename: '[k8s.io] Pods should contain environment variables for services [NodeConformance]
[Conformance]'
@@ -484,8 +481,6 @@
have QOSClass set to PodQOSGuaranteed.
release: v1.9
file: test/e2e/node/pods.go
behaviors:
- pod/spec/container/resources
- testname: Pods, prestop hook
codename: '[k8s.io] [sig-node] PreStop should call prestop when killing a pod [Conformance]'
description: Create a server pod with a rest endpoint '/write' that changes state.Received