Advertisement
Guest User

Untitled

a guest
Aug 6th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.03 KB | None | 0 0
  1. ==============================
  2. Failed 4 tests - output below:
  3. ==============================
  4.  
  5. neutron.tests.unit.agent.l2.extensions.test_qos_agent.QosAgentExtensionTestCase.test_handle_known_port
  6. ------------------------------------------------------------------------------------------------------
  7.  
  8. Captured traceback:
  9. ~~~~~~~~~~~~~~~~~~~
  10. Traceback (most recent call last):
  11. File "neutron/tests/unit/agent/l2/extensions/test_qos_agent.py", line 42, in setUp
  12. self.qos_agent.initialize()
  13. File "neutron/agent/l2/extensions/qos_agent.py", line 81, in initialize
  14. 'neutron.qos.agent_drivers', cfg.CONF.qos.agent_driver)()
  15. File "/.autodirect/mtrswgwork/moshele/openstack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2553, in __getattr__
  16. return self._conf._get(name, self._group)
  17. File "/.autodirect/mtrswgwork/moshele/openstack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2270, in _get
  18. value = self._do_get(name, group, namespace)
  19. File "/.autodirect/mtrswgwork/moshele/openstack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2288, in _do_get
  20. info = self._get_opt_info(name, group)
  21. File "/.autodirect/mtrswgwork/moshele/openstack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2421, in _get_opt_info
  22. raise NoSuchOptError(opt_name, group)
  23. oslo_config.cfg.NoSuchOptError: no such option in group qos: agent_driver
  24.  
  25.  
  26. neutron.tests.unit.agent.l2.extensions.test_qos_agent.QosAgentExtensionTestCase.test_handle_known_port_change_policy_id
  27. -----------------------------------------------------------------------------------------------------------------------
  28.  
  29. Captured traceback:
  30. ~~~~~~~~~~~~~~~~~~~
  31. Traceback (most recent call last):
  32. File "neutron/tests/unit/agent/l2/extensions/test_qos_agent.py", line 42, in setUp
  33. self.qos_agent.initialize()
  34. File "neutron/agent/l2/extensions/qos_agent.py", line 81, in initialize
  35. 'neutron.qos.agent_drivers', cfg.CONF.qos.agent_driver)()
  36. File "/.autodirect/mtrswgwork/moshele/openstack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2553, in __getattr__
  37. return self._conf._get(name, self._group)
  38. File "/.autodirect/mtrswgwork/moshele/openstack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2270, in _get
  39. value = self._do_get(name, group, namespace)
  40. File "/.autodirect/mtrswgwork/moshele/openstack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2288, in _do_get
  41. info = self._get_opt_info(name, group)
  42. File "/.autodirect/mtrswgwork/moshele/openstack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2421, in _get_opt_info
  43. raise NoSuchOptError(opt_name, group)
  44. oslo_config.cfg.NoSuchOptError: no such option in group qos: agent_driver
  45.  
  46.  
  47. neutron.tests.unit.agent.l2.extensions.test_qos_agent.QosAgentExtensionTestCase.test_handle_port_with_no_policy
  48. ---------------------------------------------------------------------------------------------------------------
  49.  
  50. Captured traceback:
  51. ~~~~~~~~~~~~~~~~~~~
  52. Traceback (most recent call last):
  53. File "neutron/tests/unit/agent/l2/extensions/test_qos_agent.py", line 42, in setUp
  54. self.qos_agent.initialize()
  55. File "neutron/agent/l2/extensions/qos_agent.py", line 81, in initialize
  56. 'neutron.qos.agent_drivers', cfg.CONF.qos.agent_driver)()
  57. File "/.autodirect/mtrswgwork/moshele/openstack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2553, in __getattr__
  58. return self._conf._get(name, self._group)
  59. File "/.autodirect/mtrswgwork/moshele/openstack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2270, in _get
  60. value = self._do_get(name, group, namespace)
  61. File "/.autodirect/mtrswgwork/moshele/openstack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2288, in _do_get
  62. info = self._get_opt_info(name, group)
  63. File "/.autodirect/mtrswgwork/moshele/openstack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2421, in _get_opt_info
  64. raise NoSuchOptError(opt_name, group)
  65. oslo_config.cfg.NoSuchOptError: no such option in group qos: agent_driver
  66.  
  67.  
  68. neutron.tests.unit.agent.l2.extensions.test_qos_agent.QosAgentExtensionTestCase.test_handle_unknown_port
  69. --------------------------------------------------------------------------------------------------------
  70.  
  71. Captured traceback:
  72. ~~~~~~~~~~~~~~~~~~~
  73. Traceback (most recent call last):
  74. File "neutron/tests/unit/agent/l2/extensions/test_qos_agent.py", line 42, in setUp
  75. self.qos_agent.initialize()
  76. File "neutron/agent/l2/extensions/qos_agent.py", line 81, in initialize
  77. 'neutron.qos.agent_drivers', cfg.CONF.qos.agent_driver)()
  78. File "/.autodirect/mtrswgwork/moshele/openstack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2553, in __getattr__
  79. return self._conf._get(name, self._group)
  80. File "/.autodirect/mtrswgwork/moshele/openstack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2270, in _get
  81. value = self._do_get(name, group, namespace)
  82. File "/.autodirect/mtrswgwork/moshele/openstack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2288, in _do_get
  83. info = self._get_opt_info(name, group)
  84. File "/.autodirect/mtrswgwork/moshele/openstack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2421, in _get_opt_info
  85. raise NoSuchOptError(opt_name, group)
  86. oslo_config.cfg.NoSuchOptError: no such option in group qos: agent_driver
  87.  
  88.  
  89.  
  90. ======
  91. Totals
  92. ======
  93. Ran: 8003 tests in 416.0000 sec.
  94. - Passed: 7674
  95. - Skipped: 325
  96. - Expected Fail: 0
  97. - Unexpected Success: 0
  98. - Failed: 4
  99. Sum of execute time for each test: 8794.0956 sec.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement