summaryrefslogtreecommitdiffstats
path: root/authz-test/TestSuite/TC_NS1/30_add_data
blob: 830b9658784880c1c16472d07ed967ddf9a2ed0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# TC_NS1.30.10.NEG Non-admins can't change description
expect 403
as testunused@aaf.att.com
ns describe com.test.TC_NS1.@[user.name] Description for my Namespace

# TC_NS1.30.11.NEG Namespace must exist to change description
expect 404
as testid@aaf.att.com
ns describe com.test.TC_NS1.@[user.name].project1 Description for my project

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