X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fclient_library%2FTS01__OSMClient_Library_Test.robot;fp=robot-systest%2Ftestsuite%2Fclient_library%2FTS01__OSMClient_Library_Test.robot;h=88d8b5cb288c5ecce7433a9adbd2a776cdef18f7;hb=f21d9da8d739bf889ee49ef3ee8fb2d252ab858f;hp=42b455aceff320a06a041a0258f8b533840a100d;hpb=31b3e72f73f41d9065fb0559343b833b4a927911;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