Merge pull request #95015 from Jefftree/bdd-remove-dependency

Remove dependency on behaviors for conformance walk.go
This commit is contained in:
Kubernetes Prow Robot
2020-10-05 13:04:19 -07:00
committed by GitHub
6 changed files with 36 additions and 51 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