Skip to content

Commit f50f8fb

Browse files
Pass IPMI_PORT in so that it works in qemu
This allows a different port to be used for running IPMI commands. Change-Id: I1f39f7e76e044005ecf7c880f04fe24091b5ca25 Signed-off-by: Matt Fischer <[email protected]>
1 parent 706785c commit f50f8fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/generate_argumentfile.sh

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ echo "--variable SYSLOG_PORT:$SYSLOG_PORT" >> $ARG_FILE
1717
echo "--variable SSH_PORT:$SSH_PORT" >> $ARG_FILE
1818
echo "--variable HTTPS_PORT:$HTTPS_PORT" >> $ARG_FILE
1919
echo "--variable PNOR_IMAGE_PATH:$PNOR_IMAGE_PATH" >> $ARG_FILE
20+
echo "--variable IPMI_PORT:$IPMI_PORT" >> $ARG_FILE
2021
echo "--variable IPMI_COMMAND:$IPMI_COMMAND" >> $ARG_FILE
2122
echo "--variable IPMI_CIPHER_LEVEL:$IPMI_CIPHER_LEVEL" >> $ARG_FILE
2223
echo "--variable ITERATION:$ITERATION" >> $ARG_FILE

0 commit comments

Comments
 (0)