Project restart
This commit is contained in:
18
doc/manual/sphinx/source/test_items/sleep_test_item.rst
Normal file
18
doc/manual/sphinx/source/test_items/sleep_test_item.rst
Normal file
@@ -0,0 +1,18 @@
|
||||
**sleep** test item
|
||||
============================================================
|
||||
|
||||
sleep test item has the following description format
|
||||
|
||||
.. code-block:: yaml
|
||||
:caption: ``sleep`` test item example usage
|
||||
|
||||
- sleep:
|
||||
name: sleep test item
|
||||
timeout: 10
|
||||
dialog: True
|
||||
|
||||
Attributes
|
||||
---------------
|
||||
|
||||
* ``timeout``: sleep duration in second or in relative date format like "2d 5h 31m 3s", which translate into 2 days, 5 hours, 31 minutes and 3 seconds.
|
||||
* ``dialog``: If set to True, a window showing the remaining time to wait is displayed (optional parameter set to ``False`` by default)
|
||||
Reference in New Issue
Block a user