Fix stratos test typo
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/6d1bfc5e Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/6d1bfc5e Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/6d1bfc5e Branch: refs/heads/data-publisher-integration Commit: 6d1bfc5e998a426c938ba1d97f725605c16babb7 Parents: 2f66da5 Author: Akila Perera <[email protected]> Authored: Fri Aug 7 13:52:44 2015 +0530 Committer: Akila Perera <[email protected]> Committed: Fri Aug 7 13:52:44 2015 +0530 ---------------------------------------------------------------------- .../jclouds/apis/gce/1.8.1-stratos/pom.xml | 21 +- .../openstack-neutron/1.8.1-stratos/pom.xml | 268 ++++++++++--------- .../jclouds/apis/vcloud/1.8.1-stratos/pom.xml | 216 ++++++++------- products/stratos/modules/integration/pom.xml | 2 +- .../src/test/resources/stratos-testing.xml | 66 +++++ .../src/test/resources/strats-testng.xml | 66 ----- 6 files changed, 322 insertions(+), 317 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/6d1bfc5e/dependencies/jclouds/apis/gce/1.8.1-stratos/pom.xml ---------------------------------------------------------------------- diff --git a/dependencies/jclouds/apis/gce/1.8.1-stratos/pom.xml b/dependencies/jclouds/apis/gce/1.8.1-stratos/pom.xml index a6b9868..05af0a5 100644 --- a/dependencies/jclouds/apis/gce/1.8.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/gce/1.8.1-stratos/pom.xml @@ -17,7 +17,8 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.jclouds.labs</groupId> @@ -40,14 +41,15 @@ <test.google-compute-engine.credential>Private key (PKCS12 file) associated with the Google API client_id </test.google-compute-engine.credential> <test.google-compute-engine.api-version>v1</test.google-compute-engine.api-version> - <test.google-compute-engine.build-version /> - <test.google-compute-engine.template>imageId=debian-7-wheezy-v20131120,locationId=us-central1-a,minRam=2048</test.google-compute-engine.template> + <test.google-compute-engine.build-version/> + <test.google-compute-engine.template>imageId=debian-7-wheezy-v20131120,locationId=us-central1-a,minRam=2048 + </test.google-compute-engine.template> <jclouds.osgi.export>org.jclouds.googlecomputeengine*;version="${project.version}"</jclouds.osgi.export> <jclouds.osgi.import> - org.jclouds.compute.internal;version="${jclouds.version}", - org.jclouds.rest.internal;version="${jclouds.version}", - org.jclouds*;version="${jclouds.version}", - * + org.jclouds.compute.internal;version="${jclouds.version}", + org.jclouds.rest.internal;version="${jclouds.version}", + org.jclouds*;version="${jclouds.version}", + * </jclouds.osgi.import> </properties> @@ -128,7 +130,8 @@ <test.google-compute-engine.build-version> ${test.google-compute-engine.build-version} </test.google-compute-engine.build-version> - <test.google-compute-engine.template>${test.google-compute-engine.template}</test.google-compute-engine.template> + <test.google-compute-engine.template>${test.google-compute-engine.template} + </test.google-compute-engine.template> </systemPropertyVariables> </configuration> </execution> @@ -138,4 +141,4 @@ </build> </profile> </profiles> -</project> +</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/stratos/blob/6d1bfc5e/dependencies/jclouds/apis/openstack-neutron/1.8.1-stratos/pom.xml ---------------------------------------------------------------------- diff --git a/dependencies/jclouds/apis/openstack-neutron/1.8.1-stratos/pom.xml b/dependencies/jclouds/apis/openstack-neutron/1.8.1-stratos/pom.xml index 559057b..c65ab03 100644 --- a/dependencies/jclouds/apis/openstack-neutron/1.8.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/openstack-neutron/1.8.1-stratos/pom.xml @@ -17,141 +17,145 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.jclouds</groupId> - <artifactId>jclouds-project</artifactId> - <version>1.8.1</version> - </parent> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-project</artifactId> + <version>1.8.1</version> + </parent> - <!-- TODO: when out of labs, switch to org.jclouds.api --> - <groupId>org.apache.stratos</groupId> - <artifactId>openstack-neutron</artifactId> - <version>1.8.1-stratosv1-SNAPSHOT</version> - <name>jclouds openstack-neutron api</name> - <description>jclouds components to access an implementation of OpenStack Neutron</description> - <packaging>bundle</packaging> + <!-- TODO: when out of labs, switch to org.jclouds.api --> + <groupId>org.apache.stratos</groupId> + <artifactId>openstack-neutron</artifactId> + <version>1.8.1-stratosv1-SNAPSHOT</version> + <name>jclouds openstack-neutron api</name> + <description>jclouds components to access an implementation of OpenStack Neutron</description> + <packaging>bundle</packaging> - <properties> - <jclouds.version>1.8.1</jclouds.version> - <!-- keystone endpoint --> - <test.openstack-neutron.endpoint>http://localhost:5000/v2.0/</test.openstack-neutron.endpoint> - <!-- keystone version --> - <test.openstack-neutron.api-version>2.0</test.openstack-neutron.api-version> - <test.openstack-neutron.build-version /> - <test.openstack-neutron.identity>FIXME_IDENTITY</test.openstack-neutron.identity> - <test.openstack-neutron.credential>FIXME_CREDENTIALS</test.openstack-neutron.credential> - <test.jclouds.keystone.credential-type>passwordCredentials</test.jclouds.keystone.credential-type> - <jclouds.osgi.export>org.jclouds.openstack.neutron.v2*;version="${project.version}"</jclouds.osgi.export> - <jclouds.osgi.import>org.jclouds*;version="${jclouds.version}",*</jclouds.osgi.import> - </properties> + <properties> + <jclouds.version>1.8.1</jclouds.version> + <!-- keystone endpoint --> + <test.openstack-neutron.endpoint>http://localhost:5000/v2.0/</test.openstack-neutron.endpoint> + <!-- keystone version --> + <test.openstack-neutron.api-version>2.0</test.openstack-neutron.api-version> + <test.openstack-neutron.build-version/> + <test.openstack-neutron.identity>FIXME_IDENTITY</test.openstack-neutron.identity> + <test.openstack-neutron.credential>FIXME_CREDENTIALS</test.openstack-neutron.credential> + <test.jclouds.keystone.credential-type>passwordCredentials</test.jclouds.keystone.credential-type> + <jclouds.osgi.export>org.jclouds.openstack.neutron.v2*;version="${project.version}"</jclouds.osgi.export> + <jclouds.osgi.import>org.jclouds*;version="${jclouds.version}",*</jclouds.osgi.import> + </properties> - <repositories> - <repository> - <id>apache-snapshots</id> - <url>https://repository.apache.org/content/repositories/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> + <repositories> + <repository> + <id>apache-snapshots</id> + <url>https://repository.apache.org/content/repositories/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + </repositories> - <!-- For modernizer, which depends on jclouds-resources snapshot. --> - <pluginRepositories> - <pluginRepository> - <id>apache-snapshots</id> - <url>https://repository.apache.org/content/repositories/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </pluginRepository> - </pluginRepositories> + <!-- For modernizer, which depends on jclouds-resources snapshot. --> + <pluginRepositories> + <pluginRepository> + <id>apache-snapshots</id> + <url>https://repository.apache.org/content/repositories/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </pluginRepository> + </pluginRepositories> - <dependencies> - <dependency> - <groupId>org.apache.jclouds.api</groupId> - <artifactId>openstack-keystone</artifactId> - <version>${jclouds.version}</version> - </dependency> - <dependency> - <groupId>org.apache.jclouds</groupId> - <artifactId>jclouds-core</artifactId> - <version>${jclouds.version}</version> - </dependency> - <dependency> - <groupId>org.apache.jclouds</groupId> - <artifactId>jclouds-core</artifactId> - <version>${jclouds.version}</version> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.jclouds.api</groupId> - <artifactId>openstack-keystone</artifactId> - <version>${jclouds.version}</version> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.jclouds.driver</groupId> - <artifactId>jclouds-slf4j</artifactId> - <version>${jclouds.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>com.squareup.okhttp</groupId> - <artifactId>mockwebserver</artifactId> - <scope>test</scope> - </dependency> - </dependencies> + <dependencies> + <dependency> + <groupId>org.apache.jclouds.api</groupId> + <artifactId>openstack-keystone</artifactId> + <version>${jclouds.version}</version> + </dependency> + <dependency> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-core</artifactId> + <version>${jclouds.version}</version> + </dependency> + <dependency> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-core</artifactId> + <version>${jclouds.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.jclouds.api</groupId> + <artifactId>openstack-keystone</artifactId> + <version>${jclouds.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.jclouds.driver</groupId> + <artifactId>jclouds-slf4j</artifactId> + <version>${jclouds.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>com.squareup.okhttp</groupId> + <artifactId>mockwebserver</artifactId> + <scope>test</scope> + </dependency> + </dependencies> - <profiles> - <profile> - <id>live</id> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <executions> - <execution> - <id>integration</id> - <phase>integration-test</phase> - <goals> - <goal>test</goal> - </goals> - <configuration> - <systemPropertyVariables> - <test.openstack-neutron.endpoint>${test.openstack-neutron.endpoint}</test.openstack-neutron.endpoint> - <test.openstack-neutron.api-version>${test.openstack-neutron.api-version}</test.openstack-neutron.api-version> - <test.openstack-neutron.build-version>${test.openstack-neutron.build-version}</test.openstack-neutron.build-version> - <test.openstack-neutron.identity>${test.openstack-neutron.identity}</test.openstack-neutron.identity> - <test.openstack-neutron.credential>${test.openstack-neutron.credential}</test.openstack-neutron.credential> - <test.jclouds.keystone.credential-type>${test.jclouds.keystone.credential-type}</test.jclouds.keystone.credential-type> - </systemPropertyVariables> - <parallel>classes</parallel> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> - - <scm> - <tag>jclouds-labs-openstack-1.8.1-rc1</tag> - </scm> -</project> + <profiles> + <profile> + <id>live</id> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <executions> + <execution> + <id>integration</id> + <phase>integration-test</phase> + <goals> + <goal>test</goal> + </goals> + <configuration> + <systemPropertyVariables> + <test.openstack-neutron.endpoint>${test.openstack-neutron.endpoint} + </test.openstack-neutron.endpoint> + <test.openstack-neutron.api-version>${test.openstack-neutron.api-version} + </test.openstack-neutron.api-version> + <test.openstack-neutron.build-version>${test.openstack-neutron.build-version} + </test.openstack-neutron.build-version> + <test.openstack-neutron.identity>${test.openstack-neutron.identity} + </test.openstack-neutron.identity> + <test.openstack-neutron.credential>${test.openstack-neutron.credential} + </test.openstack-neutron.credential> + <test.jclouds.keystone.credential-type> + ${test.jclouds.keystone.credential-type} + </test.jclouds.keystone.credential-type> + </systemPropertyVariables> + <parallel>classes</parallel> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + </profiles> +</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/stratos/blob/6d1bfc5e/dependencies/jclouds/apis/vcloud/1.8.1-stratos/pom.xml ---------------------------------------------------------------------- diff --git a/dependencies/jclouds/apis/vcloud/1.8.1-stratos/pom.xml b/dependencies/jclouds/apis/vcloud/1.8.1-stratos/pom.xml index 063114d..b7ee83a 100644 --- a/dependencies/jclouds/apis/vcloud/1.8.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/vcloud/1.8.1-stratos/pom.xml @@ -17,115 +17,113 @@ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.jclouds</groupId> - <artifactId>jclouds-project</artifactId> - <version>1.8.1</version> - </parent> - <groupId>org.apache.stratos</groupId> - <artifactId>vcloud</artifactId> - <version>1.8.1-stratosv1-SNAPSHOT</version> - <name>jclouds vcloud api</name> - <description>jclouds components to access an implementation of VMWare vCloud</description> - <packaging>bundle</packaging> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-project</artifactId> + <version>1.8.1</version> + </parent> + <groupId>org.apache.stratos</groupId> + <artifactId>vcloud</artifactId> + <version>1.8.1-stratosv1-SNAPSHOT</version> + <name>jclouds vcloud api</name> + <description>jclouds components to access an implementation of VMWare vCloud</description> + <packaging>bundle</packaging> - <properties> - <jclouds.version>1.8.1</jclouds.version> - <test.vcloud.endpoint>FIXME_ENDPOINT</test.vcloud.endpoint> - <test.vcloud.api-version>1.0</test.vcloud.api-version> - <test.vcloud.build-version /> - <test.vcloud.identity>FIXME_IDENTITY</test.vcloud.identity> - <test.vcloud.credential>FIXME_CREDENTIAL</test.vcloud.credential> - <test.vcloud.template /> - <jclouds.osgi.export>org.jclouds.vcloud*;version="${project.version}"</jclouds.osgi.export> - <jclouds.osgi.import> - org.jclouds.compute.internal;version="${jclouds.version}", - org.jclouds.rest.internal;version="${jclouds.version}", - org.jclouds*;version="${jclouds.version}", - * - </jclouds.osgi.import> - </properties> + <properties> + <jclouds.version>1.8.1</jclouds.version> + <test.vcloud.endpoint>FIXME_ENDPOINT</test.vcloud.endpoint> + <test.vcloud.api-version>1.0</test.vcloud.api-version> + <test.vcloud.build-version/> + <test.vcloud.identity>FIXME_IDENTITY</test.vcloud.identity> + <test.vcloud.credential>FIXME_CREDENTIAL</test.vcloud.credential> + <test.vcloud.template/> + <jclouds.osgi.export>org.jclouds.vcloud*;version="${project.version}"</jclouds.osgi.export> + <jclouds.osgi.import> + org.jclouds.compute.internal;version="${jclouds.version}", + org.jclouds.rest.internal;version="${jclouds.version}", + org.jclouds*;version="${jclouds.version}", + * + </jclouds.osgi.import> + </properties> - <dependencies> - <dependency> - <groupId>com.jamesmurty.utils</groupId> - <artifactId>java-xmlbuilder</artifactId> - <version>0.4</version> - </dependency> - <dependency> - <groupId>org.apache.jclouds</groupId> - <artifactId>jclouds-core</artifactId> - <version>${jclouds.version}</version> - </dependency> - <dependency> - <groupId>org.apache.jclouds</groupId> - <artifactId>jclouds-core</artifactId> - <version>${jclouds.version}</version> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.jclouds</groupId> - <artifactId>jclouds-compute</artifactId> - <version>${jclouds.version}</version> - </dependency> - <dependency> - <groupId>org.apache.jclouds</groupId> - <artifactId>jclouds-compute</artifactId> - <version>${jclouds.version}</version> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.jclouds.driver</groupId> - <artifactId>jclouds-sshj</artifactId> - <version>${jclouds.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.jclouds.driver</groupId> - <artifactId>jclouds-log4j</artifactId> - <version>${jclouds.version}</version> - <scope>test</scope> - </dependency> - </dependencies> + <dependencies> + <dependency> + <groupId>com.jamesmurty.utils</groupId> + <artifactId>java-xmlbuilder</artifactId> + <version>0.4</version> + </dependency> + <dependency> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-core</artifactId> + <version>${jclouds.version}</version> + </dependency> + <dependency> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-core</artifactId> + <version>${jclouds.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-compute</artifactId> + <version>${jclouds.version}</version> + </dependency> + <dependency> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-compute</artifactId> + <version>${jclouds.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.jclouds.driver</groupId> + <artifactId>jclouds-sshj</artifactId> + <version>${jclouds.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.jclouds.driver</groupId> + <artifactId>jclouds-log4j</artifactId> + <version>${jclouds.version}</version> + <scope>test</scope> + </dependency> + </dependencies> - <profiles> - <profile> - <id>live</id> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <executions> - <execution> - <id>integration</id> - <phase>integration-test</phase> - <goals> - <goal>test</goal> - </goals> - <configuration> - <systemPropertyVariables> - <test.vcloud.endpoint>${test.vcloud.endpoint}</test.vcloud.endpoint> - <test.vcloud.api-version>${test.vcloud.api-version}</test.vcloud.api-version> - <test.vcloud.build-version>${test.vcloud.build-version}</test.vcloud.build-version> - <test.vcloud.identity>${test.vcloud.identity}</test.vcloud.identity> - <test.vcloud.credential>${test.vcloud.credential}</test.vcloud.credential> - <test.vcloud.template>${test.vcloud.template}</test.vcloud.template> - </systemPropertyVariables> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> - - <scm> - <tag>4.1.1-SNAPSHOT</tag> - </scm> -</project> + <profiles> + <profile> + <id>live</id> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <executions> + <execution> + <id>integration</id> + <phase>integration-test</phase> + <goals> + <goal>test</goal> + </goals> + <configuration> + <systemPropertyVariables> + <test.vcloud.endpoint>${test.vcloud.endpoint}</test.vcloud.endpoint> + <test.vcloud.api-version>${test.vcloud.api-version}</test.vcloud.api-version> + <test.vcloud.build-version>${test.vcloud.build-version} + </test.vcloud.build-version> + <test.vcloud.identity>${test.vcloud.identity}</test.vcloud.identity> + <test.vcloud.credential>${test.vcloud.credential}</test.vcloud.credential> + <test.vcloud.template>${test.vcloud.template}</test.vcloud.template> + </systemPropertyVariables> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + </profiles> +</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/stratos/blob/6d1bfc5e/products/stratos/modules/integration/pom.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/integration/pom.xml b/products/stratos/modules/integration/pom.xml index 1e0d1f5..ced41a0 100755 --- a/products/stratos/modules/integration/pom.xml +++ b/products/stratos/modules/integration/pom.xml @@ -118,7 +118,7 @@ <emma.home>${basedir}/target/emma</emma.home> </systemProperties> <suiteXmlFiles> - <suiteXmlFile>src/test/resources/strats-testng.xml</suiteXmlFile> + <suiteXmlFile>src/test/resources/stratos-testing.xml</suiteXmlFile> </suiteXmlFiles> <workingDirectory>${basedir}/target</workingDirectory> </configuration> http://git-wip-us.apache.org/repos/asf/stratos/blob/6d1bfc5e/products/stratos/modules/integration/src/test/resources/stratos-testing.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/integration/src/test/resources/stratos-testing.xml b/products/stratos/modules/integration/src/test/resources/stratos-testing.xml new file mode 100644 index 0000000..356b5ec --- /dev/null +++ b/products/stratos/modules/integration/src/test/resources/stratos-testing.xml @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> + +<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" > + +<suite name="StratosIntegrationSuite"> + + <test name="CartridgeTest"> + <classes> + <class name="org.apache.stratos.integration.tests.group.CartridgeTest" /> + </classes> + </test> + <test name="CartridgeGroupTest"> + <classes> + <class name="org.apache.stratos.integration.tests.group.CartridgeGroupTest" /> + </classes> + </test> + <test name="NetworkPartitionTest"> + <classes> + <class name="org.apache.stratos.integration.tests.policies.NetworkPartitionTest" /> + </classes> + </test> + <test name="ApplicationPolicyTest"> + <classes> + <class name="org.apache.stratos.integration.tests.policies.ApplicationPolicyTest" /> + </classes> + </test> + <test name="DeploymentPolicyTest"> + <classes> + <class name="org.apache.stratos.integration.tests.policies.DeploymentPolicyTest" /> + </classes> + </test> + <test name="AutoscalingPolicyTest"> + <classes> + <class name="org.apache.stratos.integration.tests.policies.AutoscalingPolicyTest" /> + </classes> + </test> + <test name="SampleApplicationsTest"> + <classes> + <class name="org.apache.stratos.integration.tests.application.SampleApplicationsTest" /> + </classes> + </test> + <test name="ApplicationBurstingTest"> + <classes> + <class name="org.apache.stratos.integration.tests.application.ApplicationBurstingTest" /> + </classes> + </test> + +</suite> http://git-wip-us.apache.org/repos/asf/stratos/blob/6d1bfc5e/products/stratos/modules/integration/src/test/resources/strats-testng.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/integration/src/test/resources/strats-testng.xml b/products/stratos/modules/integration/src/test/resources/strats-testng.xml deleted file mode 100644 index 356b5ec..0000000 --- a/products/stratos/modules/integration/src/test/resources/strats-testng.xml +++ /dev/null @@ -1,66 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF licenses this file - ~ to you under the Apache License, Version 2.0 (the - ~ "License"); you may not use this file except in compliance - ~ with the License. You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, - ~ software distributed under the License is distributed on an - ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - ~ KIND, either express or implied. See the License for the - ~ specific language governing permissions and limitations - ~ under the License. - --> - -<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" > - -<suite name="StratosIntegrationSuite"> - - <test name="CartridgeTest"> - <classes> - <class name="org.apache.stratos.integration.tests.group.CartridgeTest" /> - </classes> - </test> - <test name="CartridgeGroupTest"> - <classes> - <class name="org.apache.stratos.integration.tests.group.CartridgeGroupTest" /> - </classes> - </test> - <test name="NetworkPartitionTest"> - <classes> - <class name="org.apache.stratos.integration.tests.policies.NetworkPartitionTest" /> - </classes> - </test> - <test name="ApplicationPolicyTest"> - <classes> - <class name="org.apache.stratos.integration.tests.policies.ApplicationPolicyTest" /> - </classes> - </test> - <test name="DeploymentPolicyTest"> - <classes> - <class name="org.apache.stratos.integration.tests.policies.DeploymentPolicyTest" /> - </classes> - </test> - <test name="AutoscalingPolicyTest"> - <classes> - <class name="org.apache.stratos.integration.tests.policies.AutoscalingPolicyTest" /> - </classes> - </test> - <test name="SampleApplicationsTest"> - <classes> - <class name="org.apache.stratos.integration.tests.application.SampleApplicationsTest" /> - </classes> - </test> - <test name="ApplicationBurstingTest"> - <classes> - <class name="org.apache.stratos.integration.tests.application.ApplicationBurstingTest" /> - </classes> - </test> - -</suite>
