summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pymongo_2.6.3.bb
diff options
context:
space:
mode:
authorKeith Holman <Keith.Holman@windriver.com>2014-06-25 14:50:20 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-06-25 15:45:16 -0400
commit3d35e4786d8bd2f552ed2d5cce61a28ecb81ddd9 (patch)
tree6adeba1d6bfe10e0309911d6ef4fdcfc2d0d17e6 /meta-openstack/recipes-devtools/python/python-pymongo_2.6.3.bb
parent7f0f4633770ca2aa91ed169cd0a927885a579df4 (diff)
downloadmeta-cloud-services-3d35e4786d8bd2f552ed2d5cce61a28ecb81ddd9.tar.gz
neutronclient: use csv flag instead of json
The tests included with neutronclient are calling neutron commands agents-list and net-list with the "-f" flag set to "json". This isn't supported and throws an exception during the test. The exception is unexpected and fails to free the resources allocated by the mox testing library causing the following tests to fail. This fix applies a patch that prevents the exception from being thrown by calling the commands with the "-f" flag set to "csv", which is supported. Signed-off-by: Keith Holman <Keith.Holman@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pymongo_2.6.3.bb')
0 files changed, 0 insertions, 0 deletions