[Buildroot] [PATCH v3 4/5] support/testing: add package tests

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Mar 22 13:08:07 UTC 2017


Hello,

On Wed, 22 Mar 2017 09:26:01 +0100, Thomas De Schampheleire wrote:

> This can be done using the paramiko python module, basically:
> 
>             import paramiko
>             client = paramiko.SSHClient()
>             client.set_missing_host_key_policy(paramiko.AutoAddPolicy())
>             client.connect(host, username=user, password=pass)

Good idea. Let's leave this as a future improvement :-)

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com


More information about the buildroot mailing list