mirror of
https://github.com/openkmip/pykmip
synced 2025-12-21 02:33:33 +00:00
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.