Skip to content

Commit 7ea7cbf

Browse files
committed
enable log extraction
1 parent d6b3134 commit 7ea7cbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

e2e/vmss.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -603,10 +603,10 @@ hnsdiag list endpoints >> network_config.txt
603603
// extractLogsFromVMWindows runs a script on windows VM to collect logs and upload them to a blob storage
604604
// it then lists the blobs in the container and prints the content of each blob
605605
func extractLogsFromVMWindows(ctx context.Context, s *Scenario) {
606-
if !s.T.Failed() {
607-
s.T.Logf("skipping logs extraction from windows VM, as the test didn't fail")
608-
return
609-
}
606+
//if !s.T.Failed() {
607+
// s.T.Logf("skipping logs extraction from windows VM, as the test didn't fail")
608+
// return
609+
//}
610610

611611
ctx, cancel := context.WithTimeout(ctx, 4*time.Minute)
612612
defer cancel()

0 commit comments

Comments
 (0)