From e013aacff90ebb5eca26367f7905d4fd03d221fa Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Mon, 18 Nov 2024 16:25:04 +0000 Subject: [PATCH] Fix for DMI Merge job to address HTTP 403 issue while uploading dmi jar to nexus3.onap.org - Enabled test plan Issue-ID: CPS-2499 Change-Id: I3789c5602ebc640162f0274b784ebd9e08aaff60 Signed-off-by: sourabh_sourabh --- csit/plans/dmi/testplan.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csit/plans/dmi/testplan.txt b/csit/plans/dmi/testplan.txt index 54937ac1..cc29ac0c 100644 --- a/csit/plans/dmi/testplan.txt +++ b/csit/plans/dmi/testplan.txt @@ -16,5 +16,5 @@ # Test suites are relative paths under csit/tests/. # Place the suites in run order. -# actuator -# dmi-integration \ No newline at end of file +actuator +dmi-integration \ No newline at end of file -- 2.16.6