X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=robot-systest%2Flib%2Fcli%2Fns_lib.robot;h=f6bee419659d21dba583added782ef9da597c731;hb=17621f9c0c63d8a18494506d4f0659da933a48c2;hp=8be124ddaa09bcd586f91a4a2e09033fb665b342;hpb=85bb41a22ea4e604c4e19a08cb63d380fb526e6a;p=osm%2Fdevops.git diff --git a/robot-systest/lib/cli/ns_lib.robot b/robot-systest/lib/cli/ns_lib.robot index 8be124dd..f6bee419 100644 --- a/robot-systest/lib/cli/ns_lib.robot +++ b/robot-systest/lib/cli/ns_lib.robot @@ -31,7 +31,6 @@ ${ns_delete_max_wait_time} 1min ${ns_delete_pol_time} 15sec ${nsconfig} - *** Keywords *** Get NS List [Documentation] Get ns instance list @@ -43,6 +42,7 @@ Get NS List Launch Network Services and Return [Arguments] ${vim_name} ${ns_config}='' + [Documentation] Get Configuration parameter to create Newtork service Run Keyword If ${ns_config}=='' Get NS Config ... ELSE Set NS Config ${ns_config} @@ -56,11 +56,15 @@ Launch Network Services and Return Set NS Config [Arguments] ${ns_config} + [Documentation] Set NS Configuration variable + ${nsconfig}= Get Variable Value ${ns_config} '' Set Test Variable ${nsconfig} Get NS Config + [Documentation] Get NS Configuration from Environment Variable + ${nsconfig}= Get Environment Variable NS_CONFIG '' Set Test Variable ${nsconfig}