blob: 7191a044f921a1b5f73db7698ad9bbe05fe1ccbb [file] [log] [blame]
sg481n43854a92017-08-03 17:27:34 -04001# TC_Appr2.99.1.POS Delete User Role, if exists
2user role del testunused@aaf.att.com com.test.appr.@[user.name].myRole
3** Expect 200,404 **
4Failed [SVC1404]: Cannot delete non-existent User Role
5
6# TC_Appr2.99.79.POS Delete Role
7role delete com.test.appr.@[user.name].myRole
8** Expect 200,404 **
9Deleted Role
10
11# TC_Appr2.99.80.POS Delete Namespaces for TestSuite
12ns delete com.test.appr
13** Expect 200,404 **
14Deleted Namespace
15
16ns delete com.test.appr.@[user.name]
17** Expect 200,404 **
18Deleted Namespace
19
20# TC_Appr2.99.81.POS Delete Credential used to generate approvals
21as XX@NS:<pass> user cred del testbatch@aaf.att.com
22** Expect 200,404 **
23Deleted Credential [testbatch@aaf.att.com]
24