]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/selftest/gcc: Fix host key verfication failure
authorHarish Sadineni <Harish.Sadineni@windriver.com>
Thu, 8 Aug 2024 14:50:40 +0000 (07:50 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Aug 2024 08:28:09 +0000 (09:28 +0100)
commitd32ec0b4d242879ab8eaf96e1cb407e8f0bb9f3d
tree2f8424eddcc7ca67a741abc1d8df9cc721234feb
parent35782416823fa863d26a338256f642f6bc480a96
oeqa/selftest/gcc: Fix host key verfication failure

while runnig oe-selftest for gcc, testcases that need to be run on qemu are not running due to below failures.
- Executing on ssh: mkdir -p /tmp/runtest.3549641   (timeout = 300)
   spawn [open ...]
   Host key verification failed.
   ERROR: Couldn't create remote directory /tmp/runtest.3549641 on ssh

Host key verification failure is happening when ssh board config file name is
defined as "ssh.exp" and there are multiple ssh.exp files generated during the build
and a wrong ssh config was taken. To resolve this changed the board config file name
to "linux-ssh.exp" which ensures correct ssh settings are used.

Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/gcc.py
meta/recipes-devtools/gcc/gcc-testsuite.inc