From b52eaec0ec0df4279ae49875207c4b6bc34a102c Mon Sep 17 00:00:00 2001 From: derekbit Date: Wed, 18 Dec 2024 06:10:13 +0000 Subject: [PATCH] Update testing docs Signed-off-by: derekbit --- integration/test_rwx.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/integration/test_rwx.html b/integration/test_rwx.html index a9a0eae884..4d7a4ff8ec 100644 --- a/integration/test_rwx.html +++ b/integration/test_rwx.html @@ -63,7 +63,7 @@

Functions

-def test_rwx_delete_share_manager_pod(core_api, statefulset) +def test_rwx_delete_share_manager_pod(core_api, statefulset, storage_class)

Test moving of Share manager pod from one node to another.

@@ -81,7 +81,7 @@

Functions

-def test_rwx_deployment_with_multi_pods(core_api, pvc, make_deployment_with_pvc) +def test_rwx_deployment_with_multi_pods(core_api, pvc, make_deployment_with_pvc, storage_class)

Test deployment of 2 pods with same PVC.

@@ -96,7 +96,7 @@

Functions

-def test_rwx_multi_statefulset_with_same_pvc(core_api, pvc, statefulset, pod) +def test_rwx_multi_statefulset_with_same_pvc(core_api, pvc, statefulset, pod, storage_class)

Test writing of data into a volume from multiple pods using same PVC

@@ -113,7 +113,7 @@

Functions

-def test_rwx_offline_expansion(client, core_api, pvc, make_deployment_with_pvc) +def test_rwx_offline_expansion(client, core_api, pvc, make_deployment_with_pvc, storage_class)

Related issue : @@ -158,7 +158,7 @@

Functions

- 1.5 Gi of data is successfully written to the expanded volume.

-def test_rwx_parallel_writing(core_api, statefulset, pod) +def test_rwx_parallel_writing(core_api, statefulset, pod, storage_class)

Test parallel writing of data

@@ -176,7 +176,7 @@

Functions

-def test_rwx_statefulset_scale_down_up(core_api, statefulset) +def test_rwx_statefulset_scale_down_up(core_api, statefulset, storage_class)

Test Scaling up and down of pods attached to rwx volume.

@@ -207,7 +207,7 @@

Functions

-def test_rwx_with_statefulset_multi_pods(core_api, statefulset) +def test_rwx_with_statefulset_multi_pods(core_api, statefulset, storage_class)

Test creation of share manager pod and rwx volumes from 2 pods.