From 2136b61fb32af1ab519334bba54056faf450bb5b Mon Sep 17 00:00:00 2001 From: xg353y Date: Tue, 14 Feb 2017 11:44:27 +0100 Subject: Update SoapUI tests for APIH Infra Adding more failure test cases in the APIH Infra SoapUI file. Update the necessarily file to expose arquillian mariadb port and download mariadb driver so that it could be used in SoapUI test cases. Change-Id: I9c3028128530878b432b521aebd0993f1c9e7dd5 Signed-off-by: xg353y --- packages/arquillian-unit-tests/pom.xml | 82 +++++++++++++++++----------------- 1 file changed, 41 insertions(+), 41 deletions(-) (limited to 'packages/arquillian-unit-tests/pom.xml') diff --git a/packages/arquillian-unit-tests/pom.xml b/packages/arquillian-unit-tests/pom.xml index 7468f45f63..7302d0d058 100644 --- a/packages/arquillian-unit-tests/pom.xml +++ b/packages/arquillian-unit-tests/pom.xml @@ -12,7 +12,7 @@ arquillian-unit-tests jar - + default-tests @@ -25,10 +25,10 @@ ${project.version} - + - - + + @@ -38,19 +38,19 @@ import pom - + org.jboss.spec jboss-javaee-6.0 3.0.2.Final pom import - + - + - - + + @@ -82,28 +82,28 @@ 7.2.0.Final test --> - + org.wildfly.arquillian wildfly-arquillian-container-remote 1.1.0.Final test - + org.jboss.remoting jboss-remoting 4.0.9.Final test - + org.jboss.logging jboss-logging 3.2.1.Final test - + org.jboss.arquillian.protocol arquillian-protocol-servlet @@ -117,8 +117,8 @@ runtime pom - - + + org.arquillian.cube arquillian-cube-openshift-parent @@ -132,14 +132,14 @@ 1.0.0.Alpha15 test - + - + @@ -193,7 +193,7 @@ - + commons-codec commons-codec @@ -201,26 +201,26 @@ jar test - + org.seleniumhq.selenium selenium-java - 2.45.0 - test - + 2.45.0 + test + org.seleniumhq.selenium selenium-firefox-driver 2.45.0 test - + org.seleniumhq.selenium selenium-server - 2.45.0 - test + 2.45.0 + test - + org.apache.httpcomponents httpclient @@ -229,7 +229,7 @@ org.apache.httpcomponents httpcore - + org.openecomp.mso asdc-controller @@ -237,7 +237,7 @@ test classes - + - + org.mockito mockito-all 1.10.19 test - + org.openecomp.sdc sdc-distribution-client 0.9.0 test - + org.openecomp.mso mso-catalog-db @@ -271,7 +271,7 @@ org.apache.jmeter ApacheJMeter_core 2.13 - + test @@ -284,12 +284,12 @@ - + org.apache.jmeter ApacheJMeter_http 2.13 - + test @@ -302,12 +302,12 @@ - + org.apache.jmeter ApacheJMeter_jdbc 2.13 - + test @@ -320,7 +320,7 @@ - + @@ -347,12 +347,12 @@ project.properties['docker.host.truncated']="127.0.0.1"; project.properties['docker.host']="unix:///var/run/docker.sock" } - + if ( project.properties['mso.project.version'].endsWith("-SNAPSHOT") ) { project.properties['mso.version']="latest"; } else { project.properties['mso.version']=project.properties['mso.project.version']; - } + } @@ -372,9 +372,9 @@ - + - + ${container-to-start} ${project.build.directory} ${docker.host} -- cgit 1.2.3-korg