Hi,

travis/script.sh uses following nose command to pick the tests.
nosetests --with-xunit --xunit-file=integration-test-results/$suite.xml
--with-marvin --marvin-config=setup/dev/advanced.cfg
test/integration/$suite.py -s -a tags=advanced,required_hardware=false
--zone=Sandbox-simulator --hypervisor=simulator || true ;

CI is running on advanced zone and it is picking the tests that are tagged
for running on simulator.  That is the reason we don't see all tests
running since some of them require hardware to run.

PR looks good. LTGM !!

@pvr9711, we don't need to add .py at the end.

Thanks,
Sanjeev

On Tue, Oct 13, 2015 at 11:01 AM, pvr9711 <g...@git.apache.org> wrote:

> Github user pvr9711 commented on the pull request:
>
>     https://github.com/apache/cloudstack/pull/920#issuecomment-147607738
>
>     Following are the tests that run on Simulator basic and adv -
> separately, please add ".py" to the end.
>     Simulator Basic -
>     integration.smoke.test_affinity_groups
>     integration.smoke.test_deploy_vms_with_varied_deploymentplanners
>     integration.smoke.test_disk_offerings
>     integration.smoke.test_global_settings
>     integration.smoke.test_iso
>     integration.smoke.test_multipleips_per_nic
>     integration.smoke.test_over_provisioning
>     integration.smoke.test_portable_publicip
>     integration.smoke.test_primary_storage
>     integration.smoke.test_reset_vm_on_reboot
>     integration.smoke.test_scale_vm
>     integration.smoke.test_secondary_storage
>     integration.smoke.test_service_offerings
>     integration.smoke.test_ssvm
>     integration.smoke.test_templates
>     integration.smoke.test_vm_life_cycle
>     integration.smoke.test_volumes
>
>     Simulator Adv -
>     integration.smoke.test_affinity_groups
>     integration.smoke.test_deploy_vms_with_varied_deploymentplanners
>     integration.smoke.test_disk_offerings
>     integration.smoke.test_global_settings
>     integration.smoke.test_guest_vlan_range
>     integration.smoke.test_iso
>     integration.smoke.test_multipleips_per_nic
>     integration.smoke.test_network
>     integration.smoke.test_nic_adapter_type
>     integration.smoke.test_non_contigiousvlan
>     integration.smoke.test_over_provisioning
>     integration.smoke.test_portable_publicip
>     integration.smoke.test_primary_storage
>     integration.smoke.test_privategw_acl
>     integration.smoke.test_public_ip_range
>     integration.smoke.test_pvlan
>     integration.smoke.test_reset_vm_on_reboot
>     integration.smoke.test_resource_detail
>     integration.smoke.test_routers
>     integration.smoke.test_scale_vm
>     integration.smoke.test_secondary_storage
>     integration.smoke.test_service_offerings
>     integration.smoke.test_ssvm
>     integration.smoke.test_templates
>     integration.smoke.test_vm_life_cycle
>     integration.smoke.test_volumes
>     ntegration.smoke.test_vpc_vpn
>
>
>
>
>
> ---
> If your project is set up for it, you can reply to this email and have your
> reply appear on GitHub as well. If your project does not have this feature
> enabled and wishes so, or if the feature is enabled but not working, please
> contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
> with INFRA.
> ---
>

Reply via email to