We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752e162 commit 2ad087bCopy full SHA for 2ad087b
test/suites/network/multi-nic.robot
@@ -105,7 +105,7 @@ Verify Multiple NICs
105
... ${NMCLI_CMD} | wc -l
106
... return_stdout=True return_stderr=True return_rc=True
107
Should Be Equal As Integers ${rc} 0
108
- Should Be True '${stdout}'>='${NICS_COUNT}'
+ Should Be True '${stdout}'>='${NICS_COUNT}'
109
110
Initialize Global Variables
111
[Documentation] Initializes global variables.
@@ -176,7 +176,7 @@ Configure Subject Alternative Name
176
... to include the IPs provided
177
[Arguments] ${ip_1} ${ip_2}
178
179
- IF '${ip_2}' == 'False'
+ IF '${ip_2}' == 'False'
180
${subject_alt_names}= CATENATE SEPARATOR=\n
181
... ---
182
... apiServer:
0 commit comments