blob: f4c514e5b6d64f71ceac5640f51991d09dfa2710 [file] [log] [blame]
sg481n43854a92017-08-03 17:27:34 -04001# TC_UR1.30.10.POS Create a UserRole
2expect 201
3user role add m00001@@[user.name].TC_UR1.test.com com.test.TC_UR1.@[user.name].r1
4
5# TC_UR1.30.11.NEG Created UserRole Exists
6expect 409
7user role add m00001@@[user.name].TC_UR1.test.com com.test.TC_UR1.@[user.name].r1
8
9# TC_UR1.30.13.POS Delete UserRole
10sleep @[NFR]
11expect 200
12user role del m00001@@[user.name].TC_UR1.test.com com.test.TC_UR1.@[user.name].r1
13
14
15# TC_UR1.30.20.POS Create multiple UserRoles
16expect 201
17user role add m00001@@[user.name].TC_UR1.test.com com.test.TC_UR1.@[user.name].r1,com.test.TC_UR1.@[user.name].r2
18
19# TC_UR1.30.21.NEG Created UserRole Exists
20expect 409
21user role add m00001@@[user.name].TC_UR1.test.com com.test.TC_UR1.@[user.name].r1,com.test.TC_UR1.@[user.name].r2
22
23# TC_UR1.30.23.POS Delete UserRole
24sleep @[NFR]
25expect 200
26user role del m00001@@[user.name].TC_UR1.test.com com.test.TC_UR1.@[user.name].r1,com.test.TC_UR1.@[user.name].r2
27
28# TC_UR1.30.30.POS Create a Role User
29expect 201
30role user add com.test.TC_UR1.@[user.name].r1 m00001@@[user.name].TC_UR1.test.com
31
32# TC_UR1.30.31.NEG Created Role User Exists
33expect 409
34role user add com.test.TC_UR1.@[user.name].r1 m00001@@[user.name].TC_UR1.test.com
35
36# TC_UR1.30.33.POS Delete Role User
37sleep @[NFR]
38expect 200
39role user del com.test.TC_UR1.@[user.name].r1 m00001@@[user.name].TC_UR1.test.com
40
41# TC_UR1.30.40.POS Create multiple Role Users
42expect 201
43role user add com.test.TC_UR1.@[user.name].r1 m00001@@[user.name].TC_UR1.test.com,m00002@@[user.name].TC_UR1.test.com
44
45# TC_UR1.30.41.NEG Created Role User Exists
46expect 409
47role user add com.test.TC_UR1.@[user.name].r1 m00001@@[user.name].TC_UR1.test.com,m00002@@[user.name].TC_UR1.test.com
48
49# TC_UR1.30.43.POS Delete Role Users
50sleep @[NFR]
51expect 200
52role user del com.test.TC_UR1.@[user.name].r1 m00001@@[user.name].TC_UR1.test.com,m00002@@[user.name].TC_UR1.test.com
53