This repository provides a collection of tools that enable automated testing of OpenPower systems. The op-test suite is designed to test a machine largely out of band - that is, it is designed for ...
This repository holds various scripts I've written over the years. The goal is to create a repository that could be used for knowledge retention and reference. I will be archiving or deleting scripts ...
I've used both pexpect and python's built-in telnetlib somewhat regularly to talk to "dumb" telnet devices. Depending on how complicated the data is, telnetlib might be good enough and will work ...