Guest User

Tempest Output

a guest
Apr 29th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. Failed to import test module: tempest.scenario.test_volume_boot_pattern
  2. Traceback (most recent call last):
  3. File "/root/tempest/.venv/lib/python2.7/site-packages/unittest2/loader.py", line 456, in _find_test_path
  4. module = self._get_module_from_name(name)
  5. File "/root/tempest/.venv/lib/python2.7/site-packages/unittest2/loader.py", line 395, in _get_module_from_name
  6. __import__(name)
  7. File "/root/tempest/tempest/scenario/test_volume_boot_pattern.py", line 16, in <module>
  8. from tempest.scenario import manager
  9. File "/root/tempest/tempest/scenario/manager.py", line 26, in <module>
  10. from tempest.common.utils.linux import remote_client
  11. File "/root/tempest/tempest/common/utils/linux/remote_client.py", line 29, in <module>
  12. class RemoteClient(object):
  13. File "/root/tempest/tempest/common/utils/linux/remote_client.py", line 85, in RemoteClient
  14. def ping_host(self, host, count=CONF.validation.ping_count,
  15. File "/root/tempest/tempest/config.py", line 1370, in __getattr__
  16. self._config = TempestConfigPrivate(config_path=self._path)
  17. File "/root/tempest/tempest/config.py", line 1329, in __init__
  18. logging.register_options(_CONF)
  19. File "/root/tempest/.venv/lib/python2.7/site-packages/oslo_log/log.py", line 231, in register_options
  20. conf.register_cli_opts(_options.common_cli_opts)
  21. File "/root/tempest/.venv/lib/python2.7/site-packages/oslo_config/cfg.py", line 2106, in __inner
  22. result = f(self, *args, **kwargs)
  23. File "/root/tempest/.venv/lib/python2.7/site-packages/oslo_config/cfg.py", line 2290, in register_cli_opts
  24. self.register_cli_opt(opt, group, clear_cache=False)
  25. File "/root/tempest/.venv/lib/python2.7/site-packages/oslo_config/cfg.py", line 2110, in __inner
  26. return f(self, *args, **kwargs)
  27. File "/root/tempest/.venv/lib/python2.7/site-packages/oslo_config/cfg.py", line 2282, in register_cli_opt
  28. raise ArgsAlreadyParsedError("cannot register CLI option")
  29. ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option
Add Comment
Please, Sign In to add comment