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 17, 2024
1 parent 430d07e commit a0c6f24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integration/test_basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
<p>Volume should always be healthy even only with 2 replicas.</p></div>
</dd>
<dt id="tests.test_basic.test_workload_with_fsgroup"><code class="name flex">
<span>def <span class="ident">test_workload_with_fsgroup</span></span>(<span>core_api, statefulset)</span>
<span>def <span class="ident">test_workload_with_fsgroup</span></span>(<span>core_api, statefulset, storage_class)</span>
</code></dt>
<dd>
<div class="desc"><ol>
Expand Down
8 changes: 4 additions & 4 deletions integration/test_csi_snapshotter.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
- Setup backup store</p></div>
</dd>
<dt id="tests.test_csi_snapshotter.restore_csi_volume_snapshot"><code class="name flex">
<span>def <span class="ident">restore_csi_volume_snapshot</span></span>(<span>core_api, client, csivolsnap, pvc_name, pvc_request_storage_size, wait_for_restore=True)</span>
<span>def <span class="ident">restore_csi_volume_snapshot</span></span>(<span>core_api, client, csivolsnap, pvc_name, pvc_request_storage_size, storage_class, wait_for_restore=True)</span>
</code></dt>
<dd>
<div class="desc"></div>
Expand Down Expand Up @@ -247,7 +247,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
</ol></div>
</dd>
<dt id="tests.test_csi_snapshotter.test_csi_snapshot_with_bak_param"><code class="name flex">
<span>def <span class="ident">test_csi_snapshot_with_bak_param</span></span>(<span>set_random_backupstore, volumesnapshotclass, volumesnapshot, client, core_api, volume_name, csi_pv, pvc, pod_make, volsnapshotclass_delete_policy, backup_is_deleted)</span>
<span>def <span class="ident">test_csi_snapshot_with_bak_param</span></span>(<span>set_random_backupstore, volumesnapshotclass, volumesnapshot, client, core_api, volume_name, csi_pv, pvc, pod_make, volsnapshotclass_delete_policy, backup_is_deleted, storage_class)</span>
</code></dt>
<dd>
<div class="desc"><p>Context:</p>
Expand Down Expand Up @@ -437,7 +437,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
- The BackingImage is deleted as well</p></div>
</dd>
<dt id="tests.test_csi_snapshotter.test_csi_volumesnapshot_basic"><code class="name flex">
<span>def <span class="ident">test_csi_volumesnapshot_basic</span></span>(<span>set_random_backupstore, volumesnapshotclass, volumesnapshot, client, core_api, volume_name, csi_pv, pvc, pod_make, volsnapshotclass_delete_policy, backup_is_deleted, csi_snapshot_type=None)</span>
<span>def <span class="ident">test_csi_volumesnapshot_basic</span></span>(<span>set_random_backupstore, volumesnapshotclass, volumesnapshot, client, core_api, volume_name, csi_pv, pvc, pod_make, volsnapshotclass_delete_policy, backup_is_deleted, storage_class, csi_snapshot_type=None)</span>
</code></dt>
<dd>
<div class="desc"><p>Test creation / restoration / deletion of a backup via the csi snapshotter</p>
Expand Down Expand Up @@ -491,7 +491,7 @@ <h1 id="set-to-retain-you-can-reuse-these-methods-for-that-and-other-tests">set
</ol></div>
</dd>
<dt id="tests.test_csi_snapshotter.test_csi_volumesnapshot_restore_existing_backup"><code class="name flex">
<span>def <span class="ident">test_csi_volumesnapshot_restore_existing_backup</span></span>(<span>set_random_backupstore, client, core_api, volume_name, csi_pv, pvc, pod_make, volumesnapshotclass, volumesnapshotcontent, volumesnapshot, volsnapshotclass_delete_policy, backup_is_deleted)</span>
<span>def <span class="ident">test_csi_volumesnapshot_restore_existing_backup</span></span>(<span>set_random_backupstore, client, core_api, volume_name, csi_pv, pvc, pod_make, volumesnapshotclass, volumesnapshotcontent, volumesnapshot, volsnapshotclass_delete_policy, storage_class, backup_is_deleted)</span>
</code></dt>
<dd>
<div class="desc"><p>Test retention of a backup while deleting the associated <code>VolumeSnapshot</code>
Expand Down

0 comments on commit a0c6f24

Please sign in to comment.