Skip to content

Commit

Permalink
Merge pull request #5271 from os-autoinst-bot/gh-pages-230805022446
Browse files Browse the repository at this point in the history
Update documentation to commit 43514d5
  • Loading branch information
okurz authored Aug 5, 2023
2 parents c768239 + 48be73f commit 70a9f86
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion docs/api/testapi.html
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@
<li><a href="#_eject_cd">eject_cd</a></li>
<li><a href="#_switch_network">switch_network</a></li>
<li><a href="#_save_memory_dump">save_memory_dump</a></li>
<li><a href="#_save_storage">save_storage</a></li>
<li><a href="#_freeze_vm">freeze_vm</a></li>
<li><a href="#_resume_vm">resume_vm</a></li>
<li><a href="#_parse_junit_log">parse_junit_log</a></li>
Expand Down Expand Up @@ -1811,6 +1812,21 @@ <h5 id="_save_memory_dump">save_memory_dump</h5>
</div>
</div>
<div class="sect4">
<h5 id="_save_storage">save_storage</h5>
<div class="literalblock">
<div class="content">
<pre>save_storage(filename =&gt; undef);</pre>
</div>
</div>
<div class="paragraph">
<p>Saves all of the SUT volumes using <code>$filename</code> as part of the final filename,
the default will be the current test&#8217;s name.</p>
</div>
<div class="paragraph">
<p><em>Currently only qemu backend is supported.</em>'</p>
</div>
</div>
<div class="sect4">
<h5 id="_freeze_vm">freeze_vm</h5>
<div class="literalblock">
<div class="content">
Expand Down Expand Up @@ -2062,7 +2078,7 @@ <h5 id="_backend_get_wait_still_screen_on_here_doc_input">backend_get_wait_still
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-02 02:26:22 UTC
Last updated 2023-08-05 02:26:57 UTC
</div>
</div>
</body>
Expand Down
Binary file modified docs/current.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12457,7 +12457,7 @@ <h3 id="_developing_tests_with_container_setup">Developing tests with container
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-08-02 02:23:33 UTC
Last updated 2023-08-05 02:24:04 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit 70a9f86

Please sign in to comment.