Comment 0 for bug 1596573

Revision history for this message
Steve Martinelli (stevemar) wrote : image v2 functional test fails

Our functional test functional.tests.image.v2.test_image.ImageTests.test_image_unset is now failing:

2016-06-27 05:53:38.627491 | 2016-06-27 05:53:38.627 | Captured traceback:
2016-06-27 05:53:38.629022 | 2016-06-27 05:53:38.628 | ~~~~~~~~~~~~~~~~~~~
2016-06-27 05:53:38.630648 | 2016-06-27 05:53:38.630 | Traceback (most recent call last):
2016-06-27 05:53:38.632797 | 2016-06-27 05:53:38.632 | File "functional/tests/image/v2/test_image.py", line 71, in test_image_unset
2016-06-27 05:53:38.634680 | 2016-06-27 05:53:38.634 | self.openstack('image set --tag 01 ' + self.NAME)
2016-06-27 05:53:38.636401 | 2016-06-27 05:53:38.636 | File "functional/common/test.py", line 53, in openstack
2016-06-27 05:53:38.637875 | 2016-06-27 05:53:38.637 | return execute('openstack ' + cmd, fail_ok=fail_ok)
2016-06-27 05:53:38.639375 | 2016-06-27 05:53:38.639 | File "functional/common/test.py", line 42, in execute
2016-06-27 05:53:38.640832 | 2016-06-27 05:53:38.640 | result_err)
2016-06-27 05:53:38.642472 | 2016-06-27 05:53:38.642 | tempest.lib.exceptions.CommandFailed: Command 'openstack image set --tag 01 7fbbb8c5da634c54aea88473e4e3c16b' returned non-zero exit status 1.
2016-06-27 05:53:38.644617 | 2016-06-27 05:53:38.643 | stdout:
2016-06-27 05:53:38.647278 | 2016-06-27 05:53:38.646 |
2016-06-27 05:53:38.648879 | 2016-06-27 05:53:38.648 | stderr:
2016-06-27 05:53:38.650391 | 2016-06-27 05:53:38.650 | WARNING: openstackclient.common.utils is deprecated and will be removed after Jun 2017. Please use osc_lib.utils
2016-06-27 05:53:38.652680 | 2016-06-27 05:53:38.652 | 400 Bad Request
2016-06-27 05:53:38.655608 | 2016-06-27 05:53:38.654 | Invalid JSON pointer for this resource: '/tags/0'
2016-06-27 05:53:38.657146 | 2016-06-27 05:53:38.656 | (HTTP 400)