Skip to content

Commit a7a799f

Browse files
committed
log added
1 parent 8e86415 commit a7a799f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/config_secret_utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ func getClusterNames(masterIp string, sshClientConfig *ssh.ClientConfig,
362362
ipRegex := regexp.MustCompile(`\b(?:\d{1,3}\.){3}\d{1,3}\b`)
363363
// if !strings.Contains(clusterResult.Stdout, "10.") || !strings.Contains(clusterResult.Stdout, "192.") {
364364
if !ipRegex.MatchString(clusterResult.Stdout) {
365+
framework.Logf("Fetching cluster details using regex")
365366
if clusterResult.Stdout != "" {
366367
clusListTemp := strings.Split(clusterResult.Stdout, "\n")
367368
clusDetails = append(clusDetails, clusListTemp...)

0 commit comments

Comments
 (0)