aboutsummaryrefslogtreecommitdiff
path: root/tests/requirements.txt
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2019-05-23 18:18:32 +0200
committerAleksandar Markovic <amarkovic@wavecomp.com>2019-05-26 17:45:02 +0200
commitc47c336e870585307f1e2371ea85a6256a05022e (patch)
tree8e7f2df75dcbc37d2bd70cc61c6922a5b6387768 /tests/requirements.txt
parent9e72f33d854b0a817c0d2fe4bca693b76f0fe776 (diff)
downloadqemu-c47c336e870585307f1e2371ea85a6256a05022e.zip
qemu-c47c336e870585307f1e2371ea85a6256a05022e.tar.gz
qemu-c47c336e870585307f1e2371ea85a6256a05022e.tar.bz2
BootLinuxSshTest: Test some userspace commands on Malta
This tests boot a full VM and check the serial console until the SSH daemon is running, then start a SSH session and run some commands. This test can be run using: $ avocado --show=ssh run -t arch:mips tests/acceptance/linux_ssh_mips_malta.py ssh: Entering interactive session. ssh: # uname -a ssh: Linux debian-mips 3.2.0-4-4kc-malta #1 Debian 3.2.51-1 mips GNU/Linux ssh: # lspci -d 11ab:4620 ssh: 00:00.0 Host bridge: Marvell Technology Group Ltd. GT-64120/64120A/64121A System Controller (rev 10) ssh: # cat /sys/bus/i2c/devices/i2c-0/name ssh: SMBus PIIX4 adapter at 1100 ssh: # cat /proc/mtd ssh: dev: size erasesize name ssh: mtd0: 00100000 00010000 "YAMON" ssh: mtd1: 002e0000 00010000 "User FS" ssh: mtd2: 00020000 00010000 "Board Config" ssh: # md5sum /dev/mtd2ro ssh: 0dfbe8aa4c20b52e1b8bf3cb6cbdf193 /dev/mtd2ro ssh: # poweroff Acked-by: Aleksandar Markovic <amarkovic@wavecomp.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20190523161832.22490-5-f4bug@amsat.org>
Diffstat (limited to 'tests/requirements.txt')
-rw-r--r--tests/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index 002ded6..3ae0e29 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -2,3 +2,4 @@
# in the tests/venv Python virtual environment. For more info,
# refer to: https://pip.pypa.io/en/stable/user_guide/#id1
avocado-framework==68.0
+paramiko