Activity log for bug #1233139

Date Who What changed Old value New value Message
2013-09-30 12:39:20 Oleksii Serhiienko bug added bug
2013-09-30 12:56:50 Julien Danjou ceilometer: status New Triaged
2013-09-30 12:56:53 Julien Danjou ceilometer: importance Undecided Low
2013-09-30 13:06:23 Oleksii Serhiienko description I have a problem with running ceilometer tests. When I’m trying to run them I get an error: Error _StringException: Empty attachments: pythonlogging:'' … … … … NoSuchOptError: no such option: pipeline_cfg_file I think that problem in ceilometer/tests/base.py in this line: cfg.CONF.set_override( 'pipeline_cfg_file', self.path_get('etc/ceilometer/pipeline.yaml') ) I’m install ceilometer environment according to http://docs.openstack.org/developer/ceilometer/ Seeing that code has passed review – this is local error. Did somebody have the same problem? And how in your opinion I can fix it? I have a problem with running ceilometer tests. When I’m trying to run them I get an error: Error _StringException: Empty attachments:   pythonlogging:'' … … … … NoSuchOptError: no such option: pipeline_cfg_file I think that problem in ceilometer/tests/base.py in this line:         cfg.CONF.set_override(             'pipeline_cfg_file',             self.path_get('etc/ceilometer/pipeline.yaml')         ) I’m install ceilometer environment according to http://docs.openstack.org/developer/ceilometer/ Seeing that code has passed review – this is local error. Did somebody have the same problem? And how in your opinion I can fix it? -I'm running it on IntellIJ via Nosetest. But the same error I have when I running it via tox
2013-09-30 13:31:28 Oleksii Serhiienko description I have a problem with running ceilometer tests. When I’m trying to run them I get an error: Error _StringException: Empty attachments:   pythonlogging:'' … … … … NoSuchOptError: no such option: pipeline_cfg_file I think that problem in ceilometer/tests/base.py in this line:         cfg.CONF.set_override(             'pipeline_cfg_file',             self.path_get('etc/ceilometer/pipeline.yaml')         ) I’m install ceilometer environment according to http://docs.openstack.org/developer/ceilometer/ Seeing that code has passed review – this is local error. Did somebody have the same problem? And how in your opinion I can fix it? -I'm running it on IntellIJ via Nosetest. But the same error I have when I running it via tox I have a problem with running ceilometer tests. When I’m trying to run them I get an error: E Error _StringException: Empty attachments: pythonlogging:'' Traceback (most recent call last): File "/home/lexx/Desktop/monitoring/tests/hardware/inspector/test_snmp.py", line 211, in setUp super(TestSNMPInspector, self).setUp() File "/home/lexx/Desktop/monitoring/ceilometer/tests/base.py", line 47, in setUp self.path_get("etc/ceilometer/pipeline.yaml")) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1540, in __inner result = f(self, *args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1783, in set_override opt_info = self._get_opt_info(name, group) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 2029, in _get_opt_info raise NoSuchOptError(opt_name, group) NoSuchOptError: no such option: pipeline_cfg_file (this error in all tests which use "from ceilometer.tests import base") Ran 6 tests in 0.317s FAILED (errors=6) I think that problem in ceilometer/tests/base.py in this line:         cfg.CONF.set_override(             'pipeline_cfg_file',             self.path_get('etc/ceilometer/pipeline.yaml')         ) I’m install ceilometer environment according to http://docs.openstack.org/developer/ceilometer/ Seeing that code has passed review – this is local error. Did somebody have the same problem? And how in your opinion I can fix it? -I'm running it on IntellIJ via Nosetest. But the same error I have when I running it via tox
2013-09-30 13:41:37 Oleksii Serhiienko description I have a problem with running ceilometer tests. When I’m trying to run them I get an error: E Error _StringException: Empty attachments: pythonlogging:'' Traceback (most recent call last): File "/home/lexx/Desktop/monitoring/tests/hardware/inspector/test_snmp.py", line 211, in setUp super(TestSNMPInspector, self).setUp() File "/home/lexx/Desktop/monitoring/ceilometer/tests/base.py", line 47, in setUp self.path_get("etc/ceilometer/pipeline.yaml")) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1540, in __inner result = f(self, *args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1783, in set_override opt_info = self._get_opt_info(name, group) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 2029, in _get_opt_info raise NoSuchOptError(opt_name, group) NoSuchOptError: no such option: pipeline_cfg_file (this error in all tests which use "from ceilometer.tests import base") Ran 6 tests in 0.317s FAILED (errors=6) I think that problem in ceilometer/tests/base.py in this line:         cfg.CONF.set_override(             'pipeline_cfg_file',             self.path_get('etc/ceilometer/pipeline.yaml')         ) I’m install ceilometer environment according to http://docs.openstack.org/developer/ceilometer/ Seeing that code has passed review – this is local error. Did somebody have the same problem? And how in your opinion I can fix it? -I'm running it on IntellIJ via Nosetest. But the same error I have when I running it via tox I have a problem with running ceilometer tests. When I’m trying to run them I get an error: /usr/bin/python2.7 /home/lexx/.IntelliJIdea12/config/plugins/python/helpers/pycharm/noserunner.py /home/lexx/Desktop/monitoring/tests/test_plugin.py Testing started at 3:34 PM ... Error _StringException: Empty attachments: pythonlogging:'' Traceback (most recent call last): File "/home/lexx/Desktop/monitoring/ceilometer/tests/base.py", line 49, in setUp self.path_get('etc/ceilometer/pipeline.yaml') File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1540, in __inner result = f(self, *args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1783, in set_override opt_info = self._get_opt_info(name, group) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 2029, in _get_opt_info raise NoSuchOptError(opt_name, group) NoSuchOptError: no such option: pipeline_cfg_file E Error _StringException: Empty attachments: pythonlogging:'' Traceback (most recent call last): File "/home/lexx/Desktop/monitoring/ceilometer/tests/base.py", line 49, in setUp self.path_get('etc/ceilometer/pipeline.yaml') File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1540, in __inner result = f(self, *args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1783, in set_override opt_info = self._get_opt_info(name, group) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 2029, in _get_opt_info raise NoSuchOptError(opt_name, group) NoSuchOptError: no such option: pipeline_cfg_file E ====================================================================== ERROR: tests.test_plugin.NotificationBaseTestCase.test_handle_event_type ---------------------------------------------------------------------- _StringException: Empty attachments: pythonlogging:'' Traceback (most recent call last): File "/home/lexx/Desktop/monitoring/ceilometer/tests/base.py", line 49, in setUp self.path_get('etc/ceilometer/pipeline.yaml') File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1540, in __inner result = f(self, *args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1783, in set_override opt_info = self._get_opt_info(name, group) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 2029, in _get_opt_info raise NoSuchOptError(opt_name, group) NoSuchOptError: no such option: pipeline_cfg_file ====================================================================== ERROR: tests.test_plugin.NotificationBaseTestCase.test_to_samples ---------------------------------------------------------------------- _StringException: Empty attachments: pythonlogging:'' Traceback (most recent call last): File "/home/lexx/Desktop/monitoring/ceilometer/tests/base.py", line 49, in setUp self.path_get('etc/ceilometer/pipeline.yaml') File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1540, in __inner result = f(self, *args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1783, in set_override opt_info = self._get_opt_info(name, group) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 2029, in _get_opt_info raise NoSuchOptError(opt_name, group) NoSuchOptError: no such option: pipeline_cfg_file ---------------------------------------------------------------------- Ran 2 tests in 2.936s FAILED (errors=2) Process finished with exit code 1 I think that problem in ceilometer/tests/base.py in this line:         cfg.CONF.set_override(             'pipeline_cfg_file',             self.path_get('etc/ceilometer/pipeline.yaml')         ) I’m install ceilometer environment according to http://docs.openstack.org/developer/ceilometer/ Seeing that code has passed review – this is local error. Did somebody have the same problem? And how in your opinion I can fix it? -I'm running it on IntellIJ via Nosetest. But the same error I have when I running it via tox
2013-10-01 08:38:36 Oleksii Serhiienko description I have a problem with running ceilometer tests. When I’m trying to run them I get an error: /usr/bin/python2.7 /home/lexx/.IntelliJIdea12/config/plugins/python/helpers/pycharm/noserunner.py /home/lexx/Desktop/monitoring/tests/test_plugin.py Testing started at 3:34 PM ... Error _StringException: Empty attachments: pythonlogging:'' Traceback (most recent call last): File "/home/lexx/Desktop/monitoring/ceilometer/tests/base.py", line 49, in setUp self.path_get('etc/ceilometer/pipeline.yaml') File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1540, in __inner result = f(self, *args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1783, in set_override opt_info = self._get_opt_info(name, group) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 2029, in _get_opt_info raise NoSuchOptError(opt_name, group) NoSuchOptError: no such option: pipeline_cfg_file E Error _StringException: Empty attachments: pythonlogging:'' Traceback (most recent call last): File "/home/lexx/Desktop/monitoring/ceilometer/tests/base.py", line 49, in setUp self.path_get('etc/ceilometer/pipeline.yaml') File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1540, in __inner result = f(self, *args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1783, in set_override opt_info = self._get_opt_info(name, group) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 2029, in _get_opt_info raise NoSuchOptError(opt_name, group) NoSuchOptError: no such option: pipeline_cfg_file E ====================================================================== ERROR: tests.test_plugin.NotificationBaseTestCase.test_handle_event_type ---------------------------------------------------------------------- _StringException: Empty attachments: pythonlogging:'' Traceback (most recent call last): File "/home/lexx/Desktop/monitoring/ceilometer/tests/base.py", line 49, in setUp self.path_get('etc/ceilometer/pipeline.yaml') File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1540, in __inner result = f(self, *args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1783, in set_override opt_info = self._get_opt_info(name, group) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 2029, in _get_opt_info raise NoSuchOptError(opt_name, group) NoSuchOptError: no such option: pipeline_cfg_file ====================================================================== ERROR: tests.test_plugin.NotificationBaseTestCase.test_to_samples ---------------------------------------------------------------------- _StringException: Empty attachments: pythonlogging:'' Traceback (most recent call last): File "/home/lexx/Desktop/monitoring/ceilometer/tests/base.py", line 49, in setUp self.path_get('etc/ceilometer/pipeline.yaml') File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1540, in __inner result = f(self, *args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1783, in set_override opt_info = self._get_opt_info(name, group) File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 2029, in _get_opt_info raise NoSuchOptError(opt_name, group) NoSuchOptError: no such option: pipeline_cfg_file ---------------------------------------------------------------------- Ran 2 tests in 2.936s FAILED (errors=2) Process finished with exit code 1 I think that problem in ceilometer/tests/base.py in this line:         cfg.CONF.set_override(             'pipeline_cfg_file',             self.path_get('etc/ceilometer/pipeline.yaml')         ) I’m install ceilometer environment according to http://docs.openstack.org/developer/ceilometer/ Seeing that code has passed review – this is local error. Did somebody have the same problem? And how in your opinion I can fix it? -I'm running it on IntellIJ via Nosetest. But the same error I have when I running it via tox I have a problem with running ceilometer tests. When I’m trying to run them I get an error: /usr/bin/python2.7 /home/lexx/.IntelliJIdea12/config/plugins/python/helpers/pycharm/noserunner.py /home/lexx/Desktop/monitoring/tests/test_plugin.py Testing started at 3:34 PM ... Error _StringException: Empty attachments:   pythonlogging:'' Traceback (most recent call last):   File "/home/lexx/Desktop/monitoring/ceilometer/tests/base.py", line 49, in setUp     self.path_get('etc/ceilometer/pipeline.yaml')   File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1540, in __inner     result = f(self, *args, **kwargs)   File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1783, in set_override     opt_info = self._get_opt_info(name, group)   File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 2029, in _get_opt_info     raise NoSuchOptError(opt_name, group) NoSuchOptError: no such option: pipeline_cfg_file E Error _StringException: Empty attachments:   pythonlogging:'' Traceback (most recent call last):   File "/home/lexx/Desktop/monitoring/ceilometer/tests/base.py", line 49, in setUp     self.path_get('etc/ceilometer/pipeline.yaml')   File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1540, in __inner     result = f(self, *args, **kwargs)   File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1783, in set_override     opt_info = self._get_opt_info(name, group)   File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 2029, in _get_opt_info     raise NoSuchOptError(opt_name, group) NoSuchOptError: no such option: pipeline_cfg_file E ====================================================================== ERROR: tests.test_plugin.NotificationBaseTestCase.test_handle_event_type ---------------------------------------------------------------------- _StringException: Empty attachments:   pythonlogging:'' Traceback (most recent call last):   File "/home/lexx/Desktop/monitoring/ceilometer/tests/base.py", line 49, in setUp     self.path_get('etc/ceilometer/pipeline.yaml')   File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1540, in __inner     result = f(self, *args, **kwargs)   File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1783, in set_override     opt_info = self._get_opt_info(name, group)   File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 2029, in _get_opt_info     raise NoSuchOptError(opt_name, group) NoSuchOptError: no such option: pipeline_cfg_file ====================================================================== ERROR: tests.test_plugin.NotificationBaseTestCase.test_to_samples ---------------------------------------------------------------------- _StringException: Empty attachments:   pythonlogging:'' Traceback (most recent call last):   File "/home/lexx/Desktop/monitoring/ceilometer/tests/base.py", line 49, in setUp     self.path_get('etc/ceilometer/pipeline.yaml')   File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1540, in __inner     result = f(self, *args, **kwargs)   File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1783, in set_override     opt_info = self._get_opt_info(name, group)   File "/usr/local/lib/python2.7/dist-packages/oslo/config/cfg.py", line 2029, in _get_opt_info     raise NoSuchOptError(opt_name, group) NoSuchOptError: no such option: pipeline_cfg_file ---------------------------------------------------------------------- Ran 2 tests in 2.936s FAILED (errors=2) Process finished with exit code 1 I think that problem in ceilometer/tests/base.py in this line:         cfg.CONF.set_override(             'pipeline_cfg_file',             self.path_get('etc/ceilometer/pipeline.yaml')         ) I’m install ceilometer environment according to http://docs.openstack.org/developer/ceilometer/ Seeing that code has passed review – this is local error. Did somebody have the same problem? And how in your opinion I can fix it? -I'm running it on IntellIJ via Nosetest. But the same error I have when I running it via tox - https://git.openstack.org/cgit/openstack/ceilometer/commit/? id=c660794c75fe1b2079c8dbff35829081e67aeacd Was merged on 26th September and should have fixed this problem. Yes, It's my fault. I was not have a latest ceilometer version. Its is fix now.
2013-10-01 08:57:15 Julien Danjou ceilometer: status Triaged Fix Committed
2013-10-01 08:57:18 Julien Danjou ceilometer: assignee Julien Danjou (jdanjou)
2013-10-02 19:08:14 Thierry Carrez ceilometer: status Fix Committed Fix Released
2013-10-02 19:08:14 Thierry Carrez ceilometer: milestone havana-rc1
2013-10-17 09:37:52 Thierry Carrez ceilometer: milestone havana-rc1 2013.2