Skip to content

Commit

Permalink
Fix remote performance smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Diesler committed Jul 25, 2011
1 parent cf62fb1 commit 12fb77f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions testsuite/performance/src/test/resources/arquillian-remote.xml
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<arquillian xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://jboss.org/schema/arquillian"
xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd">

<container qualifier="osgi" default="true">
<configuration>
<property name="host">127.0.0.1</property>
<property name="port">1090</property>
<property name="urlPath">jmxrmi</property>
</configuration>
<protocol type="jmx-osgi">
<property name="executionType">REMOTE</property>
</protocol>
</container>
</arquillian>

0 comments on commit 12fb77f

Please sign in to comment.