mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-21 12:34:54 +00:00
lf_check.py : added the server Fedora Version
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
059177a68b
commit
902dd03495
@@ -97,6 +97,7 @@ if sys.version_info[0] != 3:
|
||||
exit()
|
||||
|
||||
import os
|
||||
import platform
|
||||
import importlib
|
||||
import socket
|
||||
import logging
|
||||
@@ -1482,6 +1483,7 @@ note if all json data (rig,dut,tests) in same json file pass same json in for a
|
||||
|
||||
lf_server['Server Host Name'] = [hostname]
|
||||
lf_server['Server ip'] = [ip]
|
||||
lf_server['Server Fedora Version'] = [platform.platform()]
|
||||
lf_server['Python3 Version'] = [sys.version]
|
||||
lf_server['Python3 Executable'] = [sys.executable]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user