Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit e5cb8d0f authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

add user and password property for SOAPUI

parent 707bb814
Branches
Tags
No related merge requests found
......@@ -99,6 +99,8 @@
<!--If you want to execute single test case <testCase>SMP001-Create ServiceGroup-Basic Flow-Admin Service Group specified</testCase>-->
<projectProperties>
<value>url=${url}</value>
<value>SMPAdminUser=${SMPAdminUser}</value>
<value>SMPAdminPassword=${SMPAdminPassword}</value>
</projectProperties>
</configuration>
......
......@@ -29,14 +29,14 @@
<jdbc.driver>com.mysql.jdbc.Driver</jdbc.driver>
<jdbc.url>jdbc:mysql://localhost/smp</jdbc.url>
<jdbc.user>smp</jdbc.user>
<jdbc.password>smp</jdbc.password>
<jdbc.password>****</jdbc.password>
<target-database>MySQL</target-database>
<jdbc.read-connections.max>10</jdbc.read-connections.max>
<!-- jdbc.driver>oracle.jdbc.OracleDriver</jdbc.driver>
<jdbc.url>jdbc:oracle:thin:@192.168.56.102:1521/xe</jdbc.url>
<jdbc.user>smp</jdbc.user>
<jdbc.password>smp</jdbc.password>
<jdbc.password>****</jdbc.password>
<target-database>Oracle</target-database>
<jdbc.read-connections.max>10</jdbc.read-connections.max -->
</properties>
......
......@@ -15,6 +15,8 @@
<properties>
<!-- url>http://localhost:7001/smp</url -->
<url>http://localhost:8080/smp</url>
<SMPAdminUser></SMPAdminUser>
<SMPAdminPassword></SMPAdminPassword>
</properties>
<build>
......@@ -56,6 +58,8 @@
<!-- testCase>SMP079-EDELIVERY-2806-Basic Flow-BlueCote UTF8 chars</testCase -->
<projectProperties>
<value>url=${url}</value>
<value>SMPAdminUser=${SMPAdminUser}</value>
<value>SMPAdminPassword=${SMPAdminPassword}</value>
</projectProperties>
</configuration>
<dependencies>
......
This diff is collapsed.
......@@ -25,14 +25,14 @@
<jdbc.driver>com.mysql.jdbc.Driver</jdbc.driver>
<jdbc.url>jdbc:mysql://localhost/smpdbdev</jdbc.url>
<jdbc.user>smpdev</jdbc.user>
<jdbc.password>smpdev</jdbc.password>
<jdbc.password>****</jdbc.password>
<target-database>MySQL</target-database>
<jdbc.read-connections.max>10</jdbc.read-connections.max>
-->
<jdbc.driver>org.h2.Driver</jdbc.driver>
<jdbc.url>jdbc:h2:file:./target/myDb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=TRUE;AUTO_SERVER=TRUE</jdbc.url>
<jdbc.user>smp</jdbc.user>
<jdbc.password>smp</jdbc.password>
<jdbc.password>****</jdbc.password>
<hibernate.dialect>org.hibernate.dialect.H2Dialect</hibernate.dialect>
<target-database>H2</target-database>
<jdbc.read-connections.max>10</jdbc.read-connections.max>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment