Patch 9 fixes an issue where the device has IPv6 disabled, causing a FileNotFound error. All other patches edit files to replace standard strings with f-strings. Anubhav Shelat (10): rteval: Use f-strings in rtevalclient.py rteval: Use f-strings in rtevalConfig rteval: Use f-strings in cputopology rteval: Use f-strings in kernel.py rteval: Use f-strings in memory.py rteval: Use f-strings in osinfo rteval: Use f-strings in services.py rteval: Use f-strings in tools.py Added code to check if the proc/net/if_inet6 file exists while loading IPv6 addresses in the IPv6Addresses class rteval: Use f-strings in __init__.py rteval/rtevalConfig.py | 2 +- rteval/rtevalclient.py | 2 +- rteval/sysinfo/__init__.py | 18 +++++++----------- rteval/sysinfo/cputopology.py | 4 +--- rteval/sysinfo/kernel.py | 4 ++-- rteval/sysinfo/memory.py | 8 ++++---- rteval/sysinfo/newnet.py | 28 ++++++++++++++++------------ rteval/sysinfo/osinfo.py | 12 ++++++------ rteval/sysinfo/services.py | 12 ++++++------ rteval/sysinfo/tools.py | 2 +- 10 files changed, 45 insertions(+), 47 deletions(-) -- 2.31.1