Promote: event delete a collection test

This commit is contained in:
Stephen Heywood
2020-07-05 23:27:17 +00:00
parent 865cbf0bdf
commit e76ac2dc2b
2 changed files with 14 additions and 1 deletions

View File

@@ -809,6 +809,13 @@
definitions MUST be published for custom resource definitions.
release: v1.16
file: test/e2e/apimachinery/crd_publish_openapi.go
- testname: Event, delete a collection
codename: '[sig-api-machinery] Events should delete a collection of events [Conformance]'
description: A set of events is created with a label selector which MUST be found
when listed. The set of events is deleted and MUST NOT show up when listed by
its label selector.
release: v1.19
file: test/e2e/apimachinery/events.go
- testname: Event resource lifecycle
codename: '[sig-api-machinery] Events should ensure that an event can be fetched,
patched, deleted, and listed [Conformance]'