PCA Live Test - Minor test change
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/24ce6896 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/24ce6896 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/24ce6896 Branch: refs/heads/release-4.1.5 Commit: 24ce68969b962123f32d0a413a8563fecfb7dd43 Parents: 93a3f67 Author: Chamila de Alwis <[email protected]> Authored: Mon Nov 30 12:53:10 2015 +0530 Committer: gayangunarathne <[email protected]> Committed: Mon Dec 7 10:16:27 2015 +0000 ---------------------------------------------------------------------- .../agent/integration/tests/ADCValidationTestCase.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/24ce6896/products/python-cartridge-agent/modules/integration/test-integration/src/test/java/org/apache/stratos/python/cartridge/agent/integration/tests/ADCValidationTestCase.java ---------------------------------------------------------------------- diff --git a/products/python-cartridge-agent/modules/integration/test-integration/src/test/java/org/apache/stratos/python/cartridge/agent/integration/tests/ADCValidationTestCase.java b/products/python-cartridge-agent/modules/integration/test-integration/src/test/java/org/apache/stratos/python/cartridge/agent/integration/tests/ADCValidationTestCase.java index 5148992..45834e5 100644 --- a/products/python-cartridge-agent/modules/integration/test-integration/src/test/java/org/apache/stratos/python/cartridge/agent/integration/tests/ADCValidationTestCase.java +++ b/products/python-cartridge-agent/modules/integration/test-integration/src/test/java/org/apache/stratos/python/cartridge/agent/integration/tests/ADCValidationTestCase.java @@ -59,6 +59,11 @@ public class ADCValidationTestCase extends PythonAgentIntegrationTest { public ADCValidationTestCase() throws IOException { } + @Override + protected String getClassName() { + return this.getClass().getSimpleName(); + } + @BeforeMethod(alwaysRun = true) public void setUp() throws Exception { log.info("Setting up ADCTestCase"); @@ -75,7 +80,7 @@ public class ADCValidationTestCase extends PythonAgentIntegrationTest { tearDown(); } - @Test(timeOut = ADC_TEST_TIMEOUT, groups = {"adddddd"}) + @Test(timeOut = ADC_TEST_TIMEOUT, groups = {"smoke"}) public void testAppPathValidation(){ log.info("Testing app path validation for ADC"); startCommunicatorThread();
