sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 1 | as testid@aaf.att.com |
| 2 | # TC_Cred1.99.1.POS Delete credentials |
| 3 | expect 200,404 |
| 4 | force user cred del m99990@@[user.name].TC_Cred1.test.com |
| 5 | |
| 6 | #TC_Cred1.99.2.POS Ensure Remove Role |
| 7 | expect 200,404 |
| 8 | set force=true |
| 9 | role delete com.test.TC_Cred1.@[user.name].extendTemp |
| 10 | |
| 11 | # TC_Cred1.99.10.POS Remove ability to create creds |
| 12 | force user role del testid@aaf.att.com com.test.TC_Cred1.@[user.name].cred_admin |
| 13 | |
| 14 | as XX@NS |
| 15 | perm ungrant com.att.aaf.mechid com.att create com.test.TC_Cred1.@[user.name].cred_admin |
| 16 | force perm delete com.att.aaf.password com.test reset |
| 17 | force perm delete com.att.aaf.mechid com.test create |
| 18 | |
| 19 | as testid@aaf.att.com |
| 20 | force role delete com.test.TC_Cred1.@[user.name].cred_admin |
| 21 | force role delete com.test.TC_Cred1.@[user.name].pw_reset |
| 22 | |
| 23 | # TC_Cred1.99.99.POS Delete Namespace for TestSuite |
| 24 | set force=true ns delete com.test.TC_Cred1.@[user.name] |
| 25 | |
| 26 | as XX@NS |
| 27 | force ns delete com.test.TC_Cred1.@[user.name] |
| 28 | force ns delete com.test.TC_Cred1 |
| 29 | |