summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_trust.py
Commit message (Collapse)AuthorAgeFilesLines
* Applied tier0 and tier1 marks on unit tests and xmlrpc testsMilan Kubik2015-11-091-0/+3
| | | | | | | | | | | | | | | | | | | Web UI tests were marked as tier1 tests. The tier system is intended to be used together with CI system to make sure the more complicated tests are being run only when all of the basic functionality is working. The system is using pytest's marker system. E.g. an invocation of all tier1 tests with listing will look like: $ py.test -v -m tier1 ipatests or in case of out of tree tests: $ ipa-run-tests -m tier1 Reviewed-By: Ales 'alich' Marecek <amarecek@redhat.com>
* test_webui: Don't use __init__ for test classesPetr Viktorin2014-11-211-4/+4
| | | | | | https://fedorahosted.org/freeipa/ticket/4610 Reviewed-By: Tomas Babej <tbabej@redhat.com>
* webui-ci: decorate all webui tests with screenshot decoratorPetr Vobornik2014-05-121-0/+4
| | | | Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
* webui-ci: adjust id range tests to new validatorPetr Vobornik2014-05-051-2/+4
| | | | Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
* Update idrange search facet after trust creationPetr Vobornik2013-08-281-4/+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-15/+78
| | | | https://fedorahosted.org/freeipa/ticket/3834
* Web UI integration tests: Add trust testsPetr Vobornik2013-07-261-0/+92
https://fedorahosted.org/freeipa/ticket/3744