Update versions for Kohn 27/128827/3
authorDan Timoney <dtimoney@att.com>
Mon, 25 Apr 2022 13:16:25 +0000 (09:16 -0400)
committerdemskeq8 <alexander.dehn@highstreet-technologies.com>
Wed, 27 Apr 2022 08:12:40 +0000 (10:12 +0200)
Update CCSDK versions in parent poms to align with Kohn release

Issue-ID: CCSDK-3641
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I363b4679b70e40debf596b103fccc3a32ec45a6d
Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com>
Former-commit-id: cec050a735e6c72828da2f304191b471dd889349

csit/plans/sdnr/testplan.txt
csit/tests/sdnr/debug/10_dummy.robot [new file with mode: 0644]
pom.xml

index 163b821..caf38e6 100644 (file)
@@ -1,5 +1,9 @@
 # Test suites are relative paths under [integration/csit.git]/tests/.
 # Place the suites in run order.
-#echo "Successfully triggered the Test plan"
-sdnr/healthcheck
+
+## To skip sdnr robot test suite uncomment this test case
+sdnr/debug/10_dummy.robot
+
+## To skip sdnr robot test suite comment this test case
+#sdnr/healthcheck
 #sdnr/functional
diff --git a/csit/tests/sdnr/debug/10_dummy.robot b/csit/tests/sdnr/debug/10_dummy.robot
new file mode 100644 (file)
index 0000000..7ae55d3
--- /dev/null
@@ -0,0 +1,11 @@
+*** Settings ***
+Documentation    Dummy test case for debugging purposes 
+...              This test is doing nothing and can be put into testplan.txt
+...              to debug production and deployment without running sdnr robot tests.
+
+Library  BuiltIn
+
+
+*** Test Cases ***
+Dummy Test
+   Pass Execution  Dummy Test for Debugging purposes
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index ef96c7d..8fd8a44 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
         <sdnc.project.version>${project.version}</sdnc.project.version>
 
         <!-- All Version definition is placed in org.onap.ccsdk.parent/odlparent-lite -->
-        <ccsdk.oran.a1adapter.version>1.3.0</ccsdk.oran.a1adapter.version>
-        <sdnc.northbound.version>2.3.0</sdnc.northbound.version> <!-- Used by installation/sdnc -->
-        <ccsdk.distribution.version>1.3.1</ccsdk.distribution.version> 
-        <ccsdk.sli.version>1.4.1</ccsdk.sli.version>
-        <ccsdk.features.version>1.3.0</ccsdk.features.version>
+        <ccsdk.oran.a1adapter.version>1.4.0-SNAPSHOT</ccsdk.oran.a1adapter.version>
+        <sdnc.northbound.version>2.4.0-SNAPSHOT</sdnc.northbound.version> <!-- Used by installation/sdnc -->
+        <ccsdk.distribution.version>1.4.0-SNAPSHOT</ccsdk.distribution.version> 
+        <ccsdk.sli.version>1.5.0-SNAPSHOT</ccsdk.sli.version>
+        <ccsdk.features.version>1.4.0-SNAPSHOT</ccsdk.features.version>
         <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>
         <!-- docker images versions -->
-        <ccsdk.docker.alpine.j11.version>1.3.1</ccsdk.docker.alpine.j11.version> <!-- Used by dmaap-listener, ueb-listener -->
-        <ccsdk.docker.odlsli.alpine.version>1.3.1</ccsdk.docker.odlsli.alpine.version> <!-- Used by sdnc -->
-        <ccsdk.docker.ansible.server.version>1.3.1</ccsdk.docker.ansible.server.version> <!-- Used by ansible-server -->
-        <ccsdk.docker.ubuntu.version>1.3.1</ccsdk.docker.ubuntu.version> <!-- Used by admportal -->
+        <ccsdk.docker.alpine.j11.version>1.4-STAGING-latest</ccsdk.docker.alpine.j11.version> <!-- Used by dmaap-listener, ueb-listener -->
+        <ccsdk.docker.odlsli.alpine.version>1.4-SNAPSHOT-latest</ccsdk.docker.odlsli.alpine.version> <!-- Used by sdnc -->
+        <ccsdk.docker.ansible.server.version>1.4-STAGING-latest</ccsdk.docker.ansible.server.version> <!-- Used by ansible-server -->
+        <ccsdk.docker.ubuntu.version>1.4-STAGING-latest</ccsdk.docker.ubuntu.version> <!-- Used by admportal -->
     </properties>
 
     <modules>