summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_range.py
Commit message (Collapse)AuthorAgeFilesLines
* webui-ci: decorate all webui tests with screenshot decoratorPetr Vobornik2014-05-121-0/+3
| | | | Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
* webui-ci: adjust id range tests to new validatorPetr Vobornik2014-05-051-20/+7
| | | | Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
* Update idrange search facet after trust creationPetr Vobornik2013-08-281-2/+0
| | | | | | Adding a trust creates a range -> range search facet should be marked as expired. https://fedorahosted.org/freeipa/ticket/3874
* Web UI integration tests: ID range typesPetr Vobornik2013-08-221-51/+63
| | | | https://fedorahosted.org/freeipa/ticket/3834
* Web UI integration tests: PEP8 fixesPetr Vobornik2013-07-261-0/+1
| | | | | | | Tests modified to comply with PEP8 rules with exception of rule E501 (long lines). Done by autopep8 tool and 2 manual modifications. https://fedorahosted.org/freeipa/ticket/3744
* Web UI integration tests: Compute range sizes to avoid overlapsPetr Vobornik2013-07-261-14/+54
| | | | | | | | | Heavily inspired by code from xmlrpc tests. To obtain ranges, this patch also adds method to execute FreeIPA command through Web UI. It uses Web UI instead of ipalib so it doesn't need to care about authentication on a test-runner machine. https://fedorahosted.org/freeipa/ticket/3744
* Upstream Web UI testsPetr Vobornik2013-07-161-0/+49
Documentation: http://www.freeipa.org/page/Web_UI_Integration_Tests https://fedorahosted.org/freeipa/ticket/3744