PyKMIP/kmip/tests/unit/services
Peter Hamilton 2e6384a067 Add server support for customizing the backend storage file
This change updates the server, adding in support for customizing
the backend storage file used to store all server data. The server
currently uses a simple SQLite database for storage. Prior versions
of the server kept this database file in /tmp, to emphasize the
testing focus of the server. This change loosens that restriction,
now allowing users to customize where the database file lives. A
new configuration option, 'database_path', has been added that will
override the default /tmp location for the database file. This
value can also be passed in if invoking the server via script using
the '-d' flag.
2018-04-16 14:14:10 -04:00
..
server Add server support for customizing the backend storage file 2018-04-16 14:14:10 -04:00
__init__.py Reorganizing test suite and updating tox configuration 2015-05-14 13:13:10 -04:00
test_auth.py Adding custom TLS cipher suite config option 2017-09-20 11:40:52 -04:00
test_kmip_client.py Add Rekey support to the KMIPProxy client 2018-04-15 16:45:53 -04:00
test_kmip_protocol.py services/server: use EOF exception ... 2016-02-23 12:51:40 +01:00