PyKMIP/kmip/tests/integration/services
Peter Hamilton 6606c989fb Adding config argument to integration test suite
This change adds a pytest config argument, allowing the integration test
suite to be run with the client configured with a specific section from
the PyKMIP configuration file. A simple integration test class is added
to demonstrate how to use the client created using the config argument.

To run the integration test suite with a specific configuration, use:

$ tox -e integration -- --config <config-section>

where <config-section> is the name of the config file section to use for
the PyKMIP client.
2015-05-20 12:08:59 -04:00
..
__init__.py Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00
test_integration.py Adding config argument to integration test suite 2015-05-20 12:08:59 -04:00
test_kmip_client.py Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00