6934: Move integration tests into separate dir.
authorTom Clegg <tom@curoverse.com>
Wed, 12 Aug 2015 20:41:38 +0000 (16:41 -0400)
committerTom Clegg <tom@curoverse.com>
Wed, 12 Aug 2015 20:41:38 +0000 (16:41 -0400)
commit3dc08cb9e6222486dcaadd50e61cad26d3200289
tree6720a6b1d43341b7730614699f083d17ce484b84
parent7671ee342c26503984616eb6a864b44070b8f6d9
6934: Move integration tests into separate dir.

Now, "python setup.py --test-suite integration_tests" will run
integration tests, and "python setup.py" won't -- regardless of
whether you are root, and what your pam config looks like.
sdk/pam/Dockerfile
sdk/pam/integration_tests/__init__.py [new file with mode: 0644]
sdk/pam/integration_tests/test_pam.py [new file with mode: 0644]
sdk/pam/tests/test_integration.py [deleted file]