You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2016/11/28 10:45:23 UTC

[2/2] git commit: updated refs/heads/4.9 to fd6833b

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 <ro...@shapeblue.com>


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/4.9
Commit: fd6833b9cb331429a3b0dccfe178717f06dad46a
Parents: bc846b1 7a96d32
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Mon Nov 28 16:00:59 2016 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
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(-)
----------------------------------------------------------------------