summaryrefslogtreecommitdiffstats
path: root/authz-test/TestSuite/TC_Cred1/15_create
blob: c862d980d62d0e375f8a2ad8ceb20058f05268cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# TC_Cred1.15.1.NEG Non-Admin, no permission user cannot create mechID
as testunused@aaf.att.com
expect 403
user cred add m99990@@[user.name].TC_Cred1.test.com password123

# TC_Cred1.15.3.POS Non-Admin, with create permission user can create mechID
as m99999@@[user.name].TC_Cred1.test.com
expect 201
user cred add m99990@@[user.name].TC_Cred1.test.com password123

# TC_Cred1.15.10.NEG Non-Admin, no reset permission cannot reset mechID
as testunused@aaf.att.com
expect 403
user cred reset m99990@@[user.name].TC_Cred1.test.com password123

# TC_Cred1.15.11.POS Non-Admin, with reset permission can reset mechID
as m99999@@[user.name].TC_Cred1.test.com:password123
expect 200
user cred reset m99990@@[user.name].TC_Cred1.test.com password123

# TC_Cred1.15.12.POS Admin, without reset permission can reset Password
as testid@aaf.att.com
expect 200
user cred reset m99990@@[user.name].TC_Cred1.test.com password123

# TC_Cred1.15.15.POS Admin, without reset permission can reset mechID
expect 200
user cred reset m99990@@[user.name].TC_Cred1.test.com password123 1

# TC_Cred1.15.20.POS Admin, delete
expect 200
user cred del m99990@@[user.name].TC_Cred1.test.com password123 1