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 2014/09/16 12:51:58 UTC

[09/15] git commit: updated refs/heads/hotfix/4.4/CLOUDSTACK-7184 to b82f27b

Remove the misc tests from travis as they do not exist in 4.4


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

Branch: refs/heads/hotfix/4.4/CLOUDSTACK-7184
Commit: 0066b77d57c574925ef33495e9a81f4304d63ae9
Parents: 723eaef
Author: imduffy15 <ia...@ianduffy.ie>
Authored: Mon Sep 15 16:18:57 2014 +0100
Committer: imduffy15 <ia...@ianduffy.ie>
Committed: Mon Sep 15 16:18:57 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0066b77d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 007d466..8ba3c4b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ notifications:
 env:
 - TESTS="test_affinity_groups test_deploy_vms_with_varied_deploymentplanners test_disk_offerings test_global_settings test_guest_vlan_range test_iso test_multipleips_per_nic test_network test_non_contigiousvlan test_over_provisioning"
 - TESTS="test_portable_publicip test_primary_storage test_privategw_acl test_public_ip_range test_pvlan test_regions test_reset_vm_on_reboot test_resource_detail test_routers"
-- TESTS="test_secondary_storage test_service_offerings test_ssvm test_templates misc/test_deploy_vm test_vm_life_cycle test_volumes test_vpc_vpn"
+- TESTS="test_secondary_storage test_service_offerings test_ssvm test_templates test_vm_life_cycle test_volumes test_vpc_vpn"
 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