Created
November 3, 2015 06:31
-
-
Save imrehg/6044fadb0383123c686e to your computer and use it in GitHub Desktop.
gandi.cli build test with Python 3.5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
running test | |
Searching for httpretty==0.8.6 | |
Reading https://pypi.python.org/simple/httpretty/ | |
Best match: httpretty 0.8.6 | |
Downloading https://pypi.python.org/packages/source/h/httpretty/httpretty-0.8.6.tar.gz#md5=d45e7e831b6e66974ba231453a715f39 | |
Processing httpretty-0.8.6.tar.gz | |
Writing /tmp/easy_install-e9dz1nez/httpretty-0.8.6/setup.cfg | |
Running httpretty-0.8.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-e9dz1nez/httpretty-0.8.6/egg-dist-tmp-ks58_gv1 | |
creating /home/greg/prog/gandi.cli/.eggs/httpretty-0.8.6-py3.5.egg | |
Extracting httpretty-0.8.6-py3.5.egg to /home/greg/prog/gandi.cli/.eggs | |
Installed /home/greg/prog/gandi.cli/.eggs/httpretty-0.8.6-py3.5.egg | |
running egg_info | |
creating gandi.cli.egg-info | |
writing gandi.cli.egg-info/PKG-INFO | |
writing requirements to gandi.cli.egg-info/requires.txt | |
writing entry points to gandi.cli.egg-info/entry_points.txt | |
writing top-level names to gandi.cli.egg-info/top_level.txt | |
writing namespace_packages to gandi.cli.egg-info/namespace_packages.txt | |
writing dependency_links to gandi.cli.egg-info/dependency_links.txt | |
writing manifest file 'gandi.cli.egg-info/SOURCES.txt' | |
reading manifest file 'gandi.cli.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
writing manifest file 'gandi.cli.egg-info/SOURCES.txt' | |
running build_ext | |
test_main (gandi.cli.tests.test_main.TestCase) ... Usage: setup.py [OPTIONS] COMMAND [ARGS]... | |
Error: No such command "test". | |
ERROR | |
test_console (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_background_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_dc_code_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_default_hostname_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_default_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_ip_not_vlan_ko (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_login_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_sshkey_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_vlan_ip_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_datacenters (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_datacenters_id (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_background_ko (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_background_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_prompt (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_unknown (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_images (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_images_all (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_ko_resource (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_ok_multiple_resources (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_ok_one_resource (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_stat (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_all (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_datacenter (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_flavor (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_match (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_vm (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list_filter_datacenter (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list_filter_state (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list_id (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_reboot_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_reboot_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_reboot_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_args (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_identity (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_login (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_wait (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_wipe_key (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_start_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_start_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_start_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_stop_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_stop_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_stop_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_console (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_memory (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_memory_reboot (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_password (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_oper.OperTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_oper.OperTestCase) ... ok | |
test_change_dcv (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_no_csr (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_no_package_and_option (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_package_deprecated (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_warranty (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_exists (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_intermediate_ok (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_nothing (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_ok (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_follow (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_info_all (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_list_all (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_packages (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_plans (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_resend_dcv (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_update (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_status (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_status_no_service_incident (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_status_service (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_status_service_incident (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_create (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_id (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_missing (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_parameter_files (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_too_many (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_delete_unknown (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_info_fqdn (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_info_id (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_list_all (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_attach (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_already (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_background (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_force (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_refuse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_background (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_default (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_attach_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_attach_ok (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_ip_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_ip_ok (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_vlan_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_vlan_ok (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_background (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_multiple (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_refuse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_unknown (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_detach (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_detach_force (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_detach_refuse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_attached (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_attached_detached (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_detached (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_details (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_filter_datacenter (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_filter_type (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_filter_vlan (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_update_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_update_reverse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_list_filter_paas (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_list_filter_vm (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_account.AccountTestCase) ... ok | |
test_attach (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_forced (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_forced_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_must_detach (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_must_detach_forced (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_check_size (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_default_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_default_ok (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_params (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_params_snapshot_ko (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_source (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_vm (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_attached (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_multiple (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_detach (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_detach_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_detach_forced (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_info_multiple (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_id (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_only_data (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_only_snapshot (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_snapshotprofile (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_type (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_vm (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_rollback (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_rollback_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_snapshot (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_snapshot_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_snapshot_name (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_cmdline (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_kernel (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_name (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_size (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile_conflict (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile_delete (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile_ko (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_available_with_exception (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_available_with_exception_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_argument_and_option_different (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_argument_and_option_equal (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_background_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_background_option (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_no_option_no_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_option (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_renew (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_renew_background_ok (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_apikey_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_create_dry_run_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_create_dry_run_unknown_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_create_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_delete_empty (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_edit (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_get (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_get_empty (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_get_unknown (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_set_empty (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_set_empty_value (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_set_get (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_vlan.VlanTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_vlan.VlanTestCase) ... ok | |
test_api (gandi.cli.tests.commands.test_root.RootTestCase) ... ok | |
test_create (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_delete_force_refused (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge_alias (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge_alias_refused (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge_refused (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_udpate (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_main (gandi.cli.tests.test_main.TestCase) ... Usage: setup.py [OPTIONS] COMMAND [ARGS]... | |
Error: No such command "test". | |
ERROR | |
test_console (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_background_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_dc_code_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_default_hostname_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_default_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_ip_not_vlan_ko (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_login_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_sshkey_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_vlan_ip_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_datacenters (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_datacenters_id (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_background_ko (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_background_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_prompt (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_unknown (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_images (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_images_all (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_ko_resource (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_ok_multiple_resources (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_ok_one_resource (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_stat (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_all (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_datacenter (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_flavor (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_match (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_vm (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list_filter_datacenter (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list_filter_state (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list_id (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_reboot_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_reboot_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_reboot_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_args (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_identity (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_login (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_wait (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_wipe_key (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_start_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_start_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_start_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_stop_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_stop_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_stop_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_console (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_memory (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_memory_reboot (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_password (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_oper.OperTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_oper.OperTestCase) ... ok | |
test_change_dcv (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_no_csr (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_no_package_and_option (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_package_deprecated (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_warranty (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_exists (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_intermediate_ok (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_nothing (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_ok (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_follow (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_info_all (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_list_all (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_packages (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_plans (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_resend_dcv (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_update (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_status (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_status_no_service_incident (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_status_service (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_status_service_incident (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_create (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_id (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_missing (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_parameter_files (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_too_many (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_delete_unknown (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_info_fqdn (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_info_id (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_list_all (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_attach (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_already (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_background (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_force (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_refuse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_background (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_default (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_attach_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_attach_ok (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_ip_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_ip_ok (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_vlan_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_vlan_ok (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_background (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_multiple (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_refuse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_unknown (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_detach (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_detach_force (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_detach_refuse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_attached (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_attached_detached (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_detached (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_details (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_filter_datacenter (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_filter_type (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_filter_vlan (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_update_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_update_reverse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_list_filter_paas (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_list_filter_vm (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_account.AccountTestCase) ... ok | |
test_attach (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_forced (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_forced_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_must_detach (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_must_detach_forced (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_check_size (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_default_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_default_ok (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_params (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_params_snapshot_ko (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_source (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_vm (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_attached (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_multiple (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_detach (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_detach_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_detach_forced (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_info_multiple (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_id (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_only_data (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_only_snapshot (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_snapshotprofile (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_type (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_vm (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_rollback (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_rollback_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_snapshot (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_snapshot_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_snapshot_name (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_cmdline (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_kernel (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_name (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_size (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile_conflict (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile_delete (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile_ko (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_available_with_exception (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_available_with_exception_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_argument_and_option_different (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_argument_and_option_equal (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_background_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_background_option (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_no_option_no_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_option (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_renew (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_renew_background_ok (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_apikey_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_create_dry_run_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_create_dry_run_unknown_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_create_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_delete_empty (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_edit (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_get (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_get_empty (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_get_unknown (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_set_empty (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_set_empty_value (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_set_get (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_vlan.VlanTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_vlan.VlanTestCase) ... ok | |
test_api (gandi.cli.tests.commands.test_root.RootTestCase) ... ok | |
test_create (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_delete_force_refused (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge_alias (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge_alias_refused (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge_refused (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_udpate (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_main (gandi.cli.tests.test_main.TestCase) ... Usage: setup.py [OPTIONS] COMMAND [ARGS]... | |
Error: No such command "test". | |
ERROR | |
test_console (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_background_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_dc_code_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_default_hostname_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_default_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_ip_not_vlan_ko (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_login_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_sshkey_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_vlan_ip_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_datacenters (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_datacenters_id (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_background_ko (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_background_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_prompt (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_unknown (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_images (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_images_all (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_ko_resource (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_ok_multiple_resources (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_ok_one_resource (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_stat (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_all (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_datacenter (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_flavor (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_match (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_vm (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list_filter_datacenter (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list_filter_state (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list_id (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_reboot_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_reboot_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_reboot_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_args (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_identity (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_login (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_wait (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_wipe_key (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_start_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_start_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_start_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_stop_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_stop_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_stop_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_console (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_memory (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_memory_reboot (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_password (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_oper.OperTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_oper.OperTestCase) ... ok | |
test_change_dcv (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_no_csr (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_no_package_and_option (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_package_deprecated (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_warranty (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_exists (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_intermediate_ok (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_nothing (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_ok (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_follow (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_info_all (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_list_all (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_packages (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_plans (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_resend_dcv (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_update (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_status (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_status_no_service_incident (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_status_service (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_status_service_incident (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_create (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_id (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_missing (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_parameter_files (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_too_many (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_delete_unknown (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_info_fqdn (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_info_id (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_list_all (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_attach (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_already (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_background (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_force (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_refuse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_background (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_default (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_attach_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_attach_ok (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_ip_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_ip_ok (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_vlan_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_vlan_ok (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_background (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_multiple (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_refuse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_unknown (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_detach (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_detach_force (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_detach_refuse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_attached (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_attached_detached (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_detached (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_details (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_filter_datacenter (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_filter_type (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_filter_vlan (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_update_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_update_reverse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_list_filter_paas (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_list_filter_vm (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_account.AccountTestCase) ... ok | |
test_attach (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_forced (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_forced_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_must_detach (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_must_detach_forced (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_check_size (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_default_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_default_ok (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_params (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_params_snapshot_ko (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_source (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_vm (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_attached (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_multiple (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_detach (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_detach_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_detach_forced (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_info_multiple (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_id (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_only_data (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_only_snapshot (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_snapshotprofile (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_type (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_vm (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_rollback (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_rollback_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_snapshot (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_snapshot_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_snapshot_name (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_cmdline (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_kernel (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_name (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_size (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile_conflict (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile_delete (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile_ko (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_available_with_exception (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_available_with_exception_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_argument_and_option_different (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_argument_and_option_equal (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_background_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_background_option (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_no_option_no_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_option (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_renew (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_renew_background_ok (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_apikey_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_create_dry_run_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_create_dry_run_unknown_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_create_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_delete_empty (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_edit (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_get (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_get_empty (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_get_unknown (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_set_empty (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_set_empty_value (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_set_get (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_vlan.VlanTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_vlan.VlanTestCase) ... ok | |
test_api (gandi.cli.tests.commands.test_root.RootTestCase) ... ok | |
test_create (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_delete_force_refused (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge_alias (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge_alias_refused (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge_refused (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_udpate (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_console (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_background_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_dc_code_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_default_hostname_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_default_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_ip_not_vlan_ko (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_login_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_sshkey_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_vlan_ip_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_datacenters (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_datacenters_id (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_background_ko (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_background_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_prompt (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_unknown (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_images (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_images_all (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_ko_resource (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_ok_multiple_resources (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_ok_one_resource (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_stat (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_all (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_datacenter (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_flavor (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_match (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_vm (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list_filter_datacenter (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list_filter_state (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list_id (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_reboot_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_reboot_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_reboot_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_args (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_identity (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_login (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_wait (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_wipe_key (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_start_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_start_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_start_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_stop_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_stop_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_stop_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_console (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_memory (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_memory_reboot (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_password (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_oper.OperTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_oper.OperTestCase) ... ok | |
test_change_dcv (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_no_csr (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_no_package_and_option (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_package_deprecated (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_warranty (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_exists (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_intermediate_ok (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_nothing (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_ok (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_follow (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_info_all (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_list_all (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_packages (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_plans (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_resend_dcv (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_update (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_status (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_status_no_service_incident (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_status_service (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_status_service_incident (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_create (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_id (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_missing (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_parameter_files (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_too_many (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_delete_unknown (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_info_fqdn (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_info_id (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_list_all (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_attach (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_already (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_background (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_force (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_refuse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_background (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_default (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_attach_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_attach_ok (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_ip_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_ip_ok (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_vlan_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_vlan_ok (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_background (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_multiple (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_refuse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_unknown (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_detach (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_detach_force (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_detach_refuse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_attached (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_attached_detached (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_detached (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_details (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_filter_datacenter (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_filter_type (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_filter_vlan (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_update_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_update_reverse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_list_filter_paas (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_list_filter_vm (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_account.AccountTestCase) ... ok | |
test_attach (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_forced (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_forced_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_must_detach (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_must_detach_forced (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_check_size (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_default_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_default_ok (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_params (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_params_snapshot_ko (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_source (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_vm (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_attached (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_multiple (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_detach (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_detach_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_detach_forced (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_info_multiple (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_id (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_only_data (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_only_snapshot (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_snapshotprofile (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_type (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_vm (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_rollback (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_rollback_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_snapshot (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_snapshot_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_snapshot_name (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_cmdline (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_kernel (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_name (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_size (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile_conflict (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile_delete (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile_ko (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_available_with_exception (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_available_with_exception_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_argument_and_option_different (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_argument_and_option_equal (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_background_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_background_option (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_no_option_no_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_option (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_renew (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_renew_background_ok (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_apikey_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_create_dry_run_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_create_dry_run_unknown_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_create_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_delete_empty (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_edit (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_get (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_get_empty (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_get_unknown (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_set_empty (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_set_empty_value (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_set_get (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_vlan.VlanTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_vlan.VlanTestCase) ... ok | |
test_api (gandi.cli.tests.commands.test_root.RootTestCase) ... ok | |
test_create (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_delete_force_refused (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge_alias (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge_alias_refused (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge_refused (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_udpate (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_account.AccountTestCase) ... ok | |
test_change_dcv (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_no_csr (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_no_package_and_option (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_package_deprecated (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create_warranty (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_exists (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_intermediate_ok (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_nothing (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_export_ok (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_follow (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_info_all (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_list_all (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_packages (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_plans (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_resend_dcv (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_update (gandi.cli.tests.commands.test_certificate.CertTestCase) ... ok | |
test_create (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_id (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_missing (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_parameter_files (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_create_too_many (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_delete_unknown (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_info_fqdn (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_info_id (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_list_all (gandi.cli.tests.commands.test_certstore.CertStoreTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_delete_empty (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_edit (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_get (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_get_empty (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_get_unknown (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_set_empty (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_set_empty_value (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_set_get (gandi.cli.tests.commands.test_config.ConfigTestCase) ... ok | |
test_create_apikey_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_create_dry_run_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_create_dry_run_unknown_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_create_ok (gandi.cli.tests.commands.test_contact.ContactTestCase) ... ok | |
test_attach (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_forced (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_forced_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_must_detach (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_attach_must_detach_forced (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_check_size (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_default_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_default_ok (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_params (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_params_snapshot_ko (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_source (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_create_vm (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_attached (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_delete_multiple (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_detach (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_detach_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_detach_forced (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_info_multiple (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_id (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_only_data (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_only_snapshot (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_snapshotprofile (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_type (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_list_vm (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_rollback (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_rollback_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_snapshot (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_snapshot_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_snapshot_name (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_background (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_cmdline (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_kernel (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_name (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_size (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile_conflict (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile_delete (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_update_snapshotprofile_ko (gandi.cli.tests.commands.test_disk.DiskTestCase) ... ok | |
test_available_with_exception (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_available_with_exception_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_argument_and_option_different (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_argument_and_option_equal (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_background_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_background_option (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_no_option_no_argument (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_create_option (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_renew (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_renew_background_ok (gandi.cli.tests.commands.test_domain.DomainTestCase) ... ok | |
test_attach (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_already (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_background (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_force (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_attach_refuse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_background (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_default (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_attach_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_attach_ok (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_ip_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_ip_ok (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_vlan_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create_params_vlan_ok (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_background (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_multiple (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_refuse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_delete_unknown (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_detach (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_detach_force (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_detach_refuse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_attached (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_attached_detached (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_detached (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_details (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_filter_datacenter (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_filter_type (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_list_filter_vlan (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_update_ko (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_update_reverse (gandi.cli.tests.commands.test_ip.IpTestCase) ... ok | |
test_create (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_delete (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_delete_force (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_delete_force_refused (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge_alias (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge_alias_refused (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_purge_refused (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_udpate (gandi.cli.tests.commands.test_mail.MailTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_oper.OperTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_oper.OperTestCase) ... ok | |
test_api (gandi.cli.tests.commands.test_root.RootTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_list_filter_paas (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_list_filter_vm (gandi.cli.tests.commands.test_snapshotprofile.SnapshotprofileTestCase) ... ok | |
test_status (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_status_no_service_incident (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_status_service (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_status_service_incident (gandi.cli.tests.commands.test_status.StatusTestCase) ... ok | |
test_info (gandi.cli.tests.commands.test_vlan.VlanTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_vlan.VlanTestCase) ... ok | |
test_console (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_background_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_dc_code_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_default_hostname_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_default_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_ip_not_vlan_ko (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_login_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_sshkey_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_create_vlan_ip_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_datacenters (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_datacenters_id (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_background_ko (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_background_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_prompt (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_delete_unknown (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_images (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_images_all (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_ko_resource (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_ok_multiple_resources (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_ok_one_resource (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_info_stat (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_all (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_datacenter (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_flavor (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_match (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_kernels_vm (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list_filter_datacenter (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list_filter_state (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_list_id (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_reboot_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_reboot_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_reboot_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_args (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_identity (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_login (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_wait (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_ssh_wipe_key (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_start_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_start_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_start_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_stop_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_stop_multiple (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_stop_one (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_background (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_console (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_memory (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_memory_reboot (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_ok (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_update_password (gandi.cli.tests.commands.test_vm.VmTestCase) ... ok | |
test_main (gandi.cli.tests.test_main.TestCase) ... Usage: setup.py [OPTIONS] COMMAND [ARGS]... | |
Error: No such command "test". | |
ERROR | |
====================================================================== | |
ERROR: test_main (gandi.cli.tests.test_main.TestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 680, in main | |
rv = self.invoke(ctx) | |
File "/home/greg/prog/gandi.cli/gandi/cli/core/cli.py", line 168, in invoke | |
click.Group.invoke(self, ctx) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 1022, in invoke | |
cmd_name, cmd, args = self.resolve_command(ctx, args) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 1078, in resolve_command | |
ctx.fail('No such command "%s".' % original_cmd_name) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 449, in fail | |
raise UsageError(message, self) | |
click.exceptions.UsageError: No such command "test". | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/greg/prog/gandi.cli/gandi/cli/tests/test_main.py", line 11, in test_main | |
main() | |
File "/home/greg/prog/gandi.cli/gandi/cli/__main__.py", line 8, in main | |
cli(obj={}) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 700, in __call__ | |
return self.main(*args, **kwargs) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 691, in main | |
sys.exit(e.exit_code) | |
SystemExit: 2 | |
====================================================================== | |
ERROR: test_main (gandi.cli.tests.test_main.TestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 680, in main | |
rv = self.invoke(ctx) | |
File "/home/greg/prog/gandi.cli/gandi/cli/core/cli.py", line 168, in invoke | |
click.Group.invoke(self, ctx) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 1022, in invoke | |
cmd_name, cmd, args = self.resolve_command(ctx, args) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 1078, in resolve_command | |
ctx.fail('No such command "%s".' % original_cmd_name) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 449, in fail | |
raise UsageError(message, self) | |
click.exceptions.UsageError: No such command "test". | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/greg/prog/gandi.cli/gandi/cli/tests/test_main.py", line 11, in test_main | |
main() | |
File "/home/greg/prog/gandi.cli/gandi/cli/__main__.py", line 8, in main | |
cli(obj={}) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 700, in __call__ | |
return self.main(*args, **kwargs) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 691, in main | |
sys.exit(e.exit_code) | |
SystemExit: 2 | |
====================================================================== | |
ERROR: test_main (gandi.cli.tests.test_main.TestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 680, in main | |
rv = self.invoke(ctx) | |
File "/home/greg/prog/gandi.cli/gandi/cli/core/cli.py", line 168, in invoke | |
click.Group.invoke(self, ctx) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 1022, in invoke | |
cmd_name, cmd, args = self.resolve_command(ctx, args) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 1078, in resolve_command | |
ctx.fail('No such command "%s".' % original_cmd_name) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 449, in fail | |
raise UsageError(message, self) | |
click.exceptions.UsageError: No such command "test". | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/greg/prog/gandi.cli/gandi/cli/tests/test_main.py", line 11, in test_main | |
main() | |
File "/home/greg/prog/gandi.cli/gandi/cli/__main__.py", line 8, in main | |
cli(obj={}) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 700, in __call__ | |
return self.main(*args, **kwargs) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 691, in main | |
sys.exit(e.exit_code) | |
SystemExit: 2 | |
====================================================================== | |
ERROR: test_main (gandi.cli.tests.test_main.TestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 680, in main | |
rv = self.invoke(ctx) | |
File "/home/greg/prog/gandi.cli/gandi/cli/core/cli.py", line 168, in invoke | |
click.Group.invoke(self, ctx) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 1022, in invoke | |
cmd_name, cmd, args = self.resolve_command(ctx, args) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 1078, in resolve_command | |
ctx.fail('No such command "%s".' % original_cmd_name) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 449, in fail | |
raise UsageError(message, self) | |
click.exceptions.UsageError: No such command "test". | |
During handling of the above exception, another exception occurred: | |
Traceback (most recent call last): | |
File "/home/greg/prog/gandi.cli/gandi/cli/tests/test_main.py", line 11, in test_main | |
main() | |
File "/home/greg/prog/gandi.cli/gandi/cli/__main__.py", line 8, in main | |
cli(obj={}) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 700, in __call__ | |
return self.main(*args, **kwargs) | |
File "/usr/lib/python3.5/site-packages/click/core.py", line 691, in main | |
sys.exit(e.exit_code) | |
SystemExit: 2 | |
---------------------------------------------------------------------- | |
Ran 1074 tests in 59.511s | |
FAILED (errors=4) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment