support/testing: use pexpect.sendline directly
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Thu, 29 Jun 2017 02:45:44 +0000 (23:45 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 1 Jul 2017 14:05:14 +0000 (16:05 +0200)
commit77b4b948fc0309a1cf3eef55f44bec260319e5f8
tree3964fca5f9fb3e2c158f30516ff9041b035dee9f
parente664c5f71c9614b991b13225809772eaea4a3dc5
support/testing: use pexpect.sendline directly

When using pexpect there is no need for a helper function. Just use
sendline() directly everywhere.

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