test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V3 0/3] framework: check the python version
@ 2020-10-23  7:09 yufengmx
  2020-10-23  7:09 ` [dts] [PATCH V3 1/3] " yufengmx
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: yufengmx @ 2020-10-23  7:09 UTC (permalink / raw)
  To: dts, lijuan.tu, lihongx.ma; +Cc: yufengmx


v3: 
 -  update check condition as required 
 -  DTS only support Python3 now, it doesn't support Python2. But it requires Python minus version. E.g. Python3.4 is not supported, it requires version larger than 3.6x. 

v2: 
 -  add python version check at the beginning of run_all and tester crb init stage. 

v1: 
 - implement a method to check the python version of tester and the server that run dts. 
 - If the version is python2, print a warning message. 

yufengmx (3):
  framework: check the python version
  framework: check the python version
  framework: check the python version

 framework/dts.py    |  6 +++++-
 framework/tester.py |  5 ++++-
 framework/utils.py  | 28 ++++++++++++++++++++++++++++
 3 files changed, 37 insertions(+), 2 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2020-10-23  7:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-23  7:09 [dts] [PATCH V3 0/3] framework: check the python version yufengmx
2020-10-23  7:09 ` [dts] [PATCH V3 1/3] " yufengmx
2020-10-23  7:51   ` Ma, LihongX
2020-10-23  7:09 ` [dts] [PATCH V3 2/3] " yufengmx
2020-10-23  7:09 ` [dts] [PATCH V3 3/3] " 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).