Merge "Refactoring/ Adding Tests for Validation"
authorJoseph Keenan <joseph.keenan@est.tech>
Fri, 8 Apr 2022 13:18:12 +0000 (13:18 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 8 Apr 2022 13:18:12 +0000 (13:18 +0000)
INFO.yaml
checkstyle/pom.xml
csit/plans/cps/test.properties

index 279ec85..610fd0e 100755 (executable)
--- a/INFO.yaml
+++ b/INFO.yaml
@@ -67,6 +67,11 @@ committers:
       company: 'Bell Canada'
       id: 'renukumari'
       timezone: 'America/Toronto'
+    - name: 'Joseph Keenan'
+      email: 'joseph.keenan@est.tech'
+      company: 'Ericsson Software Technology'
+      id: 'JosephKeenan'
+      timezone: 'Europe/Dublin'
 repositories:
     - cps
 tsc:
index bd34368..8d11742 100644 (file)
                                 <argument>resources/copyright-template.txt</argument>
                                 <argument>resources/ignore-files-config.csv</argument>
                             </arguments>
+                            <successCodes>
+                                <successCode>0</successCode>
+                                <successCode>1</successCode>
+                            </successCodes>
                         </configuration>
                     </execution>
                 </executions>
index 53b7d40..47bb43b 100644 (file)
@@ -23,4 +23,4 @@ DMI_SERVICE_URL=http://$LOCAL_IP:$DMI_PORT
 DOCKER_REPO=nexus3.onap.org:10003
 
 CPS_VERSION=latest
-DMI_VERSION=1.1.0-SNAPSHOT-latest
\ No newline at end of file
+DMI_VERSION=1.2.0-SNAPSHOT-latest
\ No newline at end of file