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/e40f2544 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/e40f2544 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/e40f2544 Branch: refs/heads/stratos-4.1.x Commit: e40f25443b10d40700fb50e02cf07c36c68f276e Parents: 7d35754 Author: Chamila de Alwis <[email protected]> Authored: Mon Nov 30 12:53:10 2015 +0530 Committer: Chamila de Alwis <[email protected]> Committed: Mon Nov 30 19:13:56 2015 +0530 ---------------------------------------------------------------------- .../agent/integration/tests/ADCValidationTestCase.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/e40f2544/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();
