nova/nova/tests/unit/api/openstack/compute/contrib
Jenkins b32ccb7b41 Merge "Make unit test floating ips bulk faster" 2014-11-20 06:35:20 +00:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_admin_actions.py Fix live migration api stuck when migrate to old nova node 2014-11-13 18:25:08 +08:00
test_admin_password.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_agents.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_aggregates.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_attach_interfaces.py Refine HTTP error code for os-interface 2014-11-14 17:12:14 +08:00
test_availability_zone.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_baremetal_nodes.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_block_device_mapping.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_block_device_mapping_v1.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_cells.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_certificates.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_cloudpipe.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_cloudpipe_update.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_config_drive.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_console_auth_tokens.py Share console-auth-tokens tests between V2 & V2.1 2014-11-13 15:06:22 +09:00
test_console_output.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_consoles.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_createserverext.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_deferred_delete.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_disk_config.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_evacuate.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_extended_availability_zone.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_extended_evacuate_find_host.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_extended_hypervisors.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_extended_ips.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_extended_ips_mac.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_extended_rescue_with_image.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_extended_server_attributes.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_extended_status.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_extended_virtual_interfaces_net.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_extended_volumes.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_fixed_ips.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_flavor_access.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_flavor_disabled.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_flavor_manage.py object-ify flavors api and compute/api side of RPC 2014-11-13 22:18:12 +00:00
test_flavor_rxtx.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_flavor_swap.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_flavorextradata.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_flavors_extra_specs.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_floating_ip_dns.py Catch NotImplemented nova exceptions in API extension 2014-11-18 16:56:18 +10:30
test_floating_ip_pools.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_floating_ips.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_floating_ips_bulk.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_fping.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_hide_server_addresses.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_hosts.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_hypervisor_status.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_hypervisors.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_image_size.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_instance_actions.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_instance_usage_audit_log.py Add 'instance-usage-audit-log' plugin for V2.1 2014-11-13 14:38:25 +09:00
test_keypairs.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_migrate_server.py Fix live migration api stuck when migrate to old nova node 2014-11-13 18:25:08 +08:00
test_migrations.py Share migrations unit test between V2 & V2.1 2014-11-14 14:17:54 +08:00
test_multinic.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_networks.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_neutron_security_groups.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_quota_classes.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_quotas.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_rescue.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_scheduler_hints.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_security_group_default_rules.py Fix rule not found error in sec grp default rule API 2014-11-18 18:48:06 +09:00
test_security_groups.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_server_diagnostics.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_server_external_events.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_server_group_quotas.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_server_groups.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_server_password.py Share server_password unit test between V2 & V2.1 2014-11-17 09:50:04 +08:00
test_server_start_stop.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_server_usage.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_services.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_shelve.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_simple_tenant_usage.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_snapshots.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_tenant_networks.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_used_limits.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_virtual_interfaces.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_volumes.py Port assisted-volume-snapshots extension to v2.1 2014-11-19 10:09:58 +08:00