Repository: cloudstack Updated Branches: refs/heads/4.5 4334c446b -> 0e7975d4d
CLOUDSTACK-8429: removed duplicate test and replaced with some more limit checks Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0e7975d4 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0e7975d4 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0e7975d4 Branch: refs/heads/4.5 Commit: 0e7975d4d6bfdc56e04668fa41b0757de8494e82 Parents: 4334c44 Author: Abhinandan Prateek <abhinandan.prat...@shapeblue.com> Authored: Thu Apr 30 10:36:12 2015 +0530 Committer: Abhinandan Prateek <abhinandan.prat...@shapeblue.com> Committed: Thu Apr 30 10:36:12 2015 +0530 ---------------------------------------------------------------------- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0e7975d4/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index e726b1e..afd4865 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,11 +26,11 @@ notifications: env: - TESTS="smoke/test_affinity_groups smoke/test_deploy_vms_with_varied_deploymentplanners smoke/test_disk_offerings smoke/test_global_settings" - TESTS="smoke/test_portable_publicip smoke/test_primary_storage smoke/test_privategw_acl smoke/test_public_ip_range smoke/test_pvlan smoke/test_regions" -- TESTS="smoke/smoke/test_reset_vm_on_reboot smoke/test_resource_detail smoke/test_routers smoke/test_guest_vlan_range smoke/test_iso" +- TESTS="smoke/test_reset_vm_on_reboot smoke/test_resource_detail smoke/test_routers smoke/test_guest_vlan_range smoke/test_iso" - TESTS="smoke/test_secondary_storage smoke/test_service_offerings smoke/test_ssvm smoke/test_templates" - TESTS="smoke/test_multipleips_per_nic smoke/test_network smoke/test_non_contigiousvlan smoke/test_over_provisioning" -- 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="smoke/test_volumes smoke/test_vpc_vpn smoke/misc/test_deploy_vm smoke/test_vm_life_cycle component/test_mm_max_limits" +- TESTS="component/test_acl_isolatednetwork_delete component/test_acl_isolatednetwork component/test_mm_domain_limits 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"