corda/.idea/runConfigurations/HA_Testing.xml
Viktor Kolomeyko 9ec7e7f4c8
ENT-1396: First stub on Node HA testing facility. (#856)
* ENT-1396: Skeleton of HA testing project

* ENT-1396: Tidy-up arguments parsing and introduce ScenarioRunner.

* ENT-1396: More changes for ScenarioRunner.

* ENT-1396: Further changes.

* ENT-1396: Further changes.

* ENT-1396: Improve logging.

* ENT-1396: Add TODO comments to indicate what is going to be done in the future.
2018-05-21 09:36:14 +01:00

13 lines
881 B
XML

<component name="ProjectRunConfigurationManager">
<configuration default="false" name="HA Testing" type="JetRunConfigurationType" factoryName="Kotlin">
<module name="ha-testing_main" />
<option name="VM_PARAMETERS" value="-Dlog4j2.debug=true" />
<option name="PROGRAM_PARAMETERS" value="--haNodeRpcAddress 52.174.253.60:10003 --haNodeRpcUserName corda --haNodeRpcPassword corda_is_awesome --normalNodeRpcAddress ha-testing-vm-d.westeurope.cloudapp.azure.com:10013 --normalNodeRpcUserName corda --normalNodeRpcPassword corda_is_awesome" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
<option name="ALTERNATIVE_JRE_PATH" />
<option name="PASS_PARENT_ENVS" value="true" />
<option name="MAIN_CLASS_NAME" value="net.corda.haTesting.MainKt" />
<option name="WORKING_DIRECTORY" value="" />
<method />
</configuration>
</component>