Merge pull request #1755 from shapeblue/4.9-component-tests CLOUDSTACK-9584: run component tests in Travis runThis would run additional component tests in Travis run.
* pr/1755: CLOUDSTACK-9584: run component tests in Travis run Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fd6833b9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fd6833b9 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fd6833b9 Branch: refs/heads/master Commit: fd6833b9cb331429a3b0dccfe178717f06dad46a Parents: bc846b1 7a96d32 Author: Rohit Yadav <[email protected]> Authored: Mon Nov 28 16:00:59 2016 +0530 Committer: Rohit Yadav <[email protected]> Committed: Mon Nov 28 16:01:04 2016 +0530 ---------------------------------------------------------------------- .travis.yml | 136 +++++++++++++--- developer/developer-prefill.sql | 12 +- setup/dev/advanced.cfg | 12 +- .../smoke/test_outofbandmanagement.py | 124 ++++++++------- test/integration/smoke/test_regions.py | 2 +- tools/travis/after_failure.sh | 1 + tools/travis/after_script.sh | 21 --- tools/travis/before_install.sh | 58 ------- tools/travis/before_script.sh | 19 +-- tools/travis/downloadDeps.sh | 158 ------------------- tools/travis/install.sh | 24 +-- tools/travis/script.sh | 14 -- tools/travis/xunit-reader.py | 4 +- 13 files changed, 206 insertions(+), 379 deletions(-) ----------------------------------------------------------------------
