kumquat-buildroot/support/testing/tests
Romain Naour 243d500f8d support/testing: add openssh runtime test
This new runtime test is based on test_dropbear.py. The only required change
is to use "-oStrictHostKeyChecking=no" instead of "-y" to accept the new key.

Since the base test infra only provide a uClibc-ng toolchain, add a second
test using a glibc based internal toolchain.

For example, this allow to trigger the openssh 8.1p bug with glibc 2.31 [1].

[1] https://bugs.archlinux.org/task/65386

Signed-off-by: Romain Naour <romain.naour@smile.fr>
yann.morin.1998@free.fr:
  - deduplicate the whole test
  - don't provide any NIC, we only need and use lo
  - simplify post-build script (append with cat, don't munge with sed)
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-08-19 22:13:43 +02:00
..
boot support/testing/tests/boot/test_atf: DTC needed for ATF Vexpress test 2020-08-09 22:14:24 +02:00
core support/testing/tests/core/test_timezone.py: fix indentation 2020-08-14 21:56:08 +02:00
download support/testing: switch to Python 3 only 2019-10-28 22:14:07 +01:00
fs support/testing: factor out run_cmd_on_host 2019-08-11 22:11:58 +02:00
init support/testing: fix systemd test by using a more recent gcc 2020-04-05 20:32:10 +02:00
package support/testing: add openssh runtime test 2020-08-19 22:13:43 +02:00
toolchain support/testing: use more recent toolchains 2017-10-21 19:48:30 +02:00
utils support/testing: switch to Python 3 only 2019-10-28 22:14:07 +01:00
__init__.py