From 3edd8c733166c92110ea285b24cdb8509ec05dbf Mon Sep 17 00:00:00 2001 From: Rodrigo L Manrique Date: Thu, 11 Jul 2024 16:22:35 +0200 Subject: [PATCH] system-tests: ran_du store ptp logs in case of failure (#92) --- tests/system-tests/ran-du/internal/randuparams/randuvars.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/system-tests/ran-du/internal/randuparams/randuvars.go b/tests/system-tests/ran-du/internal/randuparams/randuvars.go index bcc619969..f89eaf039 100644 --- a/tests/system-tests/ran-du/internal/randuparams/randuvars.go +++ b/tests/system-tests/ran-du/internal/randuparams/randuvars.go @@ -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.