Add initial test framework
authorSimo Sorce <simo@redhat.com>
Tue, 23 Jun 2015 00:57:26 +0000 (20:57 -0400)
committerSimo Sorce <simo@redhat.com>
Tue, 23 Jun 2015 00:57:26 +0000 (20:57 -0400)
commit66d6bdf31f897f460bae7b9d919b3f02b48e7ef1
tree7f37f82083ccf64e0b1d2e177d375ac553c76180
parenta0cfc1b357998166773d3da36c1fe98ad0ea7d94
Add initial test framework

Requires various python packages nd the cwrap project's scoket_wrapper
and nss_wrapper tools, as well as the krb5kdc and the httpd server and
related modules (like mod_session).

Signed-off-by: Simo Sorce <simo@redhat.com>
tests/httpd.conf [new file with mode: 0644]
tests/index.html [new file with mode: 0644]
tests/magtests.py [new file with mode: 0755]
tests/t_spnego.py [new file with mode: 0755]