Skip to content

Commit b941480

Browse files
adding more simulator based tests to travis
1 parent fc6c792 commit b941480

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.travis.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,20 @@ jdk:
2424
notifications:
2525
email: false
2626
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"
3235
before_install: travis_wait 30 ./tools/travis/before_install.sh
3336
install: ./tools/travis/install.sh
3437
before_script: travis_wait 30 ./tools/travis/before_script.sh
3538
script:
36-
- mkdir -p integration-test-results/misc
39+
- mkdir -p integration-test-results/smoke/misc
40+
- mkdir -p integration-test-results/component
3741
- travis_wait 30 sleep 30
3842
- 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
3943
- python ./tools/travis/xunit-reader.py integration-test-results/

0 commit comments

Comments
 (0)