Skip to content

Commit

Permalink
added 2 logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Feb 25, 2024
1 parent e37b63e commit b22e9a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions virtualization_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ RETRY:
t.Fatalf("failed to connect vsock: %v", err)
}

t.Log("setup ssh client in container")

initialized := make(chan struct{})
retry := make(chan struct{})
go func() {
Expand All @@ -215,6 +217,8 @@ RETRY:

close(initialized)

t.Logf("container setup done")

return &Container{
VirtualMachine: vm,
Client: sshClient,
Expand Down

0 comments on commit b22e9a1

Please sign in to comment.