X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fbasic_15-rbac_configurations.robot;fp=robot-systest%2Ftestsuite%2Fbasic_15-rbac_configurations.robot;h=4831fdc50abb50a4324dcfc6bd81fa01686b3a32;hb=89d03cfabad1580603f16e1a58e90e6cfc6435a2;hp=a0341ebe28aab2a110c065f3a9ad9f8c491de1d9;hpb=7656da9dea8a9255a4d95aecd810a0570f72edd8;p=osm%2Ftests.git diff --git a/robot-systest/testsuite/basic_15-rbac_configurations.robot b/robot-systest/testsuite/basic_15-rbac_configurations.robot index a0341eb..4831fdc 100644 --- a/robot-systest/testsuite/basic_15-rbac_configurations.robot +++ b/robot-systest/testsuite/basic_15-rbac_configurations.robot @@ -30,6 +30,7 @@ Suite Teardown Run Keyword And Ignore Error Suite Cleanup # User, project and roles to use ${user_name} basic_15_test_user ${user_password} Basic_15_user_pass +${user_new_password} Basic_15_new_pass ${user_role} project_user ${user_project} admin ${project_name} basic_15_test_project @@ -54,7 +55,8 @@ Assign Role To User Run Action As User - ${rc} ${stdout}= Run And Return RC And Output OSM_USER=${user_name} OSM_PROJECT=${user_project} OSM_PASSWORD=${user_password} osm ns-list + Update User Password ${user_name} ${user_password} ${user_new_password} + ${rc} ${stdout}= Run And Return RC And Output OSM_USER=${user_name} OSM_PROJECT=${user_project} OSM_PASSWORD=${user_new_password} osm ns-list Should Be Equal As Integers ${rc} ${success_return_code}