test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 0/7] dts/pktgen: fix internal bugs
@ 2019-08-06  7:51 yufengmx
  2019-08-06  7:51 ` [dts] [PATCH V1 1/7] framework/logger: add pktgen logger and remove duplicate yufengmx
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: yufengmx @ 2019-08-06  7:51 UTC (permalink / raw)
  To: dts; +Cc: yufengmx

 These commits are internal bugs fixed, which are reported by li,wenjie. 
 
 *. move tester/dut logger close after session close for logger used by session. 
 *. remove duplicate ixia logger setting. 
 *. add pktgen logger setting in logger module. 
 *. set pktgen modules part of information logger display to debug level. 
 *. set PacketGenerator class logger as Ixia class logger. 
 *. remove logger format setting after import libs to fix dts redundant logs. 
 *. remove un-used libs. 
 *. fix typo. 
 *. fix pep8 issue. 

yufengmx (7):
  framework/logger: add pktgen logger and remove duplicate code
  framework/dut: fix logger quit issue
  framework/tester: fix logger quit issue
  framework/pktgen_base: fix internal bug
  framework/pktgen_ixia: fix internal bug
  framework/pktgen_trex: fix internal bug
  framework/pktgen: fix pep8 issue

 framework/dut.py         |   8 +-
 framework/logger.py      |  25 ++++++-
 framework/pktgen.py      |  29 +++-----
 framework/pktgen_base.py |  36 ++++-----
 framework/pktgen_ixia.py | 190 ++++++++++++++++++++++++-----------------------
 framework/pktgen_trex.py | 146 ++++++++++++++++++------------------
 framework/tester.py      |   2 +-
 7 files changed, 225 insertions(+), 211 deletions(-)

-- 
1.9.3


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-08-06  8:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-06  7:51 [dts] [PATCH V1 0/7] dts/pktgen: fix internal bugs yufengmx
2019-08-06  7:51 ` [dts] [PATCH V1 1/7] framework/logger: add pktgen logger and remove duplicate yufengmx
2019-08-06  7:51 ` [dts] [PATCH V1 2/7] framework/dut: fix logger quit issue yufengmx
2019-08-06  7:51 ` [dts] [PATCH V1 3/7] framework/tester: " yufengmx
2019-08-06  7:51 ` [dts] [PATCH V1 4/7] framework/pktgen_base: fix internal bug yufengmx
2019-08-06  7:51 ` [dts] [PATCH V1 5/7] framework/pktgen_ixia: " yufengmx
2019-08-06  7:51 ` [dts] [PATCH V1 6/7] framework/pktgen_trex: " yufengmx
2019-08-06  7:51 ` [dts] [PATCH V1 7/7] framework/pktgen: fix pep8 issue yufengmx

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).