summaryrefslogtreecommitdiff
path: root/java/systests/etc/config-systests.json
diff options
context:
space:
mode:
Diffstat (limited to 'java/systests/etc/config-systests.json')
-rw-r--r--java/systests/etc/config-systests.json14
1 files changed, 12 insertions, 2 deletions
diff --git a/java/systests/etc/config-systests.json b/java/systests/etc/config-systests.json
index 3ef4fa40f8..fa5e7f7724 100644
--- a/java/systests/etc/config-systests.json
+++ b/java/systests/etc/config-systests.json
@@ -21,7 +21,7 @@
{
"name": "Broker",
"defaultVirtualHost" : "test",
- "modelVersion": "2.0",
+ "modelVersion": "2.1",
"authenticationproviders" : [ {
"name" : "plain",
"type" : "PlainPasswordFile",
@@ -41,7 +41,17 @@
"name" : "amqp",
"authenticationProvider" : "plain",
"port" : "${test.port}",
- "protocols" : "${test.amqp_port_protocols}"
+ "protocols" : "${test.amqp_port_protocols}",
+ "virtualhostaliases" : [ {
+ "name" : "nameAlias",
+ "type" : "nameAlias"
+ }, {
+ "name" : "defaultAlias",
+ "type" : "defaultAlias"
+ }, {
+ "name" : "hostnameAlias",
+ "type" : "hostnameAlias"
+ } ]
}, {
"name" : "http",
"authenticationProvider" : "plain",