Doesn't seem to run on my end, I'm testing on a summit x440-24t running15.7.4.2 patch1-2
Getting the following error message when trying to run the script.
Traceback (most recent call last): File "/config/upmTest.py", line 3, in p = subprocess.Popen(['/exos/bin/exsh','-n0', '-b', '-e','remote_serial'], stdin = subprocess.PIPE, stdout = subprocess.PIPE, stderr = subprocess.PIPE) File "/exos/tools/lib/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) File "/exos/tools/lib/python2.7/subprocess.py", line 1245, in _execute_child child_exception = pickle.loads(data) File "/exos/tools/lib/python2.7/pickle.py", line 1382, in loads return Unpickler(file).load() File "/exos/tools/lib/python2.7/pickle.py", line 858, in load dispatch[key](self) File "/exos/tools/lib/python2.7/pickle.py", line 971, in load_string self.append(rep.decode("string-escape")) LookupError: unknown encoding: string-escape