summaryrefslogtreecommitdiff
path: root/etc/tests
diff options
context:
space:
mode:
authorTim Simpson <tim.simpson@rackspace.com>2013-03-06 18:24:17 -0600
committerTim Simpson <tim.simpson@rackspace.com>2013-03-06 18:24:17 -0600
commit0fc4600e014000e461861f02e4ce4520d7bf1d94 (patch)
tree41d54310dfd86de7027667c4074be9c66ec3b00f /etc/tests
parentdc0a82131d880b3ee3d20c5dd33bbf0d6970a83e (diff)
downloadtrove-0fc4600e014000e461861f02e4ce4520d7bf1d94.tar.gz
Tests the API in XML mode.
This form of testing has been nearly available for awhile but was not turned on because it will increase the time of a full tox test run by eight seconds. However there has recently been new features which do not work at all with XML, so the time loss seems like a silly reason to not gate on this. implements blueprint test-with-xml Change-Id: I98d892bb5c1a0c16425f80a28a296c70120318c8
Diffstat (limited to 'etc/tests')
-rw-r--r--etc/tests/xml.localhost.test.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/tests/xml.localhost.test.conf b/etc/tests/xml.localhost.test.conf
new file mode 100644
index 00000000..d7590f8b
--- /dev/null
+++ b/etc/tests/xml.localhost.test.conf
@@ -0,0 +1,4 @@
+{
+ "include-files": ["localhost.test.conf"],
+ "reddwarf_client_cls": "reddwarfclient.xml.ReddwarfXmlClient"
+}