summaryrefslogtreecommitdiffstats
path: root/authz-test/TestSuite/expected/TC_NS1.expected
blob: 6c5a89ec1ef7e5e0711cee81d1960b142bf0ad77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
set testid@aaf.att.com <pass>
set testunused@aaf.att.com <pass>
set bogus@aaf.att.com boguspass
#delay 10
set NFR 0
as testid@aaf.att.com
# TC_NS1.01.0.POS Expect Clean Namespace to start
ns list name com.test.TC_NS1.@[user.name] 
** Expect 200 **

List Namespaces by Name[com.test.TC_NS1.@[THE_USER]]
--------------------------------------------------------------------------------
    *** Namespace Not Found ***

# TC_NS1.01.1.NEG Create Namespace with mechID as Responsible Party
ns create com.test.TC_NS1.@[user.name] testunused@aaf.att.com testid@aaf.att.com,XX@NS
** Expect 403 **
Failed [SVC3403]: Forbidden - testunused@aaf.att.com does not have permission to assume test status at AT&T

# TC_NS1.01.2.NEG Create Namespace with Bad ID for Admin
ns create com.test.TC_NS1.@[user.name] @[user.name] bogus@aaf.att.com,XX@NS
** Expect 403 **
Failed [SVC2403]: Forbidden - bogus@aaf.att.com is not a valid AAF Credential

as testid@aaf.att.com
# TC_NS1.10.0.POS Check for Existing Data
ns list name com.test.TC_NS1.@[user.name]
** Expect 200 **

List Namespaces by Name[com.test.TC_NS1.@[THE_USER]]
--------------------------------------------------------------------------------
    *** Namespace Not Found ***

# TC_NS1.10.1.POS Create Namespace with valid IDs and Responsible Parties
ns create com.test.TC_NS1.@[user.name] @[user.name] testid@aaf.att.com
** Expect 201 **
Created Namespace

# TC_NS1.10.40.POS Expect Namespace to be created
ns list name com.test.TC_NS1.@[user.name] 
** Expect 200 **

List Namespaces by Name[com.test.TC_NS1.@[THE_USER]]
--------------------------------------------------------------------------------
com.test.TC_NS1.@[THE_USER]
    Administrators
        testid@aaf.att.com                                                      
    Responsible Parties
        @[THE_USER]@csp.att.com                                                      
    Roles
        com.test.TC_NS1.@[THE_USER].admin                                            
        com.test.TC_NS1.@[THE_USER].owner                                            
    Permissions
        com.test.TC_NS1.@[THE_USER].access  *                        *              
        com.test.TC_NS1.@[THE_USER].access  *                        read           

# TC_NS1.10.41.POS Expect Namespace to be created
perm list role com.test.TC_NS1.@[user.name].admin
** Expect 200 **

List Perms by Role [com.test.TC_NS1.@[THE_USER].admin]
--------------------------------------------------------------------------------
PERM Type                      Instance                       Action    
--------------------------------------------------------------------------------
com.test.TC_NS1.@[THE_USER].access  *                              *         


# TC_NS1.10.42.POS Expect Namespace to be created
perm list role com.test.TC_NS1.@[user.name].owner
** Expect 200 **

List Perms by Role [com.test.TC_NS1.@[THE_USER].owner]
--------------------------------------------------------------------------------
PERM Type                      Instance                       Action    
--------------------------------------------------------------------------------
com.test.TC_NS1.@[THE_USER].access  *                              read      


# TC_NS1.10.43.POS Expect Namespace to be created
role list perm com.test.TC_NS1.@[user.name].access * *
** Expect 200 **

List Roles by Perm com.test.TC_NS1.@[THE_USER].access|*|*
--------------------------------------------------------------------------------
ROLE Name                                         
   PERM Type                      Instance                       Action         
--------------------------------------------------------------------------------
com.test.TC_NS1.@[THE_USER].admin                      
   com.test.TC_NS1.@[THE_USER].access  *                              *              

# TC_NS1.10.44.POS Expect Namespace to be created
role list perm com.test.TC_NS1.@[user.name].access * read
** Expect 200 **

List Roles by Perm com.test.TC_NS1.@[THE_USER].access|*|read
--------------------------------------------------------------------------------
ROLE Name                                         
   PERM Type                      Instance                       Action         
--------------------------------------------------------------------------------
com.test.TC_NS1.@[THE_USER].owner                      
   com.test.TC_NS1.@[THE_USER].access  *                              read           

# TC_NS1.11.1.NEG Create Namespace when exists
ns create com.test.TC_NS1.@[user.name] @[user.name] testid@aaf.att.com
** Expect 409 **
Failed [SVC1409]: Conflict Already Exists - Target Namespace already exists

# TC_NS1.20.1.NEG Too Few Args for Create 1
ns create 
** Expect -1 **
Too few args: create <name> <responsible (id[,id]*)> [admin (id[,id]*)] 

# TC_NS1.20.2.NEG Too Few Args for Create 2
ns create bogus
** Expect -1 **
Too few args: create <name> <responsible (id[,id]*)> [admin (id[,id]*)] 

# TC_NS1.30.10.NEG Non-admins can't change description
as testunused@aaf.att.com
ns describe com.test.TC_NS1.@[user.name] Description for my Namespace
** Expect 403 **
Failed [SVC1403]: Forbidden - You do not have approval to change com.test.TC_NS1.@[THE_USER]

# TC_NS1.30.11.NEG Namespace must exist to change description
as testid@aaf.att.com
ns describe com.test.TC_NS1.@[user.name].project1 Description for my project
** Expect 404 **
Failed [SVC1404]: Not Found - Namespace [com.test.TC_NS1.@[THE_USER].project1] does not exist

# TC_NS1.30.12.POS Admin can change description
ns describe com.test.TC_NS1.@[user.name] Description for my Namespace
** Expect 200 **
Description added to Namespace

# TC_NS1.50.1.NEG Adding a Bogus ID
ns admin add com.test.TC_NS1.@[user.name] bogus
** Expect 403 **
Failed [SVC1403]: Forbidden - AT&T reports that bogus@csp.att.com is a faulty ID

# TC_NS1.50.2.NEG Adding a Bogus ID, full Domain
ns admin add com.test.TC_NS1.@[user.name] bogus@csp.att.com
** Expect 403 **
Failed [SVC1403]: Forbidden - AT&T reports that bogus@csp.att.com is a faulty ID

# TC_NS1.50.3.NEG Adding an OK ID, bad domain
ns admin add com.test.TC_NS1.@[user.name] xz9914@bogus.test.com
** Expect 403 **
Failed [SVC2403]: Forbidden - xz9914@bogus.test.com is not a valid AAF Credential

# TC_NS1.50.4.NEG Deleting an OK ID, but not an admin
ns admin del com.test.TC_NS1.@[user.name] XX@NS
** Expect 404 **
Failed [SVC6404]: Not Found - UserRole [XX@NS] [com.test.TC_NS1.@[THE_USER].admin]

sleep 0
# TC_NS1.50.10.POS Adding an OK ID
ns admin add com.test.TC_NS1.@[user.name] XX@NS
** Expect 201 **
Admin XX@NS added to com.test.TC_NS1.@[THE_USER]

# TC_NS1.50.11.POS Deleting One of Two
ns admin del com.test.TC_NS1.@[user.name] testid@aaf.att.com
** Expect 200 **
Admin testid@aaf.att.com deleted from com.test.TC_NS1.@[THE_USER]

# TC_NS1.50.12.NEG testid@aaf.att.com no longer Admin
ns admin del com.test.TC_NS1.@[user.name] testid@aaf.att.com
** Expect 404 **
Failed [SVC6404]: Not Found - UserRole [testid@aaf.att.com] [com.test.TC_NS1.@[THE_USER].admin]

# TC_NS1.50.13.POS Add ID back in
ns admin add com.test.TC_NS1.@[user.name] testid@aaf.att.com
** Expect 201 **
Admin testid@aaf.att.com added to com.test.TC_NS1.@[THE_USER]

# TC_NS1.50.14.POS Deleting original
ns admin del com.test.TC_NS1.@[user.name] XX@NS
** Expect 200 **
Admin XX@NS deleted from com.test.TC_NS1.@[THE_USER]

# TC_NS1.50.15.NEG Can't remove twice
ns admin del com.test.TC_NS1.@[user.name] XX@NS
** Expect 404 **
Failed [SVC6404]: Not Found - UserRole [XX@NS] [com.test.TC_NS1.@[THE_USER].admin]

# TC_NS1.50.20.NEG User Role Add should obey same "addAdmin" restrictions
role user add com.test.TC_NS1.@[user.name].admin m88888@i.have.no.domain
** Expect 403 **
Failed [SVC2403]: Forbidden - m88888@i.have.no.domain is not a valid AAF Credential

# TC_NS1.50.21.NEG Role User Add should obey same "addAdmin" restrictions
user role add m88888@i.have.no.domain com.test.TC_NS1.@[user.name].admin 
** Expect 403 **
Failed [SVC2403]: Forbidden - m88888@i.have.no.domain is not a valid AAF Credential

# TC_NS1.60.1.NEG Adding a Bogus ID
ns responsible add com.test.TC_NS1.@[user.name] bogus
** Expect 403 **
Failed [SVC3403]: Forbidden - AT&T reports that this is not a valid credential

# TC_NS1.60.2.NEG Adding a Bogus ID, full Domain
ns responsible add com.test.TC_NS1.@[user.name] bogus@csp.att.com
** Expect 403 **
Failed [SVC3403]: Forbidden - AT&T reports that this is not a valid credential

# TC_NS1.60.3.NEG Adding an OK ID, bad domain
ns responsible add com.test.TC_NS1.@[user.name] xz9914@bogus.test.com
** Expect 403 **
Failed [SVC3403]: Forbidden - AT&T reports that this is not a valid credential

# TC_NS1.60.4.NEG Deleting an OK ID, short, but not existent
ns responsible del com.test.TC_NS1.@[user.name] testid
** Expect 404 **
Failed [SVC6404]: Not Found - UserRole [testid@csp.att.com] [com.test.TC_NS1.@[THE_USER].owner]

# TC_NS1.60.5.NEG Deleting an OK ID, long, but not existent
ns responsible del com.test.TC_NS1.@[user.name] testid@aaf.att.com
** Expect 404 **
Failed [SVC6404]: Not Found - UserRole [testid@aaf.att.com] [com.test.TC_NS1.@[THE_USER].owner]

sleep 0
# TC_NS1.60.10.POS Adding an OK ID
# Note: mw9749 used because we must have employee as responsible
ns responsible add com.test.TC_NS1.@[user.name] mw9749
** Expect 201 **
mw9749@csp.att.com is now responsible for com.test.TC_NS1.@[THE_USER]

# TC_NS1.60.11.POS Deleting One of Two
ns responsible del com.test.TC_NS1.@[user.name] mw9749
** Expect 200 **
mw9749@csp.att.com is no longer responsible for com.test.TC_NS1.@[THE_USER]

# TC_NS1.60.12.NEG mw9749 no longer Admin
ns responsible del com.test.TC_NS1.@[user.name] mw9749
** Expect 404 **
Failed [SVC6404]: Not Found - UserRole [mw9749@csp.att.com] [com.test.TC_NS1.@[THE_USER].owner]

# TC_NS1.60.20.NEG User Role Add should obey same "addResponsible" restrictions
role user add com.test.TC_NS1.@[user.name].owner m88888@i.have.no.domain
** Expect 403 **
Failed [SVC3403]: Forbidden - AT&T reports that this is not a valid credential

# TC_NS1.60.21.NEG Role User Add should obey same "addResponsible" restrictions
user role add m88888@i.have.no.domain com.test.TC_NS1.@[user.name].owner
** Expect 403 **
Failed [SVC3403]: Forbidden - AT&T reports that this is not a valid credential

sleep 0
# TC_NS1.80.1.POS List Data on Empty NS
as testid@aaf.att.com
ns list name com.test.TC_NS1.@[user.name] 
** Expect 200 **

List Namespaces by Name[com.test.TC_NS1.@[THE_USER]]
--------------------------------------------------------------------------------
com.test.TC_NS1.@[THE_USER]
    Administrators
        testid@aaf.att.com                                                      
    Responsible Parties
        @[THE_USER]@csp.att.com                                                      
    Roles
        com.test.TC_NS1.@[THE_USER].admin                                            
        com.test.TC_NS1.@[THE_USER].owner                                            
    Permissions
        com.test.TC_NS1.@[THE_USER].access  *                        *              
        com.test.TC_NS1.@[THE_USER].access  *                        read           

# TC_NS1.80.2.POS Add Roles to NS for Listing
role create com.test.TC_NS1.@[user.name].r.A
** Expect 201 **
Created Role

role create com.test.TC_NS1.@[user.name].r.B
** Expect 201 **
Created Role

# TC_NS1.80.3.POS List Data on non-Empty NS
ns list name com.test.TC_NS1.@[user.name] 
** Expect 200 **

List Namespaces by Name[com.test.TC_NS1.@[THE_USER]]
--------------------------------------------------------------------------------
com.test.TC_NS1.@[THE_USER]
    Administrators
        testid@aaf.att.com                                                      
    Responsible Parties
        @[THE_USER]@csp.att.com                                                      
    Roles
        com.test.TC_NS1.@[THE_USER].admin                                            
        com.test.TC_NS1.@[THE_USER].owner                                            
        com.test.TC_NS1.@[THE_USER].r.A                                              
        com.test.TC_NS1.@[THE_USER].r.B                                              
    Permissions
        com.test.TC_NS1.@[THE_USER].access  *                        *              
        com.test.TC_NS1.@[THE_USER].access  *                        read           

# TC_NS1.90.1.NEG Non Namespace Admin Delete Namespace
as testunused@aaf.att.com
ns delete com.test.TC_NS1.@[user.name]
** Expect 403 **
Failed [SVC1403]: Forbidden - [testunused@aaf.att.com] may not write in NS [com.test.TC_NS1.@[THE_USER]]

sleep 0
as testid@aaf.att.com
# TC_NS1.99.1.POS Namespace Admin can delete Namepace defined Roles
role delete com.test.TC_NS1.@[user.name].r.A
** Expect 200,404 **
Deleted Role

role delete com.test.TC_NS1.@[user.name].r.B
** Expect 200,404 **
Deleted Role

# TC_NS1.99.2.POS Namespace Admin can delete Namespace
ns delete com.test.TC_NS1.@[user.name]
** Expect 200,404 **
Deleted Namespace

sleep 0
# TC_NS1.99.99.POS Check Clean Namespace
ns list name com.test.TC_NS1.@[user.name]
** Expect 200,404 **

List Namespaces by Name[com.test.TC_NS1.@[THE_USER]]
--------------------------------------------------------------------------------
    *** Namespace Not Found ***