blob: 81dfd74e6338e6c1394d43c1009c69f02ec8f9ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
expect 200,404
as XX@NS
# TC_DELG1.99.0.POS Check for Data as Correct
ns list name com.test.delg.@[user.name]
# TC_DELG1.99.10.POS Delete Delegates
user delegate del @[user.name]@csp.att.com
# TC_DELG1.99.30.POS Delete Namespace com.att.test.id
force ns delete com.test.delg.@[user.name]
# TC_DELG1.99.98.POS Check for Delegate Data as Correct
user list delegates user @[user.name]@csp.att.com
# TC_DELG1.99.99.POS Check for NS Data as Correct
ns list name com.test.delg.@[user.name]
|