X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=XTesting%2Fxapp%2Fdeploy.sh;h=b85dfc84e382a3a55204165c8300a53d1141a0eb;hb=5c5b9d9c60467d6f2d2c6a99d111045b8aea94f1;hp=2da0d594b18fde815b592d96c1fc3c4f1aa95e17;hpb=409d070b3bdde3e4676c507a959d245ff246fa9f;p=it%2Ftest.git diff --git a/XTesting/xapp/deploy.sh b/XTesting/xapp/deploy.sh index 2da0d59..b85dfc8 100644 --- a/XTesting/xapp/deploy.sh +++ b/XTesting/xapp/deploy.sh @@ -50,5 +50,6 @@ cd ../../../.. # use dms_cli to install the kpimon-go xApp git clone "https://gerrit.o-ran-sc.org/r/ric-app/kpimon-go" cd kpimon-go/deploy/ +export XAPP_VERSION=`grep version config.json | cut -f2 -d: | cut -f2 -d\"` dms_cli onboard config.json schema.json -dms_cli install kpimon-go 2.0.1 ricxapp +dms_cli install kpimon-go ${XAPP_VERSION} ricxapp