novajoin/novajoin/novajoin/tests/integration
Grzegorz Grasza 01be20f981 Run pep8 tox env with python3 interpreter
This changes the pep8 environ to run pyflakes3 and
fixes python3 compatibility errors.

Change-Id: I2a57966cd60fbc54be1f07a2505ff029ab8dda41
2018-10-24 16:16:47 +02: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 Run pep8 tox env with python3 interpreter 2018-10-24 16:16:47 +02: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