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(-
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
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