X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=robot-systest%2Ftestsuite%2Fclient_library%2FTS01__OSMClient_Library_Test.robot;h=88d8b5cb288c5ecce7433a9adbd2a776cdef18f7;hb=a7e5d0103241459c2aae06c53931bebed13b4cec;hp=42b455aceff320a06a041a0258f8b533840a100d;hpb=58af6b1f5c118080954f0b00ecd270bebd8491d0;p=osm%2Fdevops.git diff --git a/robot-systest/testsuite/client_library/TS01__OSMClient_Library_Test.robot b/robot-systest/testsuite/client_library/TS01__OSMClient_Library_Test.robot index 42b455ac..88d8b5cb 100644 --- a/robot-systest/testsuite/client_library/TS01__OSMClient_Library_Test.robot +++ b/robot-systest/testsuite/client_library/TS01__OSMClient_Library_Test.robot @@ -79,4 +79,4 @@ Delete Vim Account Test Setup OSM Client evaluate sys.path.append('${CURDIR}${/}../../lib/client_lib') modules=sys ${host}= Get Environment Variable OSM_HOSTNAME 127.0.0.1 - Import Library ClientLib host=${host} WITH NAME osmclient + Import Library client_lib.ClientLib host=${host} WITH NAME osmclient