From e22ab6250a0078043cbbbbb59b04a87bf64e0694 Mon Sep 17 00:00:00 2001 From: Fernando Alfaro Campos Date: Thu, 5 Dec 2024 14:20:37 -0500 Subject: [PATCH] Update README --- test/e2e/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/README.md b/test/e2e/README.md index 77416699..6225317f 100644 --- a/test/e2e/README.md +++ b/test/e2e/README.md @@ -22,3 +22,4 @@ The following tests are implemented and run during the `zone-e2e` test. 1. Creates a stateful set of 7 replicas and ensures that everything is up and ready with the zone configuration. 2. Cordons a node (marks it as unschedulable), creates 7 volumes/pods, and ensures that none gets scheduled on the cordoned node. +3. Creates a stateful set of 7 replicas, creates a snapshot and restore pod for each and ensure that they are all running.