blob: ea99bc25ebe5802061db7dce3ddc2b3a76798eac [file] [log] [blame]
sg481nbd890c52017-08-28 12:11:35 -04001# TC_Realm1.30.1.POS Create role to add to users
2expect 201
3role create com.test.TC_Realm1.@[user.name].role1
4
5# TC_Realm1.30.2.NEG Add user, but default domain wrong
6expect 403
7role user add com.test.TC_Realm1.@[user.name].role1 testunused
8
9# TC_Realm1.30.3.POS Add user, with default domain appended
10expect 201
11role user add com.test.TC_Realm1.@[user.name].role1 @[user.name]
12
13# TC_Realm1.30.10.POS Role list, with default domain added
14expect 200
15role list user testunused
16
17# TC_Realm1.30.80.POS Delete user, with default domain appended
18expect 200
19role user del com.test.TC_Realm1.@[user.name].role1 @[user.name]
20