diff options
author | sourabh_sourabh <sourabh.sourabh@est.tech> | 2024-11-18 16:25:04 +0000 |
---|---|---|
committer | sourabh_sourabh <sourabh.sourabh@est.tech> | 2024-11-18 16:25:04 +0000 |
commit | e013aacff90ebb5eca26367f7905d4fd03d221fa (patch) | |
tree | b36463d57a1ae43a32c5b1955e370a9eb3ac210c | |
parent | d31e277e0733fbc24b39d48cba3c340cb3ba6885 (diff) |
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 <sourabh.sourabh@est.tech>
-rw-r--r-- | csit/plans/dmi/testplan.txt | 4 |
1 files 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 |