aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/double_qemu_setup.robot
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/robot/double_qemu_setup.robot')
-rw-r--r--resources/libraries/robot/double_qemu_setup.robot6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/libraries/robot/double_qemu_setup.robot b/resources/libraries/robot/double_qemu_setup.robot
index d8b32bd2fa..377e222804 100644
--- a/resources/libraries/robot/double_qemu_setup.robot
+++ b/resources/libraries/robot/double_qemu_setup.robot
@@ -14,7 +14,7 @@
| Library | resources.libraries.python.IPUtil
*** Keywords ***
-| Setup QEMU Vhost and Run
+| Configure QEMU vhost and run it
| | [Documentation] | Setup Qemu with 4 vhost-user interfaces and 4 namespaces.
| | ... | Each call will be different object instance.
| | ...
@@ -72,7 +72,7 @@
| | ... | ${vm} | nmspace4 | ${vhost4} | ${ip4} | ${prefix_length}
| | Set Test Variable | ${${qemu_name}} | ${vm}
-| Qemu Teardown
+| Tear down QEMU
| | [Documentation] | Stop specific qemu instance
| | ... | running on ${dut_node}, ${vm} is VM node info dictionary
| | ... | returned by qemu_start or None.
@@ -83,7 +83,7 @@
| | ...
| | ... | *Example:*
| | ...
-| | ... | \| Qemu Teardown \| ${node['DUT1']} \| ${vm} \| qemu_node_1 \|
+| | ... | \| Tear down QEMU \| ${node['DUT1']} \| ${vm} \| qemu_node_1 \|
| | ...
| | [Arguments] | ${dut_node} | ${vm} | ${qemu_name}
| | ${set_node}= | Replace Variables | ${qemu_name}.Qemu Set Node