support/testing: add python-pexpect tests
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Fri, 16 Nov 2018 03:57:29 +0000 (01:57 -0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 23 Nov 2018 21:05:46 +0000 (22:05 +0100)
commitcdad4bf6aa58b50182e3ae3e61e1550dd7769090
tree2b73686ab44c688d8b97daca1cc6d1409c46e534
parent756dd5f132ffe75b727e32df8648b95672e5493a
support/testing: add python-pexpect tests

Add a simple test case to check the basic usage. Call 'login' and try
wrong user/password, expecting the 'Login incorrect' message.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
.gitlab-ci.yml
support/testing/tests/package/sample_python_pexpect.py [new file with mode: 0644]
support/testing/tests/package/test_python_pexpect.py [new file with mode: 0644]