]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
oeqa: ssh: Use default SSH log level
authorMathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Fri, 26 Sep 2025 15:31:44 +0000 (17:31 +0200)
committerMathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Fri, 26 Sep 2025 15:31:44 +0000 (17:31 +0200)
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/lib/oeqa/core/target/ssh.py

index fb9a530c4fa6d140b07be0794b1ed02ea62c4b48..6f074181ade1bee9d6fd70b991bfd7de7e95ba2a 100644 (file)
@@ -38,7 +38,6 @@ class OESSHTarget(OETarget):
                 '-o', 'ServerAliveInterval=30',
                 '-o', 'UserKnownHostsFile=/dev/null',
                 '-o', 'StrictHostKeyChecking=no',
-                '-o', 'LogLevel=ERROR'
                 ]
         scp_options = [
                 '-r'