Test Result : Scenario: Add same role to user twice
0 failures
13 tests
All Tests
Test name | Duration | Status |
And An exception was thrown | 0 ms | Passed |
And I add access role "test_role" to user "user1" | 0 ms | Passed |
And I add access role "test_role" to user "user1" | 0 ms | Passed |
And I add credentials | 0 ms | Passed |
And I configure user service | 0 ms | Passed |
And I create the access info entity | 0 ms | Passed |
And I create the following role | 0 ms | Passed |
And I create user with name "user1" | 0 ms | Passed |
And I expect the exception "KapuaDuplicateNameException" with the text "An entity with the same name test_role already exists." | 0 ms | Passed |
And Scope with ID 1 | 0 ms | Passed |
Given I login as user with name "kapua-sys" and password "kapua-password" | 0 ms | Passed |
Scenario: Add same role to user twice | 11 ms | Passed |
Then I logout | 0 ms | Passed |