python-openstackclient/openstackclient/tests/unit/compute/v2
Jens Rosenboom d8749f9148 Fix creating a private flavor with ID auto
When a private flavor is created with ID auto (=default) and a project
is specified for it, instead of trying to add the project to the flavor
called "auto" the ID of the newly created project should be used.

Change-Id: I19f7a0ec26bd5d147f00ecba3312240e3601567e
Closes-Bug: 1654221
2017-01-05 15:58:47 +01:00
..
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py Add unit tests for usage commands in compute v2 2016-12-26 03:05:37 +00:00
test_agent.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_aggregate.py Support "--no" option in aggregate set 2016-09-24 15:59:13 +08:00
test_console.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_flavor.py Fix creating a private flavor with ID auto 2017-01-05 15:58:47 +01:00
test_host.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_hypervisor_stats.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_hypervisor.py Add --long option and more columns to the hypervisor list command 2016-10-27 04:33:47 -07:00
test_keypair.py Adds information about private key generation for instance access 2016-10-25 08:51:20 +02:00
test_server_backup.py Replace 'MagicMock' with 'Mock' 2016-09-14 17:59:31 +08:00
test_server_group.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_server_image.py Replace 'MagicMock' with 'Mock' 2016-09-14 17:59:31 +08:00
test_server.py Add unit tests for server create in computev2 2016-11-28 23:24:22 +08:00
test_service.py Replace 'MagicMock' with 'Mock' 2016-09-14 17:59:31 +08:00
test_usage.py Add unit tests for usage commands in compute v2 2016-12-26 03:05:37 +00:00