I've created an integration test suite for the CLI [1]. I started off writing the tests in java, but there were a number of issues that pushed me towards python.
I have set the tests to only run manually using the following command: mvn -P cli-test integration-test I'd like to commit this change, but wanted to get some feedback first. Many thanks, Chris --- [1] https://issues.apache.org/jira/browse/STRATOS-651