X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Frobot%2Fresources%2Fappmgr%2Fappmgr_interface.robot;h=a66ee2d609b1454c670958c44715c67a531cf4df;hb=refs%2Fchanges%2F92%2F11892%2F1;hp=c346e958a7b628fe3d4010af3a53669e398db767;hpb=3d053f85cc9c42c57850780a18afb0eef425303c;p=it%2Ftest.git diff --git a/ric_robot_suite/robot/resources/appmgr/appmgr_interface.robot b/ric_robot_suite/robot/resources/appmgr/appmgr_interface.robot index c346e95..a66ee2d 100644 --- a/ric_robot_suite/robot/resources/appmgr/appmgr_interface.robot +++ b/ric_robot_suite/robot/resources/appmgr/appmgr_interface.robot @@ -53,9 +53,10 @@ Deploy XApp Deploy XApps [Documentation] Create one or more XApps [Arguments] @{xapp_names} - :FOR ${xapp} IN @{xapp_names} - \ Deploy XApp ${xapp} - + FOR ${xapp} IN @{xapp_names} + Deploy XApp ${xapp} + END + Undeploy XApp [Documentation] Remove a deployed XApp [Arguments] ${xapp_name} @@ -66,8 +67,8 @@ Undeploy XApp Undeploy XApps [Documentation] Remove one or more deployed XApps [Arguments] @{xapp_names} - :FOR ${xapp} IN @{xapp_names} - \ Undeploy XApp ${xapp} + FOR ${xapp} IN @{xapp_names} + Undeploy XApp ${xapp} Deploy All Available XApps [Documentation] Attempt to deploy any not-currently-deployed XApp