python-openstackclient/openstackclient/tests/unit/compute/v2
Rui Chen 45496feee6 Create server with security group ID and name
Both resource ID and name are supported to identify an object
in openstackclient to make user easy to input, for security group,
nova only support security group name in API when launch a new server,
this patch convert ID to name, then pass name to nova API, and check
the security group exist before creating server.

Change-Id: I1ed4a967fb9de3f91c8945a1ef63f6c7b6b2dfb2
Closes-Bug: #1687814
2017-05-22 20:32:01 +00:00
..
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py Low-level Compute v2 API: floating ip pool 2017-04-18 08:57:34 -05: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 Use public and unified method get_console_url() 2017-02-14 03:22:03 +00:00
test_flavor.py Overwrite/Clear Flavor property 2017-02-13 15:16:09 +00:00
test_host.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_hypervisor_stats.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_keypair.py Add "--private-key" option for "keypair create" 2017-03-06 08:34:28 +00:00
test_server.py Create server with security group ID and name 2017-05-22 20:32:01 +00:00
test_server_backup.py Replace 'MagicMock' with 'Mock' 2016-09-14 17:59:31 +08:00
test_server_event.py Add server event list and show commands 2017-03-07 15:25:43 +08:00
test_server_group.py Add choices for option '--policy' 2016-11-27 15:32:28 +08:00
test_server_image.py Replace 'MagicMock' with 'Mock' 2016-09-14 17:59:31 +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