python-openstackclient/functional/tests/compute/v2
Sirushti Murugesan b12d850222 Fix functional tests for Python 3.4
* shlex.split() expects a string. Not bytes.
* decode the bytestring result of subprocess's communicate()
  to a string.

Change-Id: I209f67a91dc609b1e30cb9e683d3d6ee63d00069
2015-10-12 17:23:06 +05:30
..
__init__.py Add support for keypair functional tests 2015-05-17 15:12:28 +00:00
test_flavor.py Add functional tests for flavor metadata 2015-06-11 08:37:35 -06:00
test_keypair.py Remove checks for None dates in keypair functional tests 2015-05-22 13:01:40 -07:00
test_security_group.py Add functional tests for security group CRUD 2015-06-10 11:52:52 -06:00
test_server.py Fix functional tests for Python 3.4 2015-10-12 17:23:06 +05:30