commit | 68f9528fe47dfd3e5b7206ad115870bab323c99f | [log] [tgz] |
---|---|---|
author | Steven Hardy <shardy@redhat.com> | Fri Jan 10 17:40:31 2014 +0000 |
committer | Steven Hardy <shardy@redhat.com> | Fri Jan 10 17:44:08 2014 +0000 |
tree | 40bd17633ca50b6ae428e53dfdde35a0831ebeae | |
parent | f67fb026de10df84c045fb67ce84a6988f79dd0e [diff] |
trusts API test, avoid creating duplicate user We currently call create_trustor_and_roles twice, in the base class and the test class, which is wrong and results in the test leaving a user behind which is not cleaned up. So only call it in the test class, because we need self._interface to be set. Change-Id: I9b96ae4435714d17bfd2b0b2abe570d98e61bfa6 Closes-Bug: #1267704