Bug#891360: marked as done (python-magnumclient FTBFS: test failures)

2018-03-08 Thread Debian Bug Tracking System
Your message dated Thu, 08 Mar 2018 15:08:06 +
with message-id 
and subject line Bug#891360: fixed in python-magnumclient 2.8.0-1
has caused the Debian Bug report #891360,
regarding python-magnumclient FTBFS: test failures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
891360: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891360
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-magnumclient
Version: 2.7.0-4
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-magnumclient.html

...
==
FAIL: magnumclient.tests.test_shell.ShellTest.test_main_endpoint_internal
magnumclient.tests.test_shell.ShellTest.test_main_endpoint_internal
--
_StringException: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
  File "magnumclient/tests/test_shell.py", line 296, in 
test_main_endpoint_internal
mock_client.assert_called_once_with(**expected_args)
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 948, in 
assert_called_once_with
return self.assert_called_with(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 937, in 
assert_called_with
six.raise_from(AssertionError(_error_message(cause)), cause)
  File "/usr/lib/python2.7/dist-packages/six.py", line 737, in raise_from
raise value
AssertionError: Expected call: Client(api_version='latest', auth_token=None, 
auth_url='http://no.where/v2.0', cloud=None, insecure=False, 
interface='internal', magnum_url=None, password='password', profile=None, 
project_domain_id=None, project_domain_name=None, project_id=None, 
project_name='project_name', region_name=None, service_type='container-infra', 
user_domain_id=None, user_domain_name=None, user_id=None, username='username')
Actual call: Client(api_version='latest', auth_token=None, 
auth_url='http://no.where/v2.0', cloud=None, insecure=False, 
interface='internal', magnum_url=None, password='password', 
project_domain_id=None, project_domain_name=None, project_id=None, 
project_name='project_name', region_name=None, service_type='container-infra', 
user_domain_id=None, user_domain_name=None, user_id=None, username='username')


==
FAIL: magnumclient.tests.test_shell.ShellTestKeystoneV3.test_main_no_region
magnumclient.tests.test_shell.ShellTestKeystoneV3.test_main_no_region
--
_StringException: Traceback (most recent call last):
  File "magnumclient/tests/test_shell.py", line 280, in test_main_no_region
self._test_main_region('bay-list', None)
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
  File "magnumclient/tests/test_shell.py", line 266, in _test_main_region
mock_client.assert_called_once_with(**expected_args)
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 948, in 
assert_called_once_with
return self.assert_called_with(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 937, in 
assert_called_with
six.raise_from(AssertionError(_error_message(cause)), cause)
  File "/usr/lib/python2.7/dist-packages/six.py", line 737, in raise_from
raise value
AssertionError: Expected call: Client(api_version='latest', auth_token=None, 
auth_url='http://no.where/v3', cloud=None, insecure=False, interface='public', 
magnum_url=None, password='password', profile=None, project_domain_id=None, 
project_domain_name=None, project_id=None, project_name='project_name', 
region_name=None, service_type='container-infra', user_domain_id=None, 
user_domain_name=None, user_id=None, username='username')
Actual call: Client(api_version='latest', auth_token=None, 
auth_url='http://no.where/v3', cloud=None, insecure=False, interface='public', 
magnum_url=None, password='password', project_domain_id=None, 
project_domain_name=None, project_id=None, project_name='project_name', 
region_name=None, service_type='container-infra', user_domain_id=None, 
user_domain_name=None, user_id=None, username='username')


==
FAIL: magnumclient.tests.test_shell.ShellTest.test_main_os_cloud
magnumclient.tests.test_shell.ShellTest.test_main_os_cloud

Bug#891360: marked as done (python-magnumclient FTBFS: test failures)

2018-03-07 Thread Debian Bug Tracking System
Your message dated Wed, 7 Mar 2018 21:30:38 +0100
with message-id <355c8d26-7ebc-3806-1a54-0bab7fba8...@debian.org>
and subject line Fixed in 2.8.0-1
has caused the Debian Bug report #891360,
regarding python-magnumclient FTBFS: test failures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
891360: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891360
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-magnumclient
Version: 2.7.0-4
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-magnumclient.html

...
==
FAIL: magnumclient.tests.test_shell.ShellTest.test_main_endpoint_internal
magnumclient.tests.test_shell.ShellTest.test_main_endpoint_internal
--
_StringException: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
  File "magnumclient/tests/test_shell.py", line 296, in 
test_main_endpoint_internal
mock_client.assert_called_once_with(**expected_args)
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 948, in 
assert_called_once_with
return self.assert_called_with(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 937, in 
assert_called_with
six.raise_from(AssertionError(_error_message(cause)), cause)
  File "/usr/lib/python2.7/dist-packages/six.py", line 737, in raise_from
raise value
AssertionError: Expected call: Client(api_version='latest', auth_token=None, 
auth_url='http://no.where/v2.0', cloud=None, insecure=False, 
interface='internal', magnum_url=None, password='password', profile=None, 
project_domain_id=None, project_domain_name=None, project_id=None, 
project_name='project_name', region_name=None, service_type='container-infra', 
user_domain_id=None, user_domain_name=None, user_id=None, username='username')
Actual call: Client(api_version='latest', auth_token=None, 
auth_url='http://no.where/v2.0', cloud=None, insecure=False, 
interface='internal', magnum_url=None, password='password', 
project_domain_id=None, project_domain_name=None, project_id=None, 
project_name='project_name', region_name=None, service_type='container-infra', 
user_domain_id=None, user_domain_name=None, user_id=None, username='username')


==
FAIL: magnumclient.tests.test_shell.ShellTestKeystoneV3.test_main_no_region
magnumclient.tests.test_shell.ShellTestKeystoneV3.test_main_no_region
--
_StringException: Traceback (most recent call last):
  File "magnumclient/tests/test_shell.py", line 280, in test_main_no_region
self._test_main_region('bay-list', None)
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
  File "magnumclient/tests/test_shell.py", line 266, in _test_main_region
mock_client.assert_called_once_with(**expected_args)
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 948, in 
assert_called_once_with
return self.assert_called_with(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 937, in 
assert_called_with
six.raise_from(AssertionError(_error_message(cause)), cause)
  File "/usr/lib/python2.7/dist-packages/six.py", line 737, in raise_from
raise value
AssertionError: Expected call: Client(api_version='latest', auth_token=None, 
auth_url='http://no.where/v3', cloud=None, insecure=False, interface='public', 
magnum_url=None, password='password', profile=None, project_domain_id=None, 
project_domain_name=None, project_id=None, project_name='project_name', 
region_name=None, service_type='container-infra', user_domain_id=None, 
user_domain_name=None, user_id=None, username='username')
Actual call: Client(api_version='latest', auth_token=None, 
auth_url='http://no.where/v3', cloud=None, insecure=False, interface='public', 
magnum_url=None, password='password', project_domain_id=None, 
project_domain_name=None, project_id=None, project_name='project_name', 
region_name=None, service_type='container-infra', user_domain_id=None, 
user_domain_name=None, user_id=None, username='username')


==
FAIL: magnumclient.tests.test_shell.ShellTest.test_main_os_cloud
magnumclient.tests.test_shell.ShellTest.test_main_os_cloud