Add basic testing infrastructure
authorSimo Sorce <simo@redhat.com>
Wed, 28 May 2014 22:29:39 +0000 (18:29 -0400)
committerSimo Sorce <simo@redhat.com>
Wed, 4 Jun 2014 14:26:34 +0000 (10:26 -0400)
commit54aa265915f305f688051bebf940fcbe000ddce2
tree264d97cd156097dfec011f44deca8d484ffefe3a
parentdcca975c45427c0176e882f158f816af0336ea43
Add basic testing infrastructure

make test will now run some sanity tests to make sure basic installation
procedures work in a sinthetic test environment.

Adds:
- custom httpd setup for tests
- use profiles to driver ipsilon servers and clients installation
- starts multiple httpd servers

This way we can test interaction between IDP and SP servers

Signed-off-by: Simo Sorce <simo@redhat.com>
Makefile
ipsilon/install/ipsilon-server-install
templates/install/idp.conf
tests/__init__.py [new file with mode: 0644]
tests/httpd.conf [new file with mode: 0644]
tests/tests.py [new file with mode: 0755]