Merge "Properly set RMR test args for sonar job"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 27 Apr 2020 17:18:40 +0000 (17:18 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Mon, 27 Apr 2020 17:18:40 +0000 (17:18 +0000)
jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml

index 3244486..1fd4ebd 100644 (file)
     name: ric-plt-lib-rmr-c-sonarqube
     <<: *rmr_common
     <<: *rmr_c_common
-    make-opts: test ARGS=-V
+    make-opts: test ARGS="-R unit"
     sonar-project-file: ""
     sonar-properties: |
         sonar.login={sonarcloud_api_token}