Promote Event resource lifecycle test

This commit is contained in:
Caleb Woodbine
2020-04-02 15:36:49 +13:00
parent 6e9bec8ee2
commit 31fea24c39
2 changed files with 16 additions and 1 deletions

View File

@@ -39,7 +39,14 @@ type Action func() error
var _ = ginkgo.Describe("[sig-api-machinery] Events", func() {
f := framework.NewDefaultFramework("events")
ginkgo.It("should ensure that an event can be fetched, patched, deleted, and listed", func() {
/*
Release : v1.19
Testname: Event resource lifecycle
Description: Create an event, the event MUST exist.
The event is patched with a new message, the check MUST have the update message.
The event is deleted and MUST NOT show up when listing all events.
*/
framework.ConformanceIt("should ensure that an event can be fetched, patched, deleted, and listed", func() {
eventTestName := "event-test"
ginkgo.By("creating a test event")