From adac74248558c9de11ba32f50d8282b731df10fd Mon Sep 17 00:00:00 2001 From: yangchiu Date: Mon, 23 Sep 2024 10:03:09 +0000 Subject: [PATCH] Update testing docs Signed-off-by: yangchiu --- integration/test_rwx.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration/test_rwx.html b/integration/test_rwx.html index 36a3183a7d..a9a0eae884 100644 --- a/integration/test_rwx.html +++ b/integration/test_rwx.html @@ -73,7 +73,8 @@

Functions

  • Wait for StatefulSet to come up healthy.
  • Write data and compute md5sum.
  • Delete the share manager pod.
  • -
  • Wait for a new pod to be created and volume getting attached.
  • +
  • The workload pod should still be functioning +and the volume should remain attached.
  • Check the data md5sum in statefulSet.
  • Write more data to it and compute md5sum.
  • Check the data md5sum in share manager volume.