Skip to content

Commit

Permalink
system-tests: ran_du store ptp logs in case of failure (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo L Manrique authored Jul 11, 2024
1 parent 2a40983 commit 3edd8c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/system-tests/ran-du/internal/randuparams/randuvars.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ var (

// ReporterNamespacesToDump tells to the reporter from where to collect logs.
ReporterNamespacesToDump = map[string]string{
"test": "randu-test-workload",
"test": "randu-test-workload",
"openshift-ptp": "randu-ptp-namespace",
}

// ReporterCRDsToDump tells to the reporter what CRs to dump.
Expand Down

0 comments on commit 3edd8c7

Please sign in to comment.