Is there a minimum Python version required for qa/843 and the
memory_python PMDA?
The test is failing on i586 CentOS 5.10 with this python
kenj@vm04:~/src/pcp/qa$ python -V
Python 2.4.3
and with this in the PMDA's log file.
Log for pmdamemory_python on vm04.localdomain started Sun Nov 9
09:25:29 2014
[Sun Nov 9 09:25:34] pmdamemory_python(6079) Info: _metric_names value
is '', not 'memory_python.memory_valid'
Traceback (most recent call last):
File
"/home/kenj/src/pcp/qa/pmdas/memory_python/pmdamemory_python.python",
line 55, in memory_fetch
raise KeyError(msg)
KeyError: "_metric_names value is '', not 'memory_python.memory_valid'"
|