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 Jul 22, 2024
1 parent 0fecf28 commit fdf1f70
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion integration/common.html
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,7 @@ <h2 id="returns">Returns</h2>
<div class="desc"></div>
</dd>
<dt id="tests.common.wait_for_deployed_engine_image_count"><code class="name flex">
<span>def <span class="ident">wait_for_deployed_engine_image_count</span></span>(<span>client, image_name, expected_cnt)</span>
<span>def <span class="ident">wait_for_deployed_engine_image_count</span></span>(<span>client, image_name, expected_cnt, exclude_nodes=[])</span>
</code></dt>
<dd>
<div class="desc"></div>
Expand Down Expand Up @@ -2032,6 +2032,12 @@ <h2 id="returns">Returns</h2>
<dd>
<div class="desc"></div>
</dd>
<dt id="tests.common.wait_for_tainted_node_engine_image_undeployed"><code class="name flex">
<span>def <span class="ident">wait_for_tainted_node_engine_image_undeployed</span></span>(<span>client, img_name, tainted_node)</span>
</code></dt>
<dd>
<div class="desc"></div>
</dd>
<dt id="tests.common.wait_for_volume_attached"><code class="name flex">
<span>def <span class="ident">wait_for_volume_attached</span></span>(<span>client, name)</span>
</code></dt>
Expand Down Expand Up @@ -2756,6 +2762,7 @@ <h3>Methods</h3>
<li><code><a title="tests.common.wait_for_snapshot_purge" href="#tests.common.wait_for_snapshot_purge">wait_for_snapshot_purge</a></code></li>
<li><code><a title="tests.common.wait_for_support_bundle_cleanup" href="#tests.common.wait_for_support_bundle_cleanup">wait_for_support_bundle_cleanup</a></code></li>
<li><code><a title="tests.common.wait_for_support_bundle_state" href="#tests.common.wait_for_support_bundle_state">wait_for_support_bundle_state</a></code></li>
<li><code><a title="tests.common.wait_for_tainted_node_engine_image_undeployed" href="#tests.common.wait_for_tainted_node_engine_image_undeployed">wait_for_tainted_node_engine_image_undeployed</a></code></li>
<li><code><a title="tests.common.wait_for_volume_attached" href="#tests.common.wait_for_volume_attached">wait_for_volume_attached</a></code></li>
<li><code><a title="tests.common.wait_for_volume_clone_status" href="#tests.common.wait_for_volume_clone_status">wait_for_volume_clone_status</a></code></li>
<li><code><a title="tests.common.wait_for_volume_condition_restore" href="#tests.common.wait_for_volume_condition_restore">wait_for_volume_condition_restore</a></code></li>
Expand Down
2 changes: 1 addition & 1 deletion integration/test_ha.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
</ol></div>
</dd>
<dt id="tests.test_ha.prepare_upgrade_image_not_fully_deployed_environment"><code class="name flex">
<span>def <span class="ident">prepare_upgrade_image_not_fully_deployed_environment</span></span>(<span>client)</span>
<span>def <span class="ident">prepare_upgrade_image_not_fully_deployed_environment</span></span>(<span>client, excluded_nodes=[])</span>
</code></dt>
<dd>
<div class="desc"></div>
Expand Down

0 comments on commit fdf1f70

Please sign in to comment.