Repository: cloudstack Updated Branches: refs/heads/master 58cc56927 -> 7843a092f
adding self service tests 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/7843a092 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7843a092 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7843a092 Branch: refs/heads/master Commit: 7843a092f51569ba003132bc80f87350b66aa5bf Parents: 58cc569 Author: Abhinandan Prateek <[email protected]> Authored: Tue Apr 28 17:02:02 2015 +0530 Committer: Abhinandan Prateek <[email protected]> Committed: Tue Apr 28 17:37:05 2015 +0530 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7843a092/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index a2f88fb..854fb4f 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
