|
24 | 24 | notifications: |
25 | 25 | email: false |
26 | 26 | env: |
27 | | -- TESTS="test_affinity_groups test_deploy_vms_with_varied_deploymentplanners test_disk_offerings test_global_settings test_guest_vlan_range test_iso" |
28 | | -- 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" |
29 | | -- TESTS="test_secondary_storage test_service_offerings test_ssvm test_templates" |
30 | | -- TESTS="test_multipleips_per_nic test_network test_non_contigiousvlan test_over_provisioning" |
31 | | -- TESTS="test_volumes test_vpc_vpn misc/test_deploy_vm test_vm_life_cycle" |
| 27 | +- TESTS="smoke/test_affinity_groups smoke/test_deploy_vms_with_varied_deploymentplanners smoke/test_disk_offerings smoke/test_global_settings" |
| 28 | +- TESTS="smoke/test_portable_publicip smoke/test_primary_storage smoke/test_privategw_acl smoke/test_public_ip_range smoke/test_pvlan smoke/test_regions" |
| 29 | +- TESTS="smoke/smoke/test_reset_vm_on_reboot smoke/test_resource_detail smoke/test_routers smoke/test_guest_vlan_range smoke/test_iso" |
| 30 | +- TESTS="smoke/test_secondary_storage smoke/test_service_offerings smoke/test_ssvm smoke/test_templates" |
| 31 | +- TESTS="smoke/test_multipleips_per_nic smoke/test_network smoke/test_non_contigiousvlan smoke/test_over_provisioning" |
| 32 | +- TESTS="smoke/test_volumes smoke/test_vpc_vpn smoke/misc/test_deploy_vm smoke/test_vm_life_cycle" |
| 33 | +- TESTS="component/test_acl_isolatednetwork_delete component/test_acl_isolatednetwork component/test_acl_isolatednetwork component/test_acl_listsnapshot" |
| 34 | +- TESTS="component/test_acl_listvm component/test_acl_listvolume component/test_acl_sharednetwork_deployVM-impersonation component/test_acl_sharednetwork" |
32 | 35 | before_install: travis_wait 30 ./tools/travis/before_install.sh |
33 | 36 | install: ./tools/travis/install.sh |
34 | 37 | before_script: travis_wait 30 ./tools/travis/before_script.sh |
35 | 38 | script: |
36 | | -- mkdir -p integration-test-results/misc |
| 39 | +- mkdir -p integration-test-results/smoke/misc |
| 40 | +- mkdir -p integration-test-results/component |
37 | 41 | - travis_wait 30 sleep 30 |
38 | 42 | - 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 |
39 | 43 | - python ./tools/travis/xunit-reader.py integration-test-results/ |
|
0 commit comments