blob: 7191a044f921a1b5f73db7698ad9bbe05fe1ccbb (
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
|
# TC_Appr2.99.1.POS Delete User Role, if exists
user role del testunused@aaf.att.com com.test.appr.@[user.name].myRole
** Expect 200,404 **
Failed [SVC1404]: Cannot delete non-existent User Role
# TC_Appr2.99.79.POS Delete Role
role delete com.test.appr.@[user.name].myRole
** Expect 200,404 **
Deleted Role
# TC_Appr2.99.80.POS Delete Namespaces for TestSuite
ns delete com.test.appr
** Expect 200,404 **
Deleted Namespace
ns delete com.test.appr.@[user.name]
** Expect 200,404 **
Deleted Namespace
# TC_Appr2.99.81.POS Delete Credential used to generate approvals
as XX@NS:<pass> user cred del testbatch@aaf.att.com
** Expect 200,404 **
Deleted Credential [testbatch@aaf.att.com]
|