python-openstackclient/openstackclient/tests/compute/v2
Tang Chen f8f2f4dcd3 Use fake server name instead of id when testing "server_name" param.
"server create" command takes a server name parameter. The server id is
generated by openstack.

When we intended to pass a server name to the unit tests of "server create"
command, we passed server id. It won't be any problem because the fake
server id is also a string, but we should pass a fake server name because
we have a string to fake one.

Change-Id: I9944f0ea2a6c457e4fad8215a54778bca08965ab
2015-11-07 14:39:53 +08:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
fakes.py Fix quota set failed problem 2015-07-28 23:21:28 -04:00
test_flavor.py Support pagination params for flavor list 2015-10-21 08:24:58 +08:00
test_security_group_rule.py Properly handle port arguments for ICMP 2015-09-03 13:06:45 -05:00
test_security_group.py Fix security group create description bug 2015-04-22 18:37:31 -05:00
test_server.py Use fake server name instead of id when testing "server_name" param. 2015-11-07 14:39:53 +08:00