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


v5: 
 -  fix comment error. 
 -  

v4: 
 -  optimize judgment condition. 
 -  

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 lower than 3.6.9, 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-27  5:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-23  9:25 [dts] [PATCH V5 0/3] framework: check the python version yufengmx
2020-10-23  9:25 ` [dts] [PATCH V5 1/3] " yufengmx
2020-10-23  9:25 ` [dts] [PATCH V5 2/3] " yufengmx
2020-10-23  9:25 ` [dts] [PATCH V5 3/3] " yufengmx
2020-10-27  5:32 ` [dts] [PATCH V5 0/3] " Tu, Lijuan

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).