Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/89440709 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/89440709 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/89440709 Branch: refs/heads/master Commit: 894407092a446dbd9e741b504ae44cfe0c12e5d9 Parents: 837a3c2 88b95b0 Author: Isuru <[email protected]> Authored: Mon Dec 23 11:30:05 2013 +0530 Committer: Isuru <[email protected]> Committed: Mon Dec 23 11:30:05 2013 +0530 ---------------------------------------------------------------------- .../cli/commands/AutoscalePolicyCommand.java | 18 ++ .../cli/commands/DeploymentPolicyCommand.java | 18 ++ .../processor/MessageProcessorChain.java | 8 +- products/autoscaler/modules/integration/pom.xml | 212 +++++++++++++++++++ .../autoscaler/integration/TopicPublisher.java | 101 +++++++++ .../tests/AutoscalerTestServerManager.java | 100 +++++++++ .../integration/tests/LoginLogoutTestCase.java | 49 +++++ .../tests/SecurityVerificationTestCase.java | 27 +++ .../tests/TopologyEventsPublisherTestCase.java | 122 +++++++++++ .../src/test/resources/automation.properties | 116 ++++++++++ .../src/test/resources/jndi.properties | 5 + .../src/test/resources/keys/wso2carbon.jks | Bin 0 -> 33260 bytes .../integration/src/test/resources/testng.xml | 33 +++ .../dbscripts/stratos_mysql.sql | 21 +- .../resources/stratos_foundation.sql | 18 ++ 15 files changed, 844 insertions(+), 4 deletions(-) ----------------------------------------------------------------------
