mbox series

[V2,0/3] framework: check the python version

Message ID 20201014071448.32119-1-yufengx.mo@intel.com (mailing list archive)
Headers
Series framework: check the python version |

Message

Yufen.Mo Oct. 14, 2020, 7:14 a.m. UTC
  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  | 23 +++++++++++++++++++++++
 3 files changed, 32 insertions(+), 2 deletions(-)