diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2009-02-13 11:57:06 -0700 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2009-02-17 16:03:10 -0500 |
commit | ecc2d96ba31f8b07453c8e71018ff1e0477ef7af (patch) | |
tree | c442525148cab74eef0bcaa26a2da7f862647610 | |
parent | 7e23ee7cc625d54469e184541537b3f803b6307a (diff) | |
download | freeipa-ecc2d96ba31f8b07453c8e71018ff1e0477ef7af.tar.gz freeipa-ecc2d96ba31f8b07453c8e71018ff1e0477ef7af.tar.xz freeipa-ecc2d96ba31f8b07453c8e71018ff1e0477ef7af.zip |
Added new checks/ directory for integration tests and moved integration.py there
-rw-r--r-- | checks/README | 3 | ||||
-rwxr-xr-x | checks/integration.py (renamed from integration.py) | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/checks/README b/checks/README new file mode 100644 index 000000000..f58f9c796 --- /dev/null +++ b/checks/README @@ -0,0 +1,3 @@ +This directory is for integration tests that require a live backend (LDAP, +Certificate Server, etc.). It's named "checks" so nose wont discover tests +here diff --git a/integration.py b/checks/integration.py index 23a9498c0..23a9498c0 100755 --- a/integration.py +++ b/checks/integration.py |