Skip to content

Commit

Permalink
vComLink test : update to work with new EveDeployApp()
Browse files Browse the repository at this point in the history
Signed-off-by: Shahriyar Jalayeri <shahriyar@zededa.com>
  • Loading branch information
shjala committed Oct 22, 2024
1 parent 98f4497 commit d23d90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vcom/vcom_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func TestVcomLinkTpmRequestEK(t *testing.T) {
appName := tk.GetRandomAppName(projectName + "-")
pubPorts := []string{sshPort + ":22"}
pc := tk.GetDefaultVMConfig(appName, tk.AppDefaultCloudConfig, pubPorts)
err = eveNode.EveDeployApp(appLink, pc, tk.WithSSH(tk.AppDefaultSSHUser, tk.AppDefaultSSHPass, sshPort))
err = eveNode.EveDeployApp(appLink, "ubuntu", "22.04", true, pc, tk.WithSSH(tk.AppDefaultSSHUser, tk.AppDefaultSSHPass, sshPort))
if err != nil {
logFatalf("Failed to deploy app: %v", err)
}
Expand Down

0 comments on commit d23d90f

Please sign in to comment.