You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2015/05/07 16:04:55 UTC

[17/50] [abbrv] git commit: updated refs/heads/master to 1c408de

adding simulator test to increase coverage


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9ccfc381
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9ccfc381
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9ccfc381

Branch: refs/heads/master
Commit: 9ccfc381e5c3a22e43eda0487d04e8a613df9975
Parents: ea7fd37
Author: Abhinandan Prateek <ab...@shapeblue.com>
Authored: Tue Apr 28 17:02:02 2015 +0530
Committer: Abhinandan Prateek <ab...@shapeblue.com>
Committed: Tue Apr 28 17:02:02 2015 +0530

----------------------------------------------------------------------
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9ccfc381/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 0632de0..e726b1e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,6 +32,8 @@ env:
 - TESTS="smoke/test_volumes smoke/test_vpc_vpn smoke/misc/test_deploy_vm smoke/test_vm_life_cycle"
 - TESTS="component/test_acl_isolatednetwork_delete component/test_acl_isolatednetwork component/test_acl_isolatednetwork component/test_acl_listsnapshot"
 - TESTS="component/test_acl_listvm component/test_acl_listvolume component/test_acl_sharednetwork_deployVM-impersonation component/test_acl_sharednetwork"
+- TESTS="component/test_regions_accounts component/test_resource_limits component/test_snapshots component/test_usage component/test_volumes component/test_vpc"
+- TESTS="component/test_vpc_network component/test_vpc_network_lbrules component/test_vpc_offerings component/test_vpc_routers component/test_vpc_vms_deployment"
 before_install: travis_wait 30 ./tools/travis/before_install.sh
 install: ./tools/travis/install.sh
 before_script: travis_wait 30 ./tools/travis/before_script.sh