X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=XTesting%2Fxapp%2Fdeploy.sh;h=b85dfc84e382a3a55204165c8300a53d1141a0eb;hb=HEAD;hp=2da0d594b18fde815b592d96c1fc3c4f1aa95e17;hpb=ca6b81bb15b879eff50598350b018946f2e3dced;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