Lines Matching defs:self

53     def setUp(self):  argument
57 def tearDown(self): argument
77 def setUp(self): argument
93 def run_command(self, cmd, mock_stderr, mock_stdout, api_version=None, argument
111 def assert_called(self, method, url, body=None, **kwargs): argument
114 def assert_called_anytime(self, method, url, body=None): argument
117 def assert_not_called(self, method, url, body=None): argument
120 def test_agents_list_with_hypervisor(self): argument
124 def test_agents_create(self): argument
139 def test_agents_delete(self): argument
143 def test_agents_modify(self): argument
152 def test_boot(self): argument
166 def test_boot_image_with(self): argument
180 def test_boot_image_with_error_out_no_match(self): argument
185 def test_boot_key(self): argument
200 def test_boot_user_data(self): argument
220 def test_boot_avzone(self): argument
236 def test_boot_secgroup(self): argument
253 def test_boot_access_ip(self): argument
270 def test_boot_config_drive(self): argument
286 def test_boot_config_drive_false(self): argument
301 def test_boot_config_drive_invalid_value(self): argument
309 def test_boot_invalid_user_data(self): argument
316 def test_boot_no_image_no_bdms(self): argument
320 def test_boot_no_flavor(self): argument
324 def test_boot_not_key_value_bdm(self): argument
329 def test_boot_not_key_value_ephemeral(self): argument
334 def test_boot_no_image_bdms(self): argument
356 def test_boot_image_bdms_v2(self): argument
392 def test_boot_image_bdms_v2_wrong_source_type(self): argument
399 def test_boot_image_bdms_v2_no_source_type_no_destination_type(self): argument
435 def test_boot_image_bdms_v2_no_destination_type(self): argument
471 def test_boot_image_bdms_v2_wrong_destination_type(self): argument
478 def test_boot_image_bdms_v2_with_tag(self): argument
516 def test_boot_no_image_bdms_v2(self): argument
637 def test_boot_bdms_v2_invalid_shutdown_value(self): argument
644 def test_boot_from_volume_with_volume_type_latest_microversion(self): argument
672 def test_boot_from_volume_with_volume_type_old_microversion(self): argument
681 def test_boot_from_volume_with_volume_type(self): argument
712 def test_boot_from_volume_without_volume_type_2_67(self): argument
744 def test_boot_metadata(self): argument
759 def test_boot_with_incorrect_metadata(self): argument
767 def test_boot_hints(self): argument
794 def test_boot_hints_invalid(self): argument
803 def test_boot_nic_auto_not_alone_after(self): argument
809 def test_boot_nic_auto_not_alone_before(self): argument
815 def test_boot_nic_none_not_alone_before(self): argument
821 def test_boot_nic_none_not_alone_after(self): argument
827 def test_boot_nics(self): argument
848 def test_boot_with_multiple_nics(self): argument
871 def test_boot_nics_with_tag(self): argument
892 def test_boot_invalid_nics_pre_v2_32(self): argument
900 def test_boot_invalid_nics_v2_32(self): argument
908 def test_boot_invalid_nics_v2_36_auto(self): argument
917 def test_boot_invalid_nics_v2_37(self): argument
927 def test_boot_nics_auto_allocate_default(self): argument
947 def test_boot_nics_auto_allocate_none(self): argument
966 def test_boot_nics_ipv6(self): argument
987 def test_boot_nics_both_ipv4_and_ipv6(self): argument
993 def test_boot_nics_no_value(self): argument
998 def test_boot_nics_random_key(self): argument
1004 def test_boot_nics_no_netid_or_portid(self): argument
1009 def test_boot_nics_netid_and_portid(self): argument
1015 def test_boot_nics_invalid_ipv4(self): argument
1021 def test_boot_nics_invalid_ipv6(self): argument
1027 def test_boot_nics_net_id_twice(self): argument
1032 def test_boot_nics_net_name_neutron(self): argument
1052 def test_boot_nics_net_name_neutron_dup(self): argument
1061 def test_boot_nics_net_name_neutron_blank(self): argument
1074 def test_boot_nics_net_name_and_net_id(self, mock_find_network_id): argument
1081 def test_boot_nics_net_name_and_port_id(self, mock_find_network_id): argument
1087 def test_boot_files(self): argument
1112 def test_boot_invalid_files(self): argument
1119 def test_boot_files_2_57(self): argument
1129 def test_boot_max_min_count(self): argument
1144 def test_boot_invalid_min_count(self): argument
1148 def test_boot_min_max_count(self): argument
1206 def test_boot_with_poll(self, poll_method): argument
1224 def test_boot_with_poll_to_check_VM_state_error(self): argument
1229 def test_boot_named_flavor(self): argument
1249 def test_boot_invalid_ephemeral_data_format(self): argument
1254 def test_boot_with_tags(self): argument
1271 def test_boot_without_tags_v252(self): argument
1287 def test_boot_with_tags_pre_v2_52(self): argument
1293 def test_boot_with_single_trusted_image_certificates(self): argument
1310 def test_boot_with_multiple_trusted_image_certificates(self): argument
1328 def test_boot_with_trusted_image_certificates_envar(self): argument
1346 def test_boot_without_trusted_image_certificates_v263(self): argument
1361 def test_boot_with_trusted_image_certificates_pre_v263(self): argument
1370 def test_boot_with_trusted_image_certificates_envar_pre_v263(self): argument
1378 def test_boot_with_trusted_image_certificates_arg_and_envvar(self): argument
1403 self, mock_networks): argument
1412 def test_boot_with_host_v274(self): argument
1430 def test_boot_with_hypervisor_hostname_v274(self): argument
1448 def test_boot_with_host_and_hypervisor_hostname_v274(self): argument
1468 def test_boot_with_host_pre_v274(self): argument
1475 def test_boot_with_hypervisor_hostname_pre_v274(self): argument
1482 def test_boot_with_host_and_hypervisor_hostname_pre_v274(self): argument
1489 def test_flavor_list(self): argument
1494 def test_flavor_list_with_description(self): argument
1500 def test_flavor_list_with_extra_specs(self): argument
1505 def test_flavor_list_with_extra_specs_2_61_or_later(self): argument
1515 def test_flavor_list_with_all(self): argument
1519 def test_flavor_list_with_limit_and_marker(self): argument
1523 def test_flavor_list_with_min_disk(self): argument
1527 def test_flavor_list_with_min_ram(self): argument
1531 def test_flavor_list_with_sort_key_dir(self): argument
1535 def test_flavor_show(self): argument
1540 def test_flavor_show_with_description(self): argument
1547 def test_flavor_show_2_61_or_later(self): argument
1554 def test_flavor_show_with_alphanum_id(self): argument
1558 def test_flavor_show_by_name(self): argument
1565 def test_flavor_show_by_name_priv(self): argument
1572 def test_flavor_key_set(self): argument
1577 def test_flavor_key_unset(self): argument
1581 def test_flavor_access_list_flavor(self): argument
1585 def test_flavor_access_list_no_filter(self): argument
1589 def test_flavor_access_list_public(self): argument
1593 def test_flavor_access_add_by_id(self): argument
1598 def test_flavor_access_add_by_name(self): argument
1603 def test_flavor_access_remove_by_id(self): argument
1608 def test_flavor_access_remove_by_name(self): argument
1613 def test_create_image(self): argument
1620 def test_create_image_2_45(self): argument
1632 def test_create_image_with_incorrect_metadata(self): argument
1639 def test_create_image_with_metadata(self): argument
1648 def test_create_image_show(self): argument
1659 def test_create_image_with_poll(self, poll_method): argument
1672 def test_create_image_with_poll_to_check_image_state_deleted(self): argument
1677 def test_list(self): argument
1681 def test_list_minimal(self): argument
1685 def test_list_deleted(self): argument
1689 def test_list_with_images(self): argument
1693 def test_list_with_flavors(self): argument
1697 def test_list_by_tenant(self): argument
1703 def test_list_by_user(self): argument
1709 def test_list_with_single_sort_key_no_dir(self): argument
1714 def test_list_with_single_sort_key_and_dir(self): argument
1719 def test_list_with_sort_keys_no_dir(self): argument
1725 def test_list_with_sort_keys_and_dirs(self): argument
1731 def test_list_with_sort_keys_and_some_dirs(self): argument
1737 def test_list_with_invalid_sort_dir_one(self): argument
1741 def test_list_with_invalid_sort_dir_two(self): argument
1745 def test_list_sortby_index_with_sort(self): argument
1755 def test_list_sortby_index_without_sort(self): argument
1763 def test_list_fields(self): argument
1781 def test_list_fields_no_instances(self, mock_get_servers_detail): argument
1789 def test_list_invalid_fields(self): argument
1807 def test_list_with_marker(self): argument
1811 def test_list_with_limit(self): argument
1815 def test_list_with_changes_since(self): argument
1820 def test_list_with_changes_since_invalid_value(self): argument
1824 def test_list_with_changes_before(self): argument
1830 def test_list_with_changes_before_invalid_value(self): argument
1836 def test_list_with_changes_before_pre_v266_not_allowed(self): argument
1841 def test_list_with_availability_zone(self): argument
1845 def test_list_with_key_name(self): argument
1849 def test_list_with_config_drive(self): argument
1853 def test_list_with_no_config_drive(self): argument
1857 def test_list_with_conflicting_config_drive(self): argument
1861 def test_list_with_progress(self): argument
1865 def test_list_with_0_progress(self): argument
1869 def test_list_with_vm_state(self): argument
1873 def test_list_with_task_state(self): argument
1877 def test_list_with_power_state(self): argument
1881 def test_list_with_power_state_filter_for_0_state(self): argument
1885 def test_list_fields_redundant(self): argument
1892 def test_meta_parsing(self): argument
1898 def test_reboot(self): argument
1906 def test_reboot_many(self): argument
1913 def test_rebuild(self): argument
1925 def test_rebuild_password(self): argument
1939 def test_rebuild_preserve_ephemeral(self): argument
1951 def test_rebuild_name_meta(self): argument
1964 def test_rebuild_reset_keypair(self): argument
1976 def test_rebuild_unset_keypair(self): argument
1988 def test_rebuild_unset_keypair_with_key_name(self): argument
1996 def test_rebuild_with_incorrect_metadata(self): argument
2003 def test_rebuild_user_data_2_56(self): argument
2014 def test_rebuild_files_2_57(self): argument
2023 def test_rebuild_change_user_data(self): argument
2039 def test_rebuild_invalid_user_data(self): argument
2050 def test_rebuild_unset_user_data(self): argument
2062 def test_rebuild_user_data_and_unset_user_data(self): argument
2073 def test_rebuild_with_single_trusted_image_certificates(self): argument
2088 def test_rebuild_with_multiple_trusted_image_certificate_ids(self): argument
2105 def test_rebuild_with_trusted_image_certificates_envar(self): argument
2121 def test_rebuild_without_trusted_image_certificates_v263(self): argument
2134 def test_rebuild_with_trusted_image_certificates_pre_v263(self): argument
2143 def test_rebuild_with_trusted_image_certificates_envar_pre_v263(self): argument
2150 def test_rebuild_with_trusted_image_certificates_unset(self): argument
2168 def test_rebuild_with_trusted_image_certificates_unset_arg_conflict(self): argument
2181 def test_rebuild_with_trusted_image_certificates_unset_env_conflict(self): argument
2195 def test_rebuild_with_trusted_image_certificates_arg_and_envar(self): argument
2215 def test_rebuild_with_server_groups_in_response(self): argument
2230 def test_rebuild_without_server_groups_in_response(self): argument
2245 def test_start(self): argument
2249 def test_start_with_all_tenants(self): argument
2256 def test_stop(self): argument
2260 def test_stop_with_all_tenants(self): argument
2267 def test_pause(self): argument
2271 def test_unpause(self): argument
2275 def test_lock(self): argument
2279 def test_lock_pre_v273(self): argument
2286 def test_lock_v273(self): argument
2297 def test_unlock(self): argument
2301 def test_suspend(self): argument
2305 def test_resume(self): argument
2309 def test_rescue(self): argument
2313 def test_rescue_password(self): argument
2318 def test_rescue_image(self): argument
2323 def test_unrescue(self): argument
2327 def test_shelve(self): argument
2331 def test_shelve_offload(self): argument
2336 def test_unshelve(self): argument
2340 def test_unshelve_pre_v277_with_az_fails(self): argument
2349 def test_unshelve_v277(self): argument
2361 def test_migrate(self): argument
2365 def test_migrate_pre_v256(self): argument
2371 def test_migrate_v256(self): argument
2382 def test_resize(self): argument
2387 def test_resize_confirm(self): argument
2392 def test_resize_revert(self): argument
2398 def test_set_password(self): argument
2403 def test_show(self): argument
2411 def test_show_no_image(self): argument
2416 def test_show_bad_id(self): argument
2420 def test_show_unavailable_image_and_flavor(self): argument
2432 def test_show_with_name_help(self): argument
2436 def test_show_with_server_groups_in_response(self): argument
2447 def test_show_without_server_groups_in_response(self): argument
2457 def test_print_server(self, mock_print_dict): argument
2464 def test_delete(self): argument
2470 def test_force_delete(self): argument
2478 def test_restore(self): argument
2484 def test_restore_withname(self): argument
2492 def test_delete_two_with_two_existent(self): argument
2507 def test_delete_two_with_two_existent_all_tenants(self): argument
2519 def test_delete_two_with_one_nonexistent(self): argument
2527 def test_delete_one_with_one_nonexistent(self): argument
2533 def test_delete_two_with_two_nonexistent(self): argument
2539 def test_diagnostics(self): argument
2545 def test_server_topology(self): argument
2551 def test_server_topology_pre278(self): argument
2558 def test_refresh_network(self): argument
2564 def test_set_meta_set(self): argument
2569 def test_set_meta_delete_dict(self): argument
2574 def test_set_meta_delete_keys(self): argument
2579 def test_set_host_meta(self): argument
2595 def test_set_host_meta_strict(self): argument
2605 def test_set_host_meta_no_match(self): argument
2609 def test_set_host_meta_with_no_servers(self): argument
2613 def test_set_host_meta_with_no_servers_strict(self): argument
2617 def test_delete_host_meta(self): argument
2623 def test_delete_host_meta_strict(self): argument
2629 def test_usage_list(self): argument
2640 def test_usage_list_stitch_together_next_results(self): argument
2661 def test_usage_list_no_args(self): argument
2671 def test_usage(self): argument
2681 def test_usage_stitch_together_next_results(self): argument
2701 def test_usage_no_tenant(self): argument
2708 def test_flavor_delete(self): argument
2712 def test_flavor_create(self): argument
2719 def test_flavor_create_with_description(self): argument
2739 def test_flavor_update(self): argument
2754 def test_aggregate_list(self): argument
2759 def test_aggregate_list_v2_41(self): argument
2767 def test_aggregate_create(self): argument
2775 def test_aggregate_create_v2_41(self): argument
2785 def test_aggregate_delete_by_id(self): argument
2789 def test_aggregate_delete_by_name(self): argument
2793 def test_aggregate_update_by_id(self): argument
2800 def test_aggregate_update_by_id_v2_41(self): argument
2809 def test_aggregate_update_by_name(self): argument
2815 def test_aggregate_update_with_availability_zone_by_id(self): argument
2822 def test_aggregate_update_with_availability_zone_by_name(self): argument
2829 def test_aggregate_update_without_availability_zone_and_name(self): argument
2836 def test_aggregate_set_metadata_add_by_id(self): argument
2843 def test_aggregate_set_metadata_add_by_id_v2_41(self): argument
2852 def test_aggregate_set_metadata_add_duplicate_by_id(self): argument
2856 def test_aggregate_set_metadata_delete_by_id(self): argument
2862 def test_aggregate_set_metadata_delete_missing_by_id(self): argument
2866 def test_aggregate_set_metadata_by_name(self): argument
2872 def test_aggregate_add_host_by_id(self): argument
2879 def test_aggregate_add_host_by_id_v2_41(self): argument
2888 def test_aggregate_add_host_by_name(self): argument
2894 def test_aggregate_remove_host_by_id(self): argument
2901 def test_aggregate_remove_host_by_id_v2_41(self): argument
2910 def test_aggregate_remove_host_by_name(self): argument
2916 def test_aggregate_show_by_id(self): argument
2921 def test_aggregate_show_by_id_v2_41(self): argument
2927 def test_aggregate_show_by_name(self): argument
2931 def test_aggregate_cache_images(self): argument
2942 def test_aggregate_cache_images_no_images(self): argument
2948 def test_aggregate_cache_images_pre281(self): argument
2955 def test_live_migration(self): argument
2974 def test_live_migration_v225(self): argument
2990 def test_live_migration_v2_30(self): argument
3003 def test_live_migration_v2_68(self): argument
3015 def test_live_migration_force_complete(self): argument
3021 def test_list_migrations(self): argument
3026 def test_list_migrations_pre_v280(self): argument
3033 def test_list_migrations_v280(self): argument
3040 def test_get_migration(self): argument
3045 def test_get_migration_pre_v280(self): argument
3052 def test_get_migration_v280(self): argument
3059 def test_live_migration_abort(self): argument
3064 def test_host_evacuate_live_with_no_target_host(self): argument
3075 def test_host_evacuate_live_with_no_target_host_strict(self): argument
3084 def test_host_evacuate_live_no_match(self): argument
3088 def test_host_evacuate_live_2_25(self): argument
3097 def test_host_evacuate_live_2_25_strict(self): argument
3105 def test_host_evacuate_live_with_target_host(self): argument
3117 def test_host_evacuate_live_with_target_host_strict(self): argument
3127 def test_host_evacuate_live_2_30(self): argument
3140 def test_host_evacuate_live_2_30_strict(self): argument
3151 def test_host_evacuate_live_with_block_migration(self): argument
3162 def test_host_evacuate_live_with_block_migration_strict(self): argument
3171 def test_host_evacuate_live_with_block_migration_2_25(self): argument
3181 def test_host_evacuate_live_with_block_migration_2_25_strict(self): argument
3189 def test_host_evacuate_live_with_disk_over_commit(self): argument
3200 def test_host_evacuate_live_with_disk_over_commit_strict(self): argument
3210 def test_host_evacuate_live_with_disk_over_commit_2_25(self): argument
3215 def test_host_evacuate_live_with_disk_over_commit_2_25_strict(self): argument
3220 def test_host_evacuate_list_with_max_servers(self): argument
3228 def test_host_evacuate_list_with_max_servers_strict(self): argument
3236 def test_reset_state(self): argument
3244 def test_reset_state_with_all_tenants(self): argument
3252 def test_reset_state_multiple(self): argument
3259 def test_reset_state_active_multiple(self): argument
3266 def test_reset_network(self): argument
3271 def test_services_list(self): argument
3275 def test_services_list_v2_53(self): argument
3280 def test_services_list_v269_with_down_cells(self): argument
3295 def test_services_list_with_host(self): argument
3299 def test_services_list_with_binary(self): argument
3303 def test_services_list_with_host_binary(self): argument
3307 def test_services_enable(self): argument
3312 def test_services_enable_v2_53(self): argument
3320 def test_services_disable(self): argument
3325 def test_services_disable_v2_53(self): argument
3333 def test_services_disable_with_reason(self): argument
3339 def test_services_disable_with_reason_v2_53(self): argument
3347 def test_service_force_down_v2_53(self): argument
3355 def test_services_delete(self): argument
3359 def test_services_delete_v2_53(self): argument
3365 def test_host_evacuate_v2_14(self): argument
3378 def test_host_evacuate_v2_14_strict(self): argument
3387 def test_host_evacuate(self): argument
3403 def test_host_evacuate_strict(self): argument
3413 def test_host_evacuate_no_match(self): argument
3417 def test_host_evacuate_v2_29(self): argument
3434 def test_host_evacuate_v2_29_strict(self): argument
3445 def test_host_evacuate_with_shared_storage(self): argument
3462 def test_host_evacuate_with_shared_storage_strict(self): argument
3473 def test_host_evacuate_with_no_target_host(self): argument
3485 def test_host_evacuate_with_no_target_host_strict(self): argument
3493 def test_host_servers_migrate(self): argument
3505 def test_host_servers_migrate_strict(self): argument
3513 def test_host_servers_migrate_no_match(self): argument
3517 def test_hypervisor_list(self): argument
3521 def test_hypervisor_list_matching(self): argument
3525 def test_hypervisor_list_limit_marker(self): argument
3530 def test_hypervisor_servers(self): argument
3534 def test_hypervisor_show_by_id(self): argument
3538 def test_hypervisor_list_show_by_cell_id(self): argument
3542 def test_hypervisor_show_by_name(self): argument
3546 def test_hypervisor_uptime_by_id(self): argument
3550 def test_hypervisor_uptime_by_cell_id(self): argument
3554 def test_hypervisor_uptime_by_name(self): argument
3558 def test_hypervisor_stats(self): argument
3562 def test_quota_show(self): argument
3570 def test_quota_show_detail(self): argument
3578 def test_user_quota_show(self): argument
3586 def test_user_quota_show_detail(self): argument
3595 def test_quota_show_no_tenant(self): argument
3599 def test_quota_defaults(self): argument
3607 def test_quota_defaults_no_tenant(self): argument
3611 def test_quota_update(self): argument
3620 def test_user_quota_update(self): argument
3630 def test_quota_force_update(self): argument
3639 def test_quota_update_fixed_ip(self): argument
3647 def test_quota_update_injected_file_2_57(self): argument
3658 def test_quota_delete(self): argument
3664 def test_user_quota_delete(self): argument
3672 def test_quota_class_show(self): argument
3676 def test_quota_class_update(self): argument
3695 def test_quota_class_update_injected_file_2_57(self): argument
3705 def test_backup(self): argument
3719 def test_backup_2_45(self): argument
3736 def test_limits(self): argument
3751 def test_print_absolute_limits(self): argument
3765 def test_limits_2_57(self): argument
3773 def test_evacuate(self): argument
3790 def test_evacuate_v2_29(self): argument
3805 def test_evacuate_v2_68(self): argument
3816 def test_evacuate_with_no_target_host(self): argument
3828 def test_get_password(self): argument
3832 def test_get_password_without_key(self): argument
3836 def test_clear_password(self): argument
3840 def test_availability_zone_list(self): argument
3844 def test_console_log(self): argument
3850 def test_server_security_group_add(self): argument
3855 def test_server_security_group_remove(self): argument
3860 def test_server_security_group_list(self): argument
3864 def test_interface_list(self): argument
3869 def test_interface_list_v2_70(self): argument
3874 def test_interface_attach(self): argument
3879 def test_interface_attach_with_tag_pre_v2_49(self): argument
3885 def test_interface_attach_with_tag(self): argument
3894 def test_interface_attach_v2_70(self): argument
3903 def test_interface_detach(self): argument
3907 def test_volume_attachments(self): argument
3912 def test_volume_attachments_v2_70(self): argument
3918 def test_volume_attach(self): argument
3925 def test_volume_attach_without_device(self): argument
3931 def test_volume_attach_with_tag_pre_v2_49(self): argument
3937 def test_volume_attach_with_tag(self): argument
3948 def test_volume_attach_with_tag_v2_70(self): argument
3959 def test_volume_attachments_pre_v2_79(self): argument
3965 def test_volume_attachments_v2_79(self): argument
3971 def test_volume_attach_with_delete_on_termination_pre_v2_79(self): argument
3977 def test_volume_attach_with_delete_on_termination_v2_79(self): argument
3988 def test_volume_attach_without_delete_on_termination(self): argument
3995 def test_volume_update_pre_v285(self): argument
4002 def test_volume_update_swap_v285(self): argument
4009 def test_volume_update_delete_on_termination_pre_v285(self): argument
4015 def test_volume_update_no_delete_on_termination_pre_v285(self): argument
4021 def test_volume_update_v285(self): argument
4037 def test_volume_update_v285_conflicting(self): argument
4044 def test_volume_detach(self): argument
4049 def test_instance_action_list(self): argument
4053 def test_instance_action_get(self): argument
4059 def test_instance_action_list_marker_pre_v258_not_allowed(self): argument
4064 def test_instance_action_list_limit_pre_v258_not_allowed(self): argument
4069 def test_instance_action_list_changes_since_pre_v258_not_allowed(self): argument
4075 def test_instance_action_list_limit_marker_v258(self): argument
4086 def test_instance_action_list_with_changes_since_v258(self): argument
4095 def test_instance_action_list_with_changes_since_invalid_value_v258(self): argument
4102 def test_instance_action_list_changes_before_pre_v266_not_allowed(self): argument
4108 def test_instance_action_list_with_changes_before_v266(self): argument
4117 def test_instance_action_list_with_changes_before_invalid_value_v266(self): argument
4124 def test_instance_usage_audit_log(self): argument
4128 def test_instance_usage_audit_log_with_before(self): argument
4135 def test_migration_list(self): argument
4139 def test_migration_list_v223(self): argument
4146 def test_migration_list_with_filters(self): argument
4151 def test_migration_list_marker_pre_v259_not_allowed(self): argument
4156 def test_migration_list_limit_pre_v259_not_allowed(self): argument
4161 def test_migration_list_changes_since_pre_v259_not_allowed(self): argument
4166 def test_migration_list_limit_marker_v259(self): argument
4177 def test_migration_list_with_changes_since_v259(self): argument
4183 def test_migration_list_with_changes_since_invalid_value_v259(self): argument
4189 def test_migration_list_with_changes_before_v266(self): argument
4195 def test_migration_list_with_changes_before_invalid_value_v266(self): argument
4201 def test_migration_list_with_changes_before_pre_v266_not_allowed(self): argument
4206 def test_migration_list_with_user_id_v280(self): argument
4214 def test_migration_list_with_project_id_v280(self): argument
4222 def test_migration_list_with_user_and_project_id_v280(self): argument
4234 def test_migration_list_with_user_id_pre_v280_not_allowed(self): argument
4240 def test_migration_list_with_project_id_pre_v280_not_allowed(self): argument
4246 def test_migration_list_pre_v280(self): argument
4254 def test_ssh(self, mock_system, mock_find_server): argument
4302 def test_ssh_multinet(self, mock_system, mock_find_server): argument
4327 def _check_keypair_add(self, expected_key_type=None, extra_args='', argument
4336 def test_keypair_add_v20(self): argument
4339 def test_keypair_add_v22(self): argument
4342 def test_keypair_add_ssh(self): argument
4345 def test_keypair_add_ssh_x509(self): argument
4348 def _check_keypair_import(self, expected_key_type=None, extra_args='', argument
4361 def test_keypair_import_v20(self): argument
4364 def test_keypair_import_v22(self): argument
4367 def test_keypair_import_ssh(self): argument
4370 def test_keypair_import_x509(self): argument
4374 def test_keypair_stdin(self): argument
4383 def test_keypair_list(self): argument
4387 def test_keypair_list_with_user_id(self): argument
4391 def test_keypair_list_with_limit_and_marker(self): argument
4396 def test_keypair_list_with_user_id_limit_and_marker(self): argument
4402 def test_keypair_show(self): argument
4406 def test_keypair_delete(self): argument
4410 def test_create_server_group(self): argument
4416 def test_create_server_group_v2_64(self): argument
4425 def test_create_server_group_with_rules(self): argument
4435 def test_create_server_group_with_multi_rules(self): argument
4445 def test_create_server_group_with_invalid_value(self): argument
4453 def test_create_server_group_with_rules_pre_264(self): argument
4458 def test_create_server_group_with_multiple_policies(self): argument
4462 def test_delete_multi_server_groups(self): argument
4467 def test_list_server_group(self): argument
4471 def test_list_server_group_with_all_projects(self): argument
4475 def test_list_server_group_with_limit_and_offset(self): argument
4479 def test_versions(self): argument
4574 def test_list_v2_10(self): argument
4578 def test_server_tag_add(self): argument
4583 def test_server_tag_add_many(self): argument
4590 def test_server_tag_set(self): argument
4596 def test_server_tag_list(self): argument
4600 def test_server_tag_delete(self): argument
4605 def test_server_tag_delete_many(self): argument
4612 def test_server_tag_delete_all(self): argument
4617 def test_list_v2_26_tags(self): argument
4621 def test_list_v2_26_tags_any(self): argument
4625 def test_list_v2_26_not_tags(self): argument
4629 def test_list_v2_26_not_tags_any(self): argument
4633 def test_list_detail_v269_with_down_cells(self): argument
4651 def test_list_v269_with_down_cells(self): argument
4667 def test_show_v269_with_down_cells(self): argument
4697 def test_list_pre_v273(self): argument
4704 def test_list_v273(self): argument
4708 def test_list_v273_with_sort_key_dir(self): argument
4716 def test_simple_usage(self, mock_time): argument
4741 def test_print_progress(self, mock_time, mock_stdout): argument
4771 def test_error_state(self, mock_time): argument
4802 def setUp(self): argument
4809 def test_find_images(self): argument
4818 def test_find_images_missing(self): argument