Update alpine-rmr builder to reference v4.5.2
[it/dev.git] / xapp_onboarder / tests / constants.py
index 094595c..a5c3249 100644 (file)
@@ -38,6 +38,11 @@ controls_schema_file = {
 config_file = {
     "xapp_name": "test_xapp",
     "version": "1.0.0",
+       "annotations": {
+         "prometheus.io/path": "/ric/v1/metrics",
+      "prometheus.io/port": "8080",
+      "prometheus.io/scrape": "true"
+       },
     "containers": [
         {
             "name": "mcxapp",
@@ -46,7 +51,8 @@ config_file = {
                 "name": "o-ran-sc/ric-app-mc",
                 "tag": "1.0.2"
             },
-            "command": "/playpen/bin/container_start.sh"
+            "command": ["/bin/sh"],
+            "args": ["-c", "/playpen/bin/container_start.sh"]
         }
     ],
     "livenessProbe": {