Skip to content

Commit

Permalink
Update testing docs
Browse files Browse the repository at this point in the history
Signed-off-by: derekbit <[email protected]>
  • Loading branch information
derekbit committed Dec 18, 2024
1 parent a0c6f24 commit b52eaec
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions integration/test_rwx.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
</ol></div>
</dd>
<dt id="tests.test_rwx.test_rwx_delete_share_manager_pod"><code class="name flex">
<span>def <span class="ident">test_rwx_delete_share_manager_pod</span></span>(<span>core_api, statefulset)</span>
<span>def <span class="ident">test_rwx_delete_share_manager_pod</span></span>(<span>core_api, statefulset, storage_class)</span>
</code></dt>
<dd>
<div class="desc"><p>Test moving of Share manager pod from one node to another.</p>
Expand All @@ -81,7 +81,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
</ol></div>
</dd>
<dt id="tests.test_rwx.test_rwx_deployment_with_multi_pods"><code class="name flex">
<span>def <span class="ident">test_rwx_deployment_with_multi_pods</span></span>(<span>core_api, pvc, make_deployment_with_pvc)</span>
<span>def <span class="ident">test_rwx_deployment_with_multi_pods</span></span>(<span>core_api, pvc, make_deployment_with_pvc, storage_class)</span>
</code></dt>
<dd>
<div class="desc"><p>Test deployment of 2 pods with same PVC.</p>
Expand All @@ -96,7 +96,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
</ol></div>
</dd>
<dt id="tests.test_rwx.test_rwx_multi_statefulset_with_same_pvc"><code class="name flex">
<span>def <span class="ident">test_rwx_multi_statefulset_with_same_pvc</span></span>(<span>core_api, pvc, statefulset, pod)</span>
<span>def <span class="ident">test_rwx_multi_statefulset_with_same_pvc</span></span>(<span>core_api, pvc, statefulset, pod, storage_class)</span>
</code></dt>
<dd>
<div class="desc"><p>Test writing of data into a volume from multiple pods using same PVC</p>
Expand All @@ -113,7 +113,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
</ol></div>
</dd>
<dt id="tests.test_rwx.test_rwx_offline_expansion"><code class="name flex">
<span>def <span class="ident">test_rwx_offline_expansion</span></span>(<span>client, core_api, pvc, make_deployment_with_pvc)</span>
<span>def <span class="ident">test_rwx_offline_expansion</span></span>(<span>client, core_api, pvc, make_deployment_with_pvc, storage_class)</span>
</code></dt>
<dd>
<div class="desc"><p>Related issue :
Expand Down Expand Up @@ -158,7 +158,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
- 1.5 Gi of data is successfully written to the expanded volume.</p></div>
</dd>
<dt id="tests.test_rwx.test_rwx_parallel_writing"><code class="name flex">
<span>def <span class="ident">test_rwx_parallel_writing</span></span>(<span>core_api, statefulset, pod)</span>
<span>def <span class="ident">test_rwx_parallel_writing</span></span>(<span>core_api, statefulset, pod, storage_class)</span>
</code></dt>
<dd>
<div class="desc"><p>Test parallel writing of data</p>
Expand All @@ -176,7 +176,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
</ol></div>
</dd>
<dt id="tests.test_rwx.test_rwx_statefulset_scale_down_up"><code class="name flex">
<span>def <span class="ident">test_rwx_statefulset_scale_down_up</span></span>(<span>core_api, statefulset)</span>
<span>def <span class="ident">test_rwx_statefulset_scale_down_up</span></span>(<span>core_api, statefulset, storage_class)</span>
</code></dt>
<dd>
<div class="desc"><p>Test Scaling up and down of pods attached to rwx volume.</p>
Expand Down Expand Up @@ -207,7 +207,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
</ol></div>
</dd>
<dt id="tests.test_rwx.test_rwx_with_statefulset_multi_pods"><code class="name flex">
<span>def <span class="ident">test_rwx_with_statefulset_multi_pods</span></span>(<span>core_api, statefulset)</span>
<span>def <span class="ident">test_rwx_with_statefulset_multi_pods</span></span>(<span>core_api, statefulset, storage_class)</span>
</code></dt>
<dd>
<div class="desc"><p>Test creation of share manager pod and rwx volumes from 2 pods.</p>
Expand Down

0 comments on commit b52eaec

Please sign in to comment.