trove/etc/tests/xml.localhost.test.conf
Michael Basnight d16940a1c3 Modifying tests to use the compat client
Modifies tests so they use the old style client code.
This is still exercising the actual v1.* code, it is
just accessing it via the compat module.

partially implements blueprint cli-compliance-upgrade

Change-Id: I5578525325416a28d7ab772ad0817f49ff6c6611
2013-10-08 21:07:37 -07:00

5 lines
114 B
Plaintext

{
"include-files": ["localhost.test.conf"],
"trove_client_cls": "troveclient.compat.xml.TroveXmlClient"
}