Repository: stratos Updated Branches: refs/heads/stratos-4.1.x d5eb495d1 -> ff86b3617
Update the group of the iaas related test cases Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/ff86b361 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/ff86b361 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/ff86b361 Branch: refs/heads/stratos-4.1.x Commit: ff86b3617b724d02d17628996017127ae60b204d Parents: d5eb495 Author: gayangunarathne <[email protected]> Authored: Tue Nov 24 18:01:19 2015 +0530 Committer: gayangunarathne <[email protected]> Committed: Tue Nov 24 18:01:41 2015 +0530 ---------------------------------------------------------------------- .../integration/tests/iaas/IaaSProviderTestCase.java | 14 +++++++------- .../tests/iaas/IaasProviderAttributeTestCase.java | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/ff86b361/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/iaas/IaaSProviderTestCase.java ---------------------------------------------------------------------- diff --git a/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/iaas/IaaSProviderTestCase.java b/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/iaas/IaaSProviderTestCase.java index 5112806..ba4a3f6 100644 --- a/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/iaas/IaaSProviderTestCase.java +++ b/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/iaas/IaaSProviderTestCase.java @@ -19,18 +19,18 @@ package org.apache.stratos.integration.tests.iaas; +import org.apache.stratos.common.beans.IaasProviderInfoBean; +import org.apache.stratos.integration.tests.StratosIntegrationTest; +import org.testng.annotations.Test; + +import java.util.List; + import static org.hamcrest.CoreMatchers.containsString; import static org.hamcrest.CoreMatchers.either; import static org.junit.Assert.assertThat; import static org.testng.Assert.assertNotNull; import static org.testng.AssertJUnit.assertTrue; -import java.util.List; - -import org.apache.stratos.common.beans.IaasProviderInfoBean; -import org.apache.stratos.integration.tests.StratosIntegrationTest; -import org.testng.annotations.Test; - /** * IaaS provider related test cases */ @@ -38,7 +38,7 @@ public class IaaSProviderTestCase extends StratosIntegrationTest { private static final String RESOURCES_PATH = "/api"; private static final String IDENTIFIER = "/iaasProviders"; - @Test(timeOut = APPLICATION_TEST_TIMEOUT, groups = {"iaas"}) + @Test(timeOut = APPLICATION_TEST_TIMEOUT, groups = {"stratos.cartridge.iaas"}) public void testListIaaSProviders() throws Exception { assertTrue(true); http://git-wip-us.apache.org/repos/asf/stratos/blob/ff86b361/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/iaas/IaasProviderAttributeTestCase.java ---------------------------------------------------------------------- diff --git a/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/iaas/IaasProviderAttributeTestCase.java b/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/iaas/IaasProviderAttributeTestCase.java index cd604ec..3b54e97 100644 --- a/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/iaas/IaasProviderAttributeTestCase.java +++ b/products/stratos/modules/integration/test-integration/src/test/java/org/apache/stratos/integration/tests/iaas/IaasProviderAttributeTestCase.java @@ -60,7 +60,7 @@ public class IaasProviderAttributeTestCase extends StratosIntegrationTest { serverLogClient = new ServerLogClient(stratosSecuredBackendURL + "/services/", adminUsername, adminPassword); } - @Test(timeOut = GLOBAL_TEST_TIMEOUT, groups = {"stratos.cartridge.iaas.attributes", "all"}) + @Test(timeOut = GLOBAL_TEST_TIMEOUT, groups = {"stratos.cartridge.iaas", "all"}) public void testIaasProviderAttributes () throws Exception { // add autoscaling policy
