Skip to content

Commit 2ad087b

Browse files
authored
fix RF syntax issues
1 parent 752e162 commit 2ad087b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/suites/network/multi-nic.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Verify Multiple NICs
105105
... ${NMCLI_CMD} | wc -l
106106
... return_stdout=True return_stderr=True return_rc=True
107107
Should Be Equal As Integers ${rc} 0
108-
Should Be True '${stdout}'>='${NICS_COUNT}'
108+
Should Be True '${stdout}'>='${NICS_COUNT}'
109109

110110
Initialize Global Variables
111111
[Documentation] Initializes global variables.
@@ -176,7 +176,7 @@ Configure Subject Alternative Name
176176
... to include the IPs provided
177177
[Arguments] ${ip_1} ${ip_2}
178178

179-
IF '${ip_2}' == 'False'
179+
IF '${ip_2}' == 'False'
180180
${subject_alt_names}= CATENATE SEPARATOR=\n
181181
... ---
182182
... apiServer:

0 commit comments

Comments
 (0)