novajoin/novajoin/novajoin/tests/integration
Ade Lee b74cae51e3 Fix novajoin-ipa-setup to set logging correctly
In freeipa f62a0fdb904d2a4bb1961847e240dbb6df3b0b67 the IPA
client library was modified to remove the log_manager.  This patch
fixes the novajoin code for all versions of IPA.

See rhbz# 1644747

Co-Authored-By: Juan Antonio Osorio Robles <jaosorior@redhat.com>
Co-Authored-By: Grzegorz Grasza <xek@redhat.com>
Change-Id: I2da12bedfc8790ebd1005c98f2e05953d127b3b9
2018-11-04 11:39:59 +01:00
..
README Refactor the connection code to be more robust 2017-02-01 10:30:22 -05:00
krb5.conf Refactor the connection code to be more robust 2017-02-01 10:30:22 -05:00
test_ipa.py Fix novajoin-ipa-setup to set logging correctly 2018-11-04 11:39:59 +01:00

README

Currently this test needs to be executed against a live installation with a copy
of the novajoin keytab in /tmp/test.keytab.

A new krb5.conf is included which will force the default ticket lifetime to 1 minute
and time.sleep(60) is used to ensure an expiration will happen.

I execute it as: nosetests -v novajoin/tests/integration/test_ipa.py