summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_attr.py
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2012-05-21 05:03:21 -0400
committerMartin Kosek <mkosek@redhat.com>2012-05-29 09:23:26 +0200
commit1af36da933cd3c788e3a48257e2f5c286e985e22 (patch)
tree472816360fa7ad147e958b63e240f45ed04a72b0 /tests/test_xmlrpc/test_attr.py
parente0930d42a54e586a0170c853fbc9e66f9193d5b0 (diff)
downloadfreeipa.git-1af36da933cd3c788e3a48257e2f5c286e985e22.tar.gz
freeipa.git-1af36da933cd3c788e3a48257e2f5c286e985e22.tar.xz
freeipa.git-1af36da933cd3c788e3a48257e2f5c286e985e22.zip
Disallow setattr on no_update/no_create params
Make --{set,add,del}attr fail on parameters with the no_update/no_create flag for the respective command. For attributes that can be modified, but we just don't want to display in the CLI, use the 'no_option' flag. These are "locking" attributes (ipaenabledflag, nsaccountlock) and externalhost. Document the 'no_option' flag. Add some tests. https://fedorahosted.org/freeipa/ticket/2580
Diffstat (limited to 'tests/test_xmlrpc/test_attr.py')
-rw-r--r--tests/test_xmlrpc/test_attr.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_xmlrpc/test_attr.py b/tests/test_xmlrpc/test_attr.py
index 5916ebd2..248d2157 100644
--- a/tests/test_xmlrpc/test_attr.py
+++ b/tests/test_xmlrpc/test_attr.py
@@ -471,7 +471,8 @@ class test_attr(Declarative):
command=(
'config_mod', [], dict(addattr=u'ipacertificatesubjectbase=0=DOMAIN.COM')
),
- expected=errors.OnlyOneValueAllowed(attr='ipacertificatesubjectbase'),
+ expected=errors.ValidationError(name='ipacertificatesubjectbase',
+ error='attribute is not configurable'),
),
dict(