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 19, 2024
1 parent bcd4543 commit 662d417
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions integration/common.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ <h2 id="returns">Returns</h2>
<div class="desc"></div>
</dd>
<dt id="tests.common.create_and_check_volume"><code class="name flex">
<span>def <span class="ident">create_and_check_volume</span></span>(<span>client, volume_name, num_of_replicas=3, size='16777216', backing_image='', frontend='blockdev', snapshot_data_integrity='ignored', access_mode='rwo')</span>
<span>def <span class="ident">create_and_check_volume</span></span>(<span>client, volume_name, num_of_replicas=3, size='33554432', backing_image='', frontend='blockdev', snapshot_data_integrity='ignored', access_mode='rwo')</span>
</code></dt>
<dd>
<div class="desc"><p>Create a new volume with the specified parameters. Assert that the new
Expand Down Expand Up @@ -525,7 +525,7 @@ <h2 id="returns">Returns</h2>
<div class="desc"></div>
</dd>
<dt id="tests.common.create_volume_and_write_data"><code class="name flex">
<span>def <span class="ident">create_volume_and_write_data</span></span>(<span>client, volume_name, volume_size='16777216')</span>
<span>def <span class="ident">create_volume_and_write_data</span></span>(<span>client, volume_name, volume_size='33554432')</span>
</code></dt>
<dd>
<div class="desc"><ol>
Expand Down Expand Up @@ -1240,7 +1240,7 @@ <h2 id="args">Args</h2>
:return: A dictionary mapping a Node's ID to the Tags it has.</p></div>
</dd>
<dt id="tests.common.offline_expand_attached_volume"><code class="name flex">
<span>def <span class="ident">offline_expand_attached_volume</span></span>(<span>client, volume_name, size='33554432')</span>
<span>def <span class="ident">offline_expand_attached_volume</span></span>(<span>client, volume_name, size='67108864')</span>
</code></dt>
<dd>
<div class="desc"></div>
Expand Down
2 changes: 1 addition & 1 deletion integration/test_basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
<div class="desc"><p>Setup the failed backup cleanup</p></div>
</dd>
<dt id="tests.test_basic.backup_labels_test"><code class="name flex">
<span>def <span class="ident">backup_labels_test</span></span>(<span>client, random_labels, volume_name, size='16777216', backing_image='')</span>
<span>def <span class="ident">backup_labels_test</span></span>(<span>client, random_labels, volume_name, size='33554432', backing_image='')</span>
</code></dt>
<dd>
<div class="desc"></div>
Expand Down
2 changes: 1 addition & 1 deletion integration/test_recurring_job.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
<div class="desc"></div>
</dd>
<dt id="tests.test_recurring_job.recurring_job_labels_test"><code class="name flex">
<span>def <span class="ident">recurring_job_labels_test</span></span>(<span>client, labels, volume_name, size='16777216', backing_image='')</span>
<span>def <span class="ident">recurring_job_labels_test</span></span>(<span>client, labels, volume_name, size='33554432', backing_image='')</span>
</code></dt>
<dd>
<div class="desc"></div>
Expand Down

0 comments on commit 662d417

Please sign in to comment.