commit | 566237c0a1c1fc8421415fd414ce845956b41d90 | [log] [tgz] |
---|---|---|
author | Trevor McCasland <tm2086@att.com> | Thu Jan 17 11:13:34 2019 -0600 |
committer | Nicolas Helgeson <nh202b@att.com> | Fri Feb 08 20:00:50 2019 +0000 |
tree | 572c85b431c7a58b42068157a19dc598a280f55b | |
parent | 48ee0fec722496a7cf6824b94bd0c23e3d9f4882 [diff] |
Immutable user source: v3 test_groups If the keystone user source is immutable, such as an LDAP active directory implementation, tempest tests that try to create or delete a user will fail. Instead of failing, we would like them to skip. This change uses a testtools decorator to avoid unnecessary modifications and allow those tests to skip. Partial-Bug: #1777047 Change-Id: I8a0d5935b695a1649b204bd3c3351f34a80e9059