zun/zun/tests/unit/api
rajat29 b03fbe6dfd Convert type of 'command' from string to list
Zun is currently using a string representation of 'command',
but Docker is returning 'Cmd' in string representation. This
requires a conversion of commands between list and string,
which is complicated and error-prone (it might causes bugs like
https://review.openstack.org/#/c/551795/).
It is better to switch from string to list

Co-Authored-By: Hongbin Lu <hongbin034@gmail.com>

Change-Id: Ie0df504a67cc20907d35e3513fd80d3f6be687fd
Closes-Bug: #1755019
2018-06-30 18:28:40 +00:00
..
controllers Convert type of 'command' from string to list 2018-06-30 18:28:40 +00:00
__init__.py Implement root controller 2016-06-10 17:11:09 -05:00
base.py Convert type of 'command' from string to list 2018-06-30 18:28:40 +00:00
test_utils.py Remove the usage of WSME library 2018-04-20 02:24:25 +00:00
test_validations.py Convert type of 'command' from string to list 2018-06-30 18:28:40 +00:00
utils.py Add availability_zone to service 2018-02-19 18:40:08 +00:00