PyKMIP/kmip
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
..
core Adding support for the Certificate managed object 2015-05-05 14:55:34 -04:00
demos Updating demo utilities to support creating Certificates 2015-05-07 16:51:17 -04:00
services Adding KMIP profile information to the client 2015-04-09 10:45:59 -04:00
tests Adding config argument to integration test suite 2015-05-20 12:08:59 -04:00
__init__.py PyKMIP - Release v0.0.1 2014-08-13 19:23:05 -04:00
kmipconfig.ini Adding username and password config options 2014-10-23 22:28:20 -04:00
logconfig.ini PyKMIP library version 0.0.1 2014-08-11 16:34:30 -04:00