Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
idna / lib / python2.7 / site-packages / nova / tests / functional / api_sample_tests
  ..
  api_samples
  test_extension_info.py
  test_networks.py
  test_agents.py
  test_shelve.py
  test_lock_server.py
  __init__.py
  test_server_password.py
  test_quota_sets.py
  test_availability_zone.py
  test_aggregates.py
  test_servers.py
  test_volumes.py
  test_migrations.py
  test_block_device_mapping_boot.py
  test_images.py
  test_fixed_ips.py
  test_keypairs.py
  test_assisted_volume_snapshots.py
  test_server_tags.py
  test_flavors.py
  test_services.py
  test_rescue.py
  test_admin_password.py
  test_floating_ip_dns.py
  test_security_group_default_rules.py
  test_baremetal_nodes.py
  test_hide_server_addresses.py
  test_server_external_events.py
  test_evacuate.py
  test_versions.py
  test_instance_usage_audit_log.py
  test_server_migrations.py
  test_tenant_networks.py
  test_virtual_interfaces.py
  test_consoles.py
  test_floating_ips.py
  test_servers_ips.py
  test_limits.py
  test_fping.py
  test_flavor_manage.py
  test_suspend_server.py
  test_cells.py
  test_server_metadata.py
  test_preserve_ephemeral_rebuild.py
  test_security_groups.py
  test_migrate_server.py
  test_quota_classes.py
  test_certificates.py
  test_multinic.py
  test_server_groups.py
  test_create_backup.py
  test_console_output.py
  test_multiple_create.py
  test_simple_tenant_usage.py
  test_cloudpipe.py
  test_floating_ip_pools.py
  test_flavor_extraspecs.py
  test_console_auth_tokens.py
  test_hypervisors.py
  test_pause_server.py
  api_sample_base.py
  test_remote_consoles.py
  test_flavor_access.py
  test_pci.py
  test_attach_interfaces.py
  test_server_diagnostics.py
  test_instance_actions.py
  test_deferred_delete.py
  test_networks_associate.py
  test_admin_actions.py
  test_floating_ips_bulk.py
  README.rst
  test_hosts.py
Size: Mime:
Api Samples
===========

This part of the tree contains templates for API samples. The
documentation in doc/api_samples is completely autogenerated from the
tests in this directory.

To add a new api sample, add tests for the common passing and failing
cases in this directory for your extension, and modify test_samples.py
for your tests.

Then run the following command:

    tox -e api-samples

Which will create the files on doc/api_samples.

If new tests are added or the .tpl files are changed due to bug fixes, the
samples must be regenerated so they are in sync with the templates, as
there is an additional test which reloads the documentation and
ensures that it's in sync.

Debugging sample generation
---------------------------

If a .tpl is changed, its matching .json must be removed else the samples
won't be generated. If an entirely new extension is added, a directory for
it must be created before its samples will be generated.