]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
support/testing: use pexpect in emulator
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Thu, 29 Jun 2017 02:45:41 +0000 (23:45 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 1 Jul 2017 14:05:14 +0000 (16:05 +0200)
commiteb0fab80f6a89df903330a0f4f51623a1abed731
tree0ce0ec80c7498b7333b7da004b0b940550670bca
parentd498aa4a344a2b6433826d956ce5e89a2a71c395
support/testing: use pexpect in emulator

Replace subprocess + telnetlib with pexpect.

Use the telnet installed on the host machine instead of telnetlib, while
the serial from qemu is not yet redirected to stdio.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/testing/infra/emulator.py