Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from cinder import i18n
- ImportError: No module named cinder
- ======================================================================
- FAIL: tests.test_shell.ShellTest.test_help_on_subcommand_error
- tags: worker-0
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "tests/test_shell.py", line 94, in test_help_on_subcommand_error
- self.assertRaises(exc.CommandError, shell, 'help bad')
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 420, in assertRaises
- self.assertThat(our_callable, matcher)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 431, in assertThat
- mismatch_error = self._matchHelper(matchee, matcher, message, verbose)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 481, in _matchHelper
- mismatch = matcher.match(matchee)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/matchers/_exception.py", line 108, in match
- mismatch = self.exception_matcher.match(exc_info)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/matchers/_higherorder.py", line 62, in match
- mismatch = matcher.match(matchee)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 412, in match
- reraise(*matchee)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/matchers/_exception.py", line 101, in match
- result = matchee()
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 965, in __call__
- return self._callable_object(*self._args, **self._kwargs)
- File "tests/test_shell.py", line 75, in <lambda>
- shell = lambda cmd: _shell.main(cmd.split())
- File "glanceclient/shell.py", line 561, in main
- subcommand_parser = self.get_subcommand_parser(api_version)
- File "glanceclient/shell.py", line 287, in get_subcommand_parser
- submodule = utils.import_versioned_module(version, 'shell')
- File "glanceclient/common/utils.py", line 215, in import_versioned_module
- return importutils.import_module(module)
- File "glanceclient/openstack/common/importutils.py", line 57, in import_module
- __import__(import_str)
- File "glanceclient/v1/__init__.py", line 16, in <module>
- from glanceclient.v1.client import Client # noqa
- File "glanceclient/v1/client.py", line 18, in <module>
- from glanceclient.v1.image_members import ImageMemberManager
- File "glanceclient/v1/image_members.py", line 16, in <module>
- from glanceclient.openstack.common.apiclient import base
- File "glanceclient/openstack/common/apiclient/base.py", line 32, in <module>
- from glanceclient.openstack.common.apiclient import exceptions
- File "glanceclient/openstack/common/apiclient/exceptions.py", line 29, in <module>
- from cinder import i18n
- ImportError: No module named cinder
- ======================================================================
- FAIL: tests.test_shell.ShellTest.test_help_unknown_command
- tags: worker-0
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "tests/test_shell.py", line 85, in test_help_unknown_command
- self.assertRaises(exc.CommandError, shell.main, argstr.split())
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 420, in assertRaises
- self.assertThat(our_callable, matcher)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 431, in assertThat
- mismatch_error = self._matchHelper(matchee, matcher, message, verbose)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 481, in _matchHelper
- mismatch = matcher.match(matchee)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/matchers/_exception.py", line 108, in match
- mismatch = self.exception_matcher.match(exc_info)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/matchers/_higherorder.py", line 62, in match
- mismatch = matcher.match(matchee)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 412, in match
- reraise(*matchee)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/matchers/_exception.py", line 101, in match
- result = matchee()
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 965, in __call__
- return self._callable_object(*self._args, **self._kwargs)
- File "glanceclient/shell.py", line 561, in main
- subcommand_parser = self.get_subcommand_parser(api_version)
- File "glanceclient/shell.py", line 287, in get_subcommand_parser
- submodule = utils.import_versioned_module(version, 'shell')
- File "glanceclient/common/utils.py", line 215, in import_versioned_module
- return importutils.import_module(module)
- File "glanceclient/openstack/common/importutils.py", line 57, in import_module
- __import__(import_str)
- File "glanceclient/v1/__init__.py", line 16, in <module>
- from glanceclient.v1.client import Client # noqa
- File "glanceclient/v1/client.py", line 18, in <module>
- from glanceclient.v1.image_members import ImageMemberManager
- File "glanceclient/v1/image_members.py", line 16, in <module>
- from glanceclient.openstack.common.apiclient import base
- File "glanceclient/openstack/common/apiclient/base.py", line 32, in <module>
- from glanceclient.openstack.common.apiclient import exceptions
- File "glanceclient/openstack/common/apiclient/exceptions.py", line 29, in <module>
- from cinder import i18n
- ImportError: No module named cinder
- ======================================================================
- FAIL: tests.test_shell.ShellTest.test_no_auth_with_token_and_image_url_with_v1
- tags: worker-0
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1193, in patched
- arg = patching.__enter__()
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1252, in __enter__
- self.target = self.getter()
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1414, in <lambda>
- getter = lambda: _importer(target)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1102, in _importer
- thing = _dot_lookup(thing, comp, import_path)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1091, in _dot_lookup
- __import__(import_path)
- File "glanceclient/v1/__init__.py", line 16, in <module>
- from glanceclient.v1.client import Client # noqa
- File "glanceclient/v1/client.py", line 18, in <module>
- from glanceclient.v1.image_members import ImageMemberManager
- File "glanceclient/v1/image_members.py", line 16, in <module>
- from glanceclient.openstack.common.apiclient import base
- File "glanceclient/openstack/common/apiclient/base.py", line 32, in <module>
- from glanceclient.openstack.common.apiclient import exceptions
- File "glanceclient/openstack/common/apiclient/exceptions.py", line 29, in <module>
- from cinder import i18n
- ImportError: No module named cinder
- ======================================================================
- FAIL: tests.test_shell.ShellTestWithKeystoneV3Auth.test_api_discovery_failed_with_unversioned_auth_url
- tags: worker-0
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1201, in patched
- return func(*args, **keywargs)
- File "tests/test_shell.py", line 286, in test_api_discovery_failed_with_unversioned_auth_url
- self.assertRaises(exc.CommandError, glance_shell.main, args.split())
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 420, in assertRaises
- self.assertThat(our_callable, matcher)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 431, in assertThat
- mismatch_error = self._matchHelper(matchee, matcher, message, verbose)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 481, in _matchHelper
- mismatch = matcher.match(matchee)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/matchers/_exception.py", line 108, in match
- mismatch = self.exception_matcher.match(exc_info)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/matchers/_higherorder.py", line 62, in match
- mismatch = matcher.match(matchee)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 412, in match
- reraise(*matchee)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/matchers/_exception.py", line 101, in match
- result = matchee()
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 965, in __call__
- return self._callable_object(*self._args, **self._kwargs)
- File "glanceclient/shell.py", line 561, in main
- subcommand_parser = self.get_subcommand_parser(api_version)
- File "glanceclient/shell.py", line 287, in get_subcommand_parser
- submodule = utils.import_versioned_module(version, 'shell')
- File "glanceclient/common/utils.py", line 215, in import_versioned_module
- return importutils.import_module(module)
- File "glanceclient/openstack/common/importutils.py", line 57, in import_module
- __import__(import_str)
- File "glanceclient/v1/__init__.py", line 16, in <module>
- from glanceclient.v1.client import Client # noqa
- File "glanceclient/v1/client.py", line 18, in <module>
- from glanceclient.v1.image_members import ImageMemberManager
- File "glanceclient/v1/image_members.py", line 16, in <module>
- from glanceclient.openstack.common.apiclient import base
- File "glanceclient/openstack/common/apiclient/base.py", line 32, in <module>
- from glanceclient.openstack.common.apiclient import exceptions
- File "glanceclient/openstack/common/apiclient/exceptions.py", line 29, in <module>
- from cinder import i18n
- ImportError: No module named cinder
- ======================================================================
- FAIL: tests.test_shell.ShellTestWithKeystoneV3Auth.test_auth_plugin_invocation_with_unversioned_auth_url_with_v1
- tags: worker-0
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1193, in patched
- arg = patching.__enter__()
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1252, in __enter__
- self.target = self.getter()
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1414, in <lambda>
- getter = lambda: _importer(target)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1102, in _importer
- thing = _dot_lookup(thing, comp, import_path)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1091, in _dot_lookup
- __import__(import_path)
- File "glanceclient/v1/__init__.py", line 16, in <module>
- from glanceclient.v1.client import Client # noqa
- File "glanceclient/v1/client.py", line 18, in <module>
- from glanceclient.v1.image_members import ImageMemberManager
- File "glanceclient/v1/image_members.py", line 16, in <module>
- from glanceclient.openstack.common.apiclient import base
- File "glanceclient/openstack/common/apiclient/base.py", line 32, in <module>
- from glanceclient.openstack.common.apiclient import exceptions
- File "glanceclient/openstack/common/apiclient/exceptions.py", line 29, in <module>
- from cinder import i18n
- ImportError: No module named cinder
- ======================================================================
- FAIL: tests.test_shell.ShellTestWithKeystoneV3Auth.test_auth_plugin_invocation_with_v1
- tags: worker-0
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1193, in patched
- arg = patching.__enter__()
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1252, in __enter__
- self.target = self.getter()
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1414, in <lambda>
- getter = lambda: _importer(target)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1102, in _importer
- thing = _dot_lookup(thing, comp, import_path)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1091, in _dot_lookup
- __import__(import_path)
- File "glanceclient/v1/__init__.py", line 16, in <module>
- from glanceclient.v1.client import Client # noqa
- File "glanceclient/v1/client.py", line 18, in <module>
- from glanceclient.v1.image_members import ImageMemberManager
- File "glanceclient/v1/image_members.py", line 16, in <module>
- from glanceclient.openstack.common.apiclient import base
- File "glanceclient/openstack/common/apiclient/base.py", line 32, in <module>
- from glanceclient.openstack.common.apiclient import exceptions
- File "glanceclient/openstack/common/apiclient/exceptions.py", line 29, in <module>
- from cinder import i18n
- ImportError: No module named cinder
- ======================================================================
- FAIL: tests.test_shell.ShellTestWithKeystoneV3Auth.test_cert_and_key_args_interchangeable
- tags: worker-0
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1201, in patched
- return func(*args, **keywargs)
- File "tests/test_shell.py", line 116, in test_cert_and_key_args_interchangeable
- shell(args)
- File "tests/test_shell.py", line 75, in <lambda>
- shell = lambda cmd: _shell.main(cmd.split())
- File "glanceclient/shell.py", line 561, in main
- subcommand_parser = self.get_subcommand_parser(api_version)
- File "glanceclient/shell.py", line 287, in get_subcommand_parser
- submodule = utils.import_versioned_module(version, 'shell')
- File "glanceclient/common/utils.py", line 215, in import_versioned_module
- return importutils.import_module(module)
- File "glanceclient/openstack/common/importutils.py", line 57, in import_module
- __import__(import_str)
- File "glanceclient/v1/__init__.py", line 16, in <module>
- from glanceclient.v1.client import Client # noqa
- File "glanceclient/v1/client.py", line 18, in <module>
- from glanceclient.v1.image_members import ImageMemberManager
- File "glanceclient/v1/image_members.py", line 16, in <module>
- from glanceclient.openstack.common.apiclient import base
- File "glanceclient/openstack/common/apiclient/base.py", line 32, in <module>
- from glanceclient.openstack.common.apiclient import exceptions
- File "glanceclient/openstack/common/apiclient/exceptions.py", line 29, in <module>
- from cinder import i18n
- ImportError: No module named cinder
- ======================================================================
- FAIL: tests.test_shell.ShellTestWithKeystoneV3Auth.test_help
- tags: worker-0
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "tests/test_shell.py", line 90, in test_help
- actual = shell.main(argstr.split())
- File "glanceclient/shell.py", line 561, in main
- subcommand_parser = self.get_subcommand_parser(api_version)
- File "glanceclient/shell.py", line 287, in get_subcommand_parser
- submodule = utils.import_versioned_module(version, 'shell')
- File "glanceclient/common/utils.py", line 215, in import_versioned_module
- return importutils.import_module(module)
- File "glanceclient/openstack/common/importutils.py", line 57, in import_module
- __import__(import_str)
- File "glanceclient/v1/__init__.py", line 16, in <module>
- from glanceclient.v1.client import Client # noqa
- File "glanceclient/v1/client.py", line 18, in <module>
- from glanceclient.v1.image_members import ImageMemberManager
- File "glanceclient/v1/image_members.py", line 16, in <module>
- from glanceclient.openstack.common.apiclient import base
- File "glanceclient/openstack/common/apiclient/base.py", line 32, in <module>
- from glanceclient.openstack.common.apiclient import exceptions
- File "glanceclient/openstack/common/apiclient/exceptions.py", line 29, in <module>
- from cinder import i18n
- ImportError: No module named cinder
- ======================================================================
- FAIL: tests.test_shell.ShellTestWithKeystoneV3Auth.test_help_on_subcommand_error
- tags: worker-0
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "tests/test_shell.py", line 94, in test_help_on_subcommand_error
- self.assertRaises(exc.CommandError, shell, 'help bad')
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 420, in assertRaises
- self.assertThat(our_callable, matcher)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 431, in assertThat
- mismatch_error = self._matchHelper(matchee, matcher, message, verbose)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 481, in _matchHelper
- mismatch = matcher.match(matchee)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/matchers/_exception.py", line 108, in match
- mismatch = self.exception_matcher.match(exc_info)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/matchers/_higherorder.py", line 62, in match
- mismatch = matcher.match(matchee)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 412, in match
- reraise(*matchee)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/matchers/_exception.py", line 101, in match
- result = matchee()
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 965, in __call__
- return self._callable_object(*self._args, **self._kwargs)
- File "tests/test_shell.py", line 75, in <lambda>
- shell = lambda cmd: _shell.main(cmd.split())
- File "glanceclient/shell.py", line 561, in main
- subcommand_parser = self.get_subcommand_parser(api_version)
- File "glanceclient/shell.py", line 287, in get_subcommand_parser
- submodule = utils.import_versioned_module(version, 'shell')
- File "glanceclient/common/utils.py", line 215, in import_versioned_module
- return importutils.import_module(module)
- File "glanceclient/openstack/common/importutils.py", line 57, in import_module
- __import__(import_str)
- File "glanceclient/v1/__init__.py", line 16, in <module>
- from glanceclient.v1.client import Client # noqa
- File "glanceclient/v1/client.py", line 18, in <module>
- from glanceclient.v1.image_members import ImageMemberManager
- File "glanceclient/v1/image_members.py", line 16, in <module>
- from glanceclient.openstack.common.apiclient import base
- File "glanceclient/openstack/common/apiclient/base.py", line 32, in <module>
- from glanceclient.openstack.common.apiclient import exceptions
- File "glanceclient/openstack/common/apiclient/exceptions.py", line 29, in <module>
- from cinder import i18n
- ImportError: No module named cinder
- ======================================================================
- FAIL: tests.test_shell.ShellTestWithKeystoneV3Auth.test_help_unknown_command
- tags: worker-0
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "tests/test_shell.py", line 85, in test_help_unknown_command
- self.assertRaises(exc.CommandError, shell.main, argstr.split())
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 420, in assertRaises
- self.assertThat(our_callable, matcher)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 431, in assertThat
- mismatch_error = self._matchHelper(matchee, matcher, message, verbose)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 481, in _matchHelper
- mismatch = matcher.match(matchee)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/matchers/_exception.py", line 108, in match
- mismatch = self.exception_matcher.match(exc_info)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/matchers/_higherorder.py", line 62, in match
- mismatch = matcher.match(matchee)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 412, inSchema is not a valid JSON object.
- No metadata definition namespace passed via stdin or --file argument.
- Schema is not a valid JSON object.
- Property MyProperty not found in object MyObject.
- Schema is not a valid JSON object.
- Schema is not a valid JSON object.
- Schema is not a valid JSON object.
- match
- reraise(*matchee)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/matchers/_exception.py", line 101, in match
- result = matchee()
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 965, in __call__
- return self._callable_object(*self._args, **self._kwargs)
- File "glanceclient/shell.py", line 561, in main
- subcommand_parser = self.get_subcommand_parser(api_version)
- File "glanceclient/shell.py", line 287, in get_subcommand_parser
- submodule = utils.import_versioned_module(version, 'shell')
- File "glanceclient/common/utils.py", line 215, in import_versioned_module
- return importutils.import_module(module)
- File "glanceclient/openstack/common/importutils.py", line 57, in import_module
- __import__(import_str)
- File "glanceclient/v1/__init__.py", line 16, in <module>
- from glanceclient.v1.client import Client # noqa
- File "glanceclient/v1/client.py", line 18, in <module>
- from glanceclient.v1.image_members import ImageMemberManager
- File "glanceclient/v1/image_members.py", line 16, in <module>
- from glanceclient.openstack.common.apiclient import base
- File "glanceclient/openstack/common/apiclient/base.py", line 32, in <module>
- from glanceclient.openstack.common.apiclient import exceptions
- File "glanceclient/openstack/common/apiclient/exceptions.py", line 29, in <module>
- from cinder import i18n
- ImportError: No module named cinder
- ======================================================================
- FAIL: tests.test_shell.ShellTestWithKeystoneV3Auth.test_no_auth_with_token_and_image_url_with_v1
- tags: worker-0
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1193, in patched
- arg = patching.__enter__()
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1252, in __enter__
- self.target = self.getter()
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1414, in <lambda>
- getter = lambda: _importer(target)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1102, in _importer
- thing = _dot_lookup(thing, comp, import_path)
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/mock.py", line 1091, in _dot_lookup
- __import__(import_path)
- File "glanceclient/v1/__init__.py", line 16, in <module>
- from glanceclient.v1.client import Client # noqa
- File "glanceclient/v1/client.py", line 18, in <module>
- from glanceclient.v1.image_members import ImageMemberManager
- File "glanceclient/v1/image_members.py", line 16, in <module>
- from glanceclient.openstack.common.apiclient import base
- File "glanceclient/openstack/common/apiclient/base.py", line 32, in <module>
- from glanceclient.openstack.common.apiclient import exceptions
- File "glanceclient/openstack/common/apiclient/exceptions.py", line 29, in <module>
- from cinder import i18n
- ImportError: No module named cinder
- ======================================================================
- FAIL: unittest.loader.ModuleImportFailure.tests.test_base
- tags: worker-0
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- ImportError: Failed to import test module: tests.test_base
- Traceback (most recent call last):
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/run.py", line 472, in _find_tests
- module = self._get_module_from_name(name)
- File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name
- __import__(name)
- File "tests/test_base.py", line 19, in <module>
- from glanceclient.openstack.common.apiclient import base
- File "glanceclient/openstack/common/apiclient/base.py", line 32, in <module>
- from glanceclient.openstack.common.apiclient import exceptions
- File "glanceclient/openstack/common/apiclient/exceptions.py", line 29, in <module>
- from cinder import i18n
- ImportError: No module named cinder
- ======================================================================
- FAIL: unittest.loader.ModuleImportFailure.tests.v1.test_client
- tags: worker-0
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- ImportError: Failed to import test module: tests.v1.test_client
- Traceback (most recent call last):
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/run.py", line 472, in _find_tests
- module = self._get_module_from_name(name)
- File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name
- __import__(name)
- File "tests/v1/test_client.py", line 18, in <module>
- from glanceclient.v1 import client
- File "glanceclient/v1/__init__.py", line 16, in <module>
- from glanceclient.v1.client import Client # noqa
- File "glanceclient/v1/client.py", line 18, in <module>
- from glanceclient.v1.image_members import ImageMemberManager
- File "glanceclient/v1/image_members.py", line 16, in <module>
- from glanceclient.openstack.common.apiclient import base
- File "glanceclient/openstack/common/apiclient/base.py", line 32, in <module>
- from glanceclient.openstack.common.apiclient import exceptions
- File "glanceclient/openstack/common/apiclient/exceptions.py", line 29, in <module>
- from cinder import i18n
- ImportError: No module named cinder
- ======================================================================
- FAIL: unittest.loader.ModuleImportFailure.tests.v1.test_image_members
- tags: worker-0
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- ImportError: Failed to import test module: tests.v1.test_image_members
- Traceback (most recent call last):
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/run.py", line 472, in _find_tests
- module = self._get_module_from_name(name)
- File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name
- __import__(name)
- File "tests/v1/test_image_members.py", line 18, in <module>
- import glanceclient.v1.image_members
- File "glanceclient/v1/__init__.py", line 16, in <module>
- from glanceclient.v1.client import Client # noqa
- File "glanceclient/v1/client.py", line 18, in <module>
- from glanceclient.v1.image_members import ImageMemberManager
- File "glanceclient/v1/image_members.py", line 16, in <module>
- from glanceclient.openstack.common.apiclient import base
- File "glanceclient/openstack/common/apiclient/base.py", line 32, in <module>
- from glanceclient.openstack.common.apiclient import exceptions
- File "glanceclient/openstack/common/apiclient/exceptions.py", line 29, in <module>
- from cinder import i18n
- ImportError: No module named cinder
- ======================================================================
- FAIL: unittest.loader.ModuleImportFailure.tests.v1.test_images
- tags: worker-0
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- ImportError: Failed to import test module: tests.v1.test_images
- Traceback (most recent call last):
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/run.py", line 472, in _find_tests
- module = self._get_module_from_name(name)
- File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name
- __import__(name)
- File "tests/v1/test_images.py", line 23, in <module>
- from glanceclient.v1 import client
- File "glanceclient/v1/__init__.py", line 16, in <module>
- from glanceclient.v1.client import Client # noqa
- File "glanceclient/v1/client.py", line 18, in <module>
- from glanceclient.v1.image_members import ImageMemberManager
- File "glanceclient/v1/image_members.py", line 16, in <module>
- from glanceclient.openstack.common.apiclient import base
- File "glanceclient/openstack/common/apiclient/base.py", line 32, in <module>
- from glanceclient.openstack.common.apiclient import exceptions
- File "glanceclient/openstack/common/apiclient/exceptions.py", line 29, in <module>
- from cinder import i18n
- ImportError: No module named cinder
- ======================================================================
- FAIL: unittest.loader.ModuleImportFailure.tests.v1.test_shell
- tags: worker-0
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- ImportError: Failed to import test module: tests.v1.test_shell
- Traceback (most recent call last):
- File "/opt/stack/python-glanceclient/.tox/py27/local/lib/python2.7/site-packages/testtools/run.py", line 472, in _find_tests
- module = self._get_module_from_name(name)
- File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name
- __import__(name)
- File "tests/v1/test_shell.py", line 30, in <module>
- import glanceclient.v1.client as client
- File "glanceclient/v1/__init__.py", line 16, in <module>
- from glanceclient.v1.client import Client # noqa
- File "glanceclient/v1/client.py", line 18, in <module>
- from glanceclient.v1.image_members import ImageMemberManager
- File "glanceclient/v1/image_members.py", line 16, in <module>
- from glanceclient.openstack.common.apiclient import base
- File "glanceclient/openstack/common/apiclient/base.py", line 32, in <module>
- from glanceclient.openstack.common.apiclient import exceptions
- File "glanceclient/openstack/common/apiclient/exceptions.py", line 29, in <module>
- from cinder import i18n
- ImportError: No module named cinder
- Ran 222 tests in 1.470s (-0.041s)
- FAILED (id=3, failures=20)
- error: testr failed (1)
- ERROR: InvocationError: '/opt/stack/python-glanceclient/.tox/py27/bin/python setup.py testr --testr-args='
- ___________________________________ summary ____________________________________
- ERROR: py27: commands failed
- openstack@ubuntu:/opt/stack/python-glanceclient$
Advertisement
Add Comment
Please, Sign In to add comment