Skip to content

Commit

Permalink
Update test/e2e/helpers.go
Browse files Browse the repository at this point in the history
Co-authored-by: Cecile Robert-Michon <[email protected]>
  • Loading branch information
mboersma and Cecile Robert-Michon authored Oct 14, 2020
1 parent d6ece1d commit c24704c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func execOnHost(controlPlaneEndpoint, hostname string, f io.StringWriter, comman
if err != nil {
return err
}
port := e2eConfig.GetVariable("VM_SSH_PORT") // Or VMMS_SSH_PORT when MachinePools are supported
port := e2eConfig.GetVariable("VM_SSH_PORT") // Or VMSS_SSH_PORT when MachinePools are supported

// Init a client connection to a control plane node via the public load balancer
lbClient, err := ssh.Dial("tcp", fmt.Sprintf("%s:%s", controlPlaneEndpoint, port), config)
Expand Down

0 comments on commit c24704c

Please sign in to comment.