| commit | 18a630b2caa90bb336f4bdebc67d7b3a4be96d3a | [log] [tgz] |
|---|---|---|
| author | Avishek Dutta <ad620p@att.com> | Wed Oct 31 20:14:12 2018 +0000 |
| committer | Avishek Dutta <ad620p@att.com> | Wed Oct 31 20:14:12 2018 +0000 |
| tree | 863fc805bcfe9c8319401954b73f660b64804e00 | |
| parent | d2b714da77bfc44b8bb597dfce3797676510f85b [diff] |
Fix multi-policy related issues. The "rule" and "expected_error_code" parameters of the rbac_rule_validation decorator have been removed after a deprecation period, and this means that any test that uses "rule" or "expected_error_code" parameters will need to be changed to use "rules" and "expected_error_codes". This is as par Patrole commit https://review.openstack.org/#/c/595450/ Also, fixed tox pep8 issue as well as with a new .gitignore file.