diff --git a/tests/apps/podman/restapi/listcontainers.robot b/tests/apps/podman/restapi/listcontainers.robot index b3e43c67c..9226940cf 100644 --- a/tests/apps/podman/restapi/listcontainers.robot +++ b/tests/apps/podman/restapi/listcontainers.robot @@ -28,7 +28,7 @@ List-Containers ${tc} ... ${cmd} ... ${extraoptions} - Ctn Run Command And Check Result As Regexp ${command} ${expected_result} ${tc} + Ctn Run Command And Check Result As Regexp ${command} ${expected_result} Examples: tc extraoptions expected_result -- ... 1 ${EMPTY} ^Containers: (\\\\n\\\\[.*\\\\]){3}\\\\Z diff --git a/tests/apps/podman/restapi/listpods.robot b/tests/apps/podman/restapi/listpods.robot index 6a608292b..af04330c7 100644 --- a/tests/apps/podman/restapi/listpods.robot +++ b/tests/apps/podman/restapi/listpods.robot @@ -28,7 +28,7 @@ List-Pods ${tc} ... ${cmd} ... ${extraoptions} - Ctn Run Command And Check Result As Regexp ${command} ${expected_result} ${tc} + Ctn Run Command And Check Result As Regexp ${command} ${expected_result} Examples: tc extraoptions expected_result -- ... 1 ${EMPTY} ^Pods: (\\\\n\\\\[.*\\\\]){2}\\\\Z diff --git a/tests/network/backbox/restapi/listdevices.robot b/tests/network/backbox/restapi/listdevices.robot index 9e8d8e5f0..37de3b693 100644 --- a/tests/network/backbox/restapi/listdevices.robot +++ b/tests/network/backbox/restapi/listdevices.robot @@ -29,7 +29,7 @@ List-Devices ${tc} ${command} Catenate ... ${cmd} ... ${extraoptions} - Ctn Run Command And Check Result As Regexp ${command} ${expected_result} ${tc} + Ctn Run Command And Check Result As Regexp ${command} ${expected_result} Examples: tc extraoptions expected_result -- ... 1 ${EMPTY} ^Devices: (\\\\n\\\\[.*\\\\]){5}\\\\Z diff --git a/tests/os/linux/local/List-Systemdservices-v219.robot b/tests/os/linux/local/List-Systemdservices-v219.robot index 038380a96..c07e3146a 100644 --- a/tests/os/linux/local/List-Systemdservices-v219.robot +++ b/tests/os/linux/local/List-Systemdservices-v219.robot @@ -22,10 +22,10 @@ List-Systemdservices v219 ${tc} ... --filter-name='${filtername}' ... --filter-description='${filterdescription}' - Ctn Run Command And Check Result As Strings ${command} ${expected_result} ${tc} + Ctn Run Command And Check Result As Strings ${command} ${expected_result} Examples: tc filtername filterdescription expected_result -- ... 1 toto ${EMPTY} List systemd services: ... 2 NetworkManager.service ${EMPTY} List systemd services: \n\'NetworkManager.service\' [desc = Network Manager] [load = loaded] [active = active] [sub = running] ... 3 ${EMPTY} toto List systemd services: - ... 4 ${EMPTY} Permit User Sessions List systemd services: \n\'systemd-user-sessions.service\' [desc = Permit User Sessions] [load = loaded] [active = active] [sub = exited] \ No newline at end of file + ... 4 ${EMPTY} Permit User Sessions List systemd services: \n\'systemd-user-sessions.service\' [desc = Permit User Sessions] [load = loaded] [active = active] [sub = exited] diff --git a/tests/os/linux/local/List-Systemdservices-v252.robot b/tests/os/linux/local/List-Systemdservices-v252.robot index 3cf50408d..a0ec2e145 100644 --- a/tests/os/linux/local/List-Systemdservices-v252.robot +++ b/tests/os/linux/local/List-Systemdservices-v252.robot @@ -22,7 +22,7 @@ List-Systemdservices v252 ${tc} ... --filter-name='${filtername}' ... --filter-description='${filterdescription}' - Ctn Run Command And Check Result As Strings ${command} ${expected_result} ${tc} + Ctn Run Command And Check Result As Strings ${command} ${expected_result} Examples: tc filtername filterdescription expected_result -- ... 1 toto ${EMPTY} List systemd services: diff --git a/tests/storage/wd/nas/snmp/listvolumes.robot b/tests/storage/wd/nas/snmp/listvolumes.robot index 70807d769..5b55c6fcf 100644 --- a/tests/storage/wd/nas/snmp/listvolumes.robot +++ b/tests/storage/wd/nas/snmp/listvolumes.robot @@ -21,9 +21,9 @@ listvolumes${tc} ... --snmp-community=storage/wd/nas/snmp/nas-wd ... ${extra_option} - Ctn Run Command And Check Result As Strings ${command} ${expected_result} ${tc} + Ctn Run Command And Check Result As Strings ${command} ${expected_result} Examples: tc extra_option expected_result -- ... 1 --snmp-tls-their-identity List volumes: [name: Volume_1] [type: ext4] ... 2 --snmp-tls-their-hostname List volumes: [name: Volume_1] [type: ext4] - ... 3 --snmp-tls-trust-cert List volumes: [name: Volume_1] [type: ext4] \ No newline at end of file + ... 3 --snmp-tls-trust-cert List volumes: [name: Volume_1] [type: ext4]