On Wed, Feb 3, 2021 at 2:25 PM Cleber Rosa <cr...@redhat.com> wrote: > > It's questionable wether it's necessary to create one brand new pair > for each test. It's not questionable that it takes less time and > resources to just use the keys available at "tests/keys" that exist > for that exact reason. > > If a location for the public key is not given explicitly, the > LinuxTest will now set up the existing pair of keys as the default. > This removes the need for a lot of boiler plate code. > > To avoid the ssh client from erroring on permission issues, a > directory with restricive permissions is created for the private key. > This should still be a lot cheaper than creating a new key. > > Signed-off-by: Cleber Rosa <cr...@redhat.com> > --- > tests/acceptance/avocado_qemu/__init__.py | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) >
Reviewed-by: Willian Rampazzo <willi...@redhat.com>