aboutsummaryrefslogtreecommitdiffstats
path: root/.gitreview
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2017-09-20 14:35:57 -0400
committerjimmy <jf2512@att.com>2017-09-20 14:37:40 -0400
commitd8c0f4abf002ad342d3a86c7abaf485c0352157b (patch)
tree32d8dfef76cfe15c513d468fae78bc7d1baf6200 /.gitreview
parentaf5e7bdd7c86117fbf16055b14da6dd6d805577f (diff)
Updated site path and preferring onap.nexus.url
Issue-ID: AAI-76 Change-Id: Iaaaf0b8a98f1808a67703460e640ab77d8c9c3e8 Signed-off-by: jimmy <jf2512@att.com>
Diffstat (limited to '.gitreview')
0 files changed, 0 insertions, 0 deletions
ghlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
as m99999@@[user.name].TC_Wild.att.com

# TC_Wild.21.1.NEG Fail to create a perm in NS
expect 403
perm create com.att.TC_Wild.@[user.name].myType myInstance myAction


# TC_Wild.21.3.POS Add "access perm" based Wild Card with specific Action
as XX@NS
expect 201
perm create com.att.TC_Wild.@[user.name].access :perm:myType:*:* write com.att.TC_Wild.@[user.name].service

# TC_Wild.21.5.POS Print Perms
expect 200
perm list user m99999@@[user.name].TC_Wild.att.com


# TC_Wild.21.7.POS Now able to create a perm in NS
as m99999@@[user.name].TC_Wild.att.com
expect 201
perm create com.att.TC_Wild.@[user.name].myType myInstance myAction


# TC_Wild.21.8.POS Print Perms
as XX@NS
expect 200
perm list ns com.att.TC_Wild.@[user.name]

# TC_Wild.21.10.POS Delete Perms Created
expect 200
force perm delete com.att.TC_Wild.@[user.name].access :perm:myType:*:* write
force perm delete com.att.TC_Wild.@[user.name].myType myInstance myAction