Skip to content

Commit

Permalink
Fix auto.ipxe script test
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Apr 3, 2023
1 parent 68ab386 commit cf960c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions http/ipxe/ipxe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ func TestGenerateTemplate(t *testing.T) {
script: HookScript,
want: `#!ipxe
set syslog 1.2.3.4
echo Loading the Tinkerbell Hook iPXE script...
set arch x86_64
Expand Down Expand Up @@ -58,6 +60,8 @@ boot
script: HookScript,
want: `#!ipxe
set syslog 1.2.3.4
echo Loading the Tinkerbell Hook iPXE script...
set arch x86_64
Expand Down

0 comments on commit cf960c5

Please sign in to comment.