Re: [PATCH 7/8] tests/acceptance/boot_linux: Accept SSH pubkey

2020-09-11 Thread Willian Rampazzo
On Wed, Sep 9, 2020 at 3:46 PM Max Reitz wrote: > > Let download_cloudinit() take an optional pubkey, which subclasses of > BootLinux can pass through setUp(). > > Signed-off-by: Max Reitz > --- > tests/acceptance/boot_linux.py | 13 +++-- > 1 file changed, 7 insertions(+), 6 deletions(-

Re: [PATCH 7/8] tests/acceptance/boot_linux: Accept SSH pubkey

2020-09-09 Thread Philippe Mathieu-Daudé
On 9/9/20 8:40 PM, Max Reitz wrote: > Let download_cloudinit() take an optional pubkey, which subclasses of > BootLinux can pass through setUp(). > > Signed-off-by: Max Reitz Reviewed-by: Philippe Mathieu-Daudé > --- > tests/acceptance/boot_linux.py | 13 +++-- > 1 file changed, 7 ins

[PATCH 7/8] tests/acceptance/boot_linux: Accept SSH pubkey

2020-09-09 Thread Max Reitz
Let download_cloudinit() take an optional pubkey, which subclasses of BootLinux can pass through setUp(). Signed-off-by: Max Reitz --- tests/acceptance/boot_linux.py | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tests/acceptance/boot_linux.py b/tests/acceptanc