pcp
[Top] [All Lists]

pcp updates: qa, python3 work

To: PCP <pcp@xxxxxxxxxxx>
Subject: pcp updates: qa, python3 work
From: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu, 26 Feb 2015 02:12:51 -0500 (EST)
Delivered-to: pcp@xxxxxxxxxxx
Reply-to: Nathan Scott <nathans@xxxxxxxxxx>
Thread-index: 9MNZFvqv5EFd1N1mL5MdGCOnQ1wQFQ==
Thread-topic: pcp updates: qa, python3 work
Changes committed to git://git.pcp.io/pcp.git dev

Nathan Scott (9):
      qa: resolve pcp-testsuite build issue with python disabled
      qa: ensure qa/359 works on non-containers hosts too
      pcp-uptime: python3 portability changes (int/float)
      pmatop: python2/python3 portability work
      qa: update test 145 to handle optional container feature bit
      qa: tests porting allowing python version switching
      pmiostat: python3 porting work, ensure sorted device output
      pmcollectl: python3 porting work, esp int/float and map issues
      pcp2graphite: python3 porting work, syntax + qa initially

 qa/145                           |    1 
 qa/359                           |    6 +-
 qa/667                           |   10 +--
 qa/742                           |   10 +--
 qa/743                           |   13 +++--
 qa/829                           |    6 +-
 qa/842                           |    2 
 qa/842.out                       |    8 +--
 qa/991                           |   15 +++--
 qa/pmdas/GNUmakefile.install     |    5 +
 src/pcp/uptime/pcp-uptime.py     |   12 ++--
 src/pcp2graphite/pcp2graphite.py |   79 +++++++++++++++----------------
 src/pmatop/pmatop.py             |   99 ++++++++++++++++++++++-----------------
 src/pmcollectl/pmcollectl.py     |   27 +++++-----
 src/pmiostat/pmiostat.py         |    2 
 src/python/pcp/pmgui.py          |   12 ++++
 src/python/pcp/pmsubsys.py       |   35 +++++++------
 17 files changed, 193 insertions(+), 149 deletions(-)

<Prev in Thread] Current Thread [Next in Thread>
  • pcp updates: qa, python3 work, Nathan Scott <=