X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=xapp_onboarder%2Ftests%2Fconstants.py;h=a5c3249240c70948df6c3d25af75e63c2211b9b3;hb=a9b4e2aca7fdaae20d576805e136a17342f4c625;hp=094595c3bc6c7b4d50299069664a7dfeabc1cabc;hpb=cd4b9aaa9aa6f3f0bfef09c4808315f10a385310;p=it%2Fdev.git diff --git a/xapp_onboarder/tests/constants.py b/xapp_onboarder/tests/constants.py index 094595c..a5c3249 100644 --- a/xapp_onboarder/tests/constants.py +++ b/xapp_onboarder/tests/constants.py @@ -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": {