openstack-python-openstackc.../openstackclient/tests/functional/compute/v2
liuyamin 5bec3b7e3b Replace assertEqual(True/False, expr) with assertTrue/assertFalse
In some cases, If the result of expr is a boolen value, we shoud
use assertTrue/assertFalse to instead. Because it is clear and simple.

Change-Id: I53b345fc3915a7b0e737e9dd4d58fe09c746d61c
2018-11-14 14:50:05 +08:00
..
__init__.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
common.py volume functest: ensure snapshots deleted when volume delete 2017-06-06 01:14:20 +00:00
test_agent.py Functional test for agent 2016-11-26 02:13:30 +08:00
test_aggregate.py Slow down and retry aggregate create/delete to lessen race 2018-07-06 13:15:59 -05:00
test_flavor.py Replace assertEqual(True/False, expr) with assertTrue/assertFalse 2018-11-14 14:50:05 +08:00
test_keypair.py flake8-import-order: Ensure to place project imports last 2017-08-22 21:38:07 +00:00
test_server.py Merge "Default --nic to 'auto' if creating a server with >= 2.37" 2018-10-26 03:20:17 +00:00
test_server_event.py Refactor ServerTests and ServerEventTests functional test classes 2017-03-10 14:50:21 +08:00
test_server_group.py Functional test for server group 2016-11-24 22:50:44 +08:00