From bc30bcad39dfe086fc11a04018f4951ecbb69ff9 Mon Sep 17 00:00:00 2001 From: yangchiu Date: Fri, 26 Jul 2024 02:44:33 +0000 Subject: [PATCH] Update testing docs Signed-off-by: yangchiu --- integration/test_rwx.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/integration/test_rwx.html b/integration/test_rwx.html index a9a0eae884..36a3183a7d 100644 --- a/integration/test_rwx.html +++ b/integration/test_rwx.html @@ -73,8 +73,7 @@

Functions

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