disable connector for listings

This commit is contained in:
omercier 2025-08-11 11:25:22 +02:00
parent 4ba0c94e3a
commit 0cc3322091
6 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -22,7 +22,7 @@ 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:

View File

@ -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:

View File

@ -21,7 +21,7 @@ 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]