python-openstackclient/openstackclient/tests/unit/compute/v2
Rui Chen c051c5f090 Fix "server create" command failed when --nic auto or none
"auto" and "none" options was added into --nic argument of server create
command in patch https://review.openstack.org/#/c/412698/ , but that
don't work and raise internal error when execute command. The patch
fix that issue and add unit and functional tests.

Change-Id: Ia718c3bac0a5172a0cdbe9f0d97972a9346c1172
Co-Authored-By: Kevin_Zheng <zhengzhenyu@huawei.com>
Closes-Bug: #1663520
2017-02-15 14:25:37 +08: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 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_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 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_server.py Fix "server create" command failed when --nic auto or none 2017-02-15 14:25:37 +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