summaryrefslogtreecommitdiffstats
path: root/tests/functional/authentication/test_auth_allow.py
Commit message (Collapse)AuthorAgeFilesLines
* [Testfix] Remove redundant logging - Part 1Bala Konda Reddy M2020-08-181-9/+4
| | | | | | | | | | | | | | | | | | | | | | | Problem: In most of the testcases due to redundant logging, the performance of the whole suite completion time is affected. Solution: Currently there are 100+ g.log.info statements in the authentincation suite and half of them are redundant. Removed the g.log.info statements whereever it is not required. After the changes the g.log.info statements are around 50 and not removed the statements to reduce the number of lines but for the improvement of the whole suite. Modified few line indents as well and added teardown for the missing files. Note: Will be submitting for each components separately Change-Id: I63973e115dd5dbbc7fc9462978397e7915181265 Signed-off-by: Bala Konda Reddy M <bala12352@gmail.com>
* [py2to3] Add py3 support for tests in 'tests/functional/authentication'Valerii Ponomarov2019-12-121-1/+1
| | | | | Change-Id: I1c568a43bb635720a4aedc75ba844a4f499130fe Signed-off-by: Valerii Ponomarov <kiparis.kh@gmail.com>
* Testcase to verify auth.allow featureJilju Joy2018-06-191-0/+211
Change-Id: I40f41c03e5ea8130a7374579b249bdd113b4a842