Repository: cloudstack Updated Branches: refs/heads/4.5 445bc36ed -> 681d8c051
adding more simulator based tests to travis Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/681d8c05 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/681d8c05 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/681d8c05 Branch: refs/heads/4.5 Commit: 681d8c051890fb8219c2d10b0de0b1d97292094d Parents: 445bc36 Author: Abhinandan Prateek <abhinandan.prat...@shapeblue.com> Authored: Mon Apr 27 13:56:54 2015 +0530 Committer: Abhinandan Prateek <abhinandan.prat...@shapeblue.com> Committed: Mon Apr 27 13:56:54 2015 +0530 ---------------------------------------------------------------------- .travis.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/681d8c05/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 868348c..0632de0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,16 +24,20 @@ jdk: notifications: email: false env: -- TESTS="test_affinity_groups test_deploy_vms_with_varied_deploymentplanners test_disk_offerings test_global_settings test_guest_vlan_range test_iso" -- 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" -- TESTS="test_multipleips_per_nic test_network test_non_contigiousvlan test_over_provisioning" -- TESTS="test_volumes test_vpc_vpn misc/test_deploy_vm test_vm_life_cycle" +- 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_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="component/test_acl_listvm component/test_acl_listvolume component/test_acl_sharednetwork_deployVM-impersonation component/test_acl_sharednetwork" 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 script: -- mkdir -p integration-test-results/misc +- mkdir -p integration-test-results/smoke/misc +- mkdir -p integration-test-results/component - travis_wait 30 sleep 30 - for suite in $TESTS; do travis_wait 30 nosetests --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced.cfg test/integration/smoke/$suite.py -s -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator || true ; done - python ./tools/travis/xunit-reader.py integration-test-results/