Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit f36e3f4

Browse files
author
Sajith
committed
Change thrift client config file to fix failing tests
1 parent 581d345 commit f36e3f4

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

products/stratos/modules/integration/test-integration/src/test/resources/common/thrift-client-config.xml

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,24 @@
2020

2121
<!-- Apache thrift client configuration for publishing statistics to WSO2 CEP and WSO2 DAS -->
2222
<thriftClientConfiguration>
23-
<config>
24-
<name>cep</name>
25-
<statsPublisherEnabled>true</statsPublisherEnabled>
26-
<username>admin</username>
27-
<password>admin</password>
28-
<ip>localhost</ip>
29-
<port>THRIFT_DYNAMIC_PORT</port>
30-
</config>
31-
<config>
32-
<name>das</name>
33-
<statsPublisherEnabled>false</statsPublisherEnabled>
34-
<username>admin</username>
35-
<password>admin</password>
36-
<ip>localhost</ip>
37-
<port>7612</port>
23+
<config>
24+
<cep>
25+
<node id="node-01">
26+
<statsPublisherEnabled>true</statsPublisherEnabled>
27+
<username>admin</username>
28+
<password>admin</password>
29+
<ip>localhost</ip>
30+
<port>THRIFT_DYNAMIC_PORT</port>
31+
</node>
32+
</cep>
33+
<das>
34+
<node id="node-01">
35+
<statsPublisherEnabled>false</statsPublisherEnabled>
36+
<username>admin</username>
37+
<password>admin</password>
38+
<ip>localhost</ip>
39+
<port>7612</port>
40+
</node>
41+
</das>
3842
</config>
3943
</thriftClientConfiguration>

0 commit comments

Comments
 (0)