Skip to content

Commit

Permalink
document is_case_visible
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Boldin <[email protected]>
  • Loading branch information
paboldin authored and LiliDeng committed Dec 15, 2023
1 parent 44c42cf commit 1ce2571
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/run_test/runbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Runbook Reference

- `variable <#variable>`__

- `is_case_visible <#is-case-visible>`__
- `is_secret <#is-secret>`__
- `file <#file>`__
- `name <#name-2>`__
Expand Down Expand Up @@ -426,6 +427,15 @@ with value ``northeurope``.
- name: location
value: northeurope
is_case_visible
^^^^^^^^^^^^^^^

type: bool, optional, default is False.

When set to True, the value of this variable will be passed to the testcases,
such as ``perf_nested_kvm_storage_singledisk`` which requires information
about nested image.

is_secret
^^^^^^^^^

Expand Down

0 comments on commit 1ce2571

Please sign in to comment.