summaryrefslogtreecommitdiffstats
path: root/authz-test/TestSuite/TC_NS2/10_init
blob: 73b2cc783d13070c16069d6c504a5697f1d831cf (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
as testid@aaf.att.com
# TC_NS2.10.0.POS Check for Existing Data
expect 200
ns list name com.test.TC_NS2.@[user.name]

# TC_NS2.10.1.POS Create Namespace with valid IDs and Responsible Parties
expect 201
ns create com.test.TC_NS2.@[user.name] @[user.name] testid@aaf.att.com
ns create com.test.TC_NS2.@[user.name].project @[user.name] testunused@aaf.att.com

# TC_NS2.10.10.POS Create role to assign mechid perm to
expect 201
role create com.test.TC_NS2.@[user.name].cred_admin testid@aaf.att.com

as XX@NS:<pass>
# TC_NS2.10.11.POS Assign role to mechid perm
expect 201
perm grant com.att.aaf.mechid com.att create com.test.TC_NS2.@[user.name].cred_admin


as testid@aaf.att.com
# TC_NS2.10.70.POS Expect Namespace to be created
expect 200
ns list name com.test.TC_NS2.@[user.name] 

as testid@aaf.att.com
# TC_NS2.10.70.POS Expect Namespace to be created
expect 200
perm list role com.test.TC_NS2.@[user.name].admin

as testid@aaf.att.com
# TC_NS2.10.70.POS Expect Namespace to be created
expect 200
perm list role com.test.TC_NS2.@[user.name].owner

as testid@aaf.att.com
# TC_NS2.10.70.POS Expect Namespace to be created
expect 200
role list perm com.test.TC_NS2.@[user.name].access * *

as testid@aaf.att.com
# TC_NS2.10.70.POS Expect Namespace to be created
expect 200
role list perm com.test.TC_NS2.@[user.name].access * read

as testid@aaf.att.com
# TC_NS2.10.80.POS Expect Namespace to be created
expect 200
ns list name com.test.TC_NS2.@[user.name].project

as testid@aaf.att.com
# TC_NS2.10.80.POS Expect Namespace to be created
expect 200
perm list role com.test.TC_NS2.@[user.name].project.admin

as testid@aaf.att.com
# TC_NS2.10.80.POS Expect Namespace to be created
expect 200
perm list role com.test.TC_NS2.@[user.name].project.owner

as testid@aaf.att.com
# TC_NS2.10.80.POS Expect Namespace to be created
expect 200
role list perm com.test.TC_NS2.@[user.name].project.access * *

as testid@aaf.att.com
# TC_NS2.10.80.POS Expect Namespace to be created
expect 200
role list perm com.test.TC_NS2.@[user.name].project.access * read