Skip to content

Commit

Permalink
Update testing docs
Browse files Browse the repository at this point in the history
Signed-off-by: yangchiu <[email protected]>
  • Loading branch information
yangchiu committed Dec 19, 2024
1 parent b52eaec commit bcd4543
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions integration/common.html
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ <h2 id="args">Args</h2>
<div class="desc"></div>
</dd>
<dt id="tests.common.delete_backup"><code class="name flex">
<span>def <span class="ident">delete_backup</span></span>(<span>client, volume_name, backup_name)</span>
<span>def <span class="ident">delete_backup</span></span>(<span>client, bv, backup_name)</span>
</code></dt>
<dd>
<div class="desc"></div>
Expand All @@ -621,7 +621,7 @@ <h2 id="args">Args</h2>
<div class="desc"></div>
</dd>
<dt id="tests.common.delete_backup_volume"><code class="name flex">
<span>def <span class="ident">delete_backup_volume</span></span>(<span>client, volume_name)</span>
<span>def <span class="ident">delete_backup_volume</span></span>(<span>client, backup_volume_name)</span>
</code></dt>
<dd>
<div class="desc"></div>
Expand Down Expand Up @@ -757,7 +757,7 @@ <h2 id="returns">Returns</h2>
been completed successfully</p></div>
</dd>
<dt id="tests.common.find_backup_volume"><code class="name flex">
<span>def <span class="ident">find_backup_volume</span></span>(<span>client, volume_name)</span>
<span>def <span class="ident">find_backup_volume</span></span>(<span>client, volume_name, retry=1)</span>
</code></dt>
<dd>
<div class="desc"></div>
Expand Down Expand Up @@ -1769,7 +1769,7 @@ <h2 id="returns">Returns</h2>
<div class="desc"></div>
</dd>
<dt id="tests.common.wait_for_backup_volume"><code class="name flex">
<span>def <span class="ident">wait_for_backup_volume</span></span>(<span>client, vol_name, backing_image='')</span>
<span>def <span class="ident">wait_for_backup_volume</span></span>(<span>client, bv_name, backing_image='')</span>
</code></dt>
<dd>
<div class="desc"></div>
Expand Down
2 changes: 1 addition & 1 deletion integration/test_csi_snapshotter.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
</ol></div>
</dd>
<dt id="tests.test_csi_snapshotter.test_csi_volumesnapshot_backing_image_basic"><code class="name flex">
<span>def <span class="ident">test_csi_volumesnapshot_backing_image_basic</span></span>(<span>client, core_api, csi_pv, pod_make, pvc, request, volume_name, volumesnapshotclass, volumesnapshot)</span>
<span>def <span class="ident">test_csi_volumesnapshot_backing_image_basic</span></span>(<span>client, core_api, csi_pv, pod_make, pvc, request, volume_name, storage_class, volumesnapshotclass, volumesnapshot)</span>
</code></dt>
<dd>
<div class="desc"><p>Test Create/Delete BackingImage using VolumeSnapshot with a given Volume</p>
Expand Down

0 comments on commit bcd4543

Please sign in to comment.