Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Jul 8, 2024
1 parent 5c4f7dd commit 414df9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/adminapi_serialconsole.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ var _ = Describe("[Admin API] VM serial console action", func() {
Expect(resp.StatusCode).To(Equal(http.StatusOK))

By("decoding the logs, we can see Linux serial console")
log.Infof("got logs: %s", logs)
foundLogs := false
b64Reader := base64.NewDecoder(base64.StdEncoding, bytes.NewBufferString(logs))
scanner := bufio.NewScanner(b64Reader)
Expand Down

0 comments on commit 414df9c

Please sign in to comment.