sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 1 | expect 200,404 |
| 2 | as testid_1@test.com |
| 3 | # TEMPLATE_TC.99.2.POS Namespace Admin can delete Namespace |
| 4 | force ns delete com.test.TEMPLATE_TC.@[user.name]_1 |
| 5 | |
| 6 | # TEMPLATE_TC.99.3.POS Print Namespaces |
| 7 | ns list name com.test.TEMPLATE_TC.@[user.name]_1 |
| 8 | |
| 9 | as testid_2@test.com |
| 10 | # TEMPLATE_TC.99.4.POS Namespace Admin can delete Namespace |
| 11 | force ns delete com.test.TEMPLATE_TC.@[user.name]_2 |
| 12 | |
| 13 | # TEMPLATE_TC.99.5.POS Print Namespaces |
| 14 | ns list name com.test.TEMPLATE_TC.@[user.name]_2 |
| 15 | |
| 16 | |
| 17 | as testunused@aaf.att.com |
| 18 | # TEMPLATE_TC.99.6.POS Remove Namespace from other company |
| 19 | force ns delete com.att.TEMPLATE_TC.@[user.name] |
| 20 | |
| 21 | # TEMPLATE_TC.99.7.POS Print Namespace from other company |
| 22 | ns list name com.att.TEMPLATE_TC.@[user.name] |