summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration/host.py
Commit message (Expand)AuthorAgeFilesLines
* test_integration: Use python-pytest-multihostPetr Viktorin2014-12-111-228/+10
* test_integration.host: Export the hostname to dict as stringPetr Viktorin2014-04-221-1/+1
* ipatests: Allow using FQDN with trailing dot as final hostnameTomas Babej2014-04-171-1/+5
* test_integration.config: Convert some text values to strPetr Viktorin2014-03-051-4/+4
* test_integration.config: Load/store from/to dictsPetr Viktorin2014-03-051-2/+35
* test_integration.config: Do not store the index in Domain and Host objectsPetr Viktorin2014-03-051-9/+12
* test_integration.config: Do not save the input environmentPetr Viktorin2014-03-051-1/+2
* test_integration: Log external hostname in Host.ldap_connectPetr Viktorin2013-12-061-1/+1
* test_integration: Support external names for hostsPetr Viktorin2013-12-061-3/+6
* ipatests: Add support for extra roles referenced by a keywordTomas Babej2013-10-311-2/+7
* ipatests: Add WinHost classTomas Babej2013-10-241-0/+19
* ipatests.test_integration.host: Add logging to ldap_connect()Petr Vobornik2013-10-031-2/+4
* test_integration: Add OpenSSHTransport, used if paramiko is not availablePetr Viktorin2013-10-031-1/+1
* test_integration.host: Move transport-related functionality to a new modulePetr Viktorin2013-10-031-205/+58
* Allow freeipa-tests to work with older paramiko versionsPetr Viktorin2013-08-131-2/+18
* test_simple_replication: Wait for replication to finish before checkingPetr Viktorin2013-07-251-0/+9
* Add install_topo to test tasksPetr Viktorin2013-07-251-1/+7
* Add more test tasksPetr Viktorin2013-07-251-2/+0
* test_integration: Add log collection to HostPetr Viktorin2013-07-251-0/+14
* Integration test config: Make it possible to specify host IPPetr Viktorin2013-07-151-14/+19
* Make BeakerLib logging less verbosePetr Viktorin2013-07-151-5/+5
* Host class improvementsPetr Viktorin2013-07-151-7/+28
* tests: Configure/unconfigure remote hostsPetr Viktorin2013-07-151-0/+14
* tests: Allow public keys for authentication to the remote machinesPetr Viktorin2013-07-151-2/+14
* Introduce a class for remote commandsPetr Viktorin2013-07-151-44/+130
* Add a framework for integration testingPetr Viktorin2013-07-151-0/+183