Upgrade to latest oparent
[aaf/authz.git] / authz-test / TestSuite / expected / MTC_Appr2.expected
1 # TC_Appr2.99.1.POS Delete User Role, if exists
2 user role del testunused@aaf.att.com com.test.appr.@[user.name].myRole
3 ** Expect 200,404 **
4 Failed [SVC1404]: Cannot delete non-existent User Role
5
6 # TC_Appr2.99.79.POS Delete Role
7 role delete com.test.appr.@[user.name].myRole
8 ** Expect 200,404 **
9 Deleted Role
10
11 # TC_Appr2.99.80.POS Delete Namespaces for TestSuite 
12 ns delete com.test.appr
13 ** Expect 200,404 **
14 Deleted Namespace
15
16 ns delete com.test.appr.@[user.name] 
17 ** Expect 200,404 **
18 Deleted Namespace
19
20 # TC_Appr2.99.81.POS Delete Credential used to generate approvals
21 as XX@NS:<pass> user cred del testbatch@aaf.att.com
22 ** Expect 200,404 **
23 Deleted Credential [testbatch@aaf.att.com]
24