mbox series

[0/4] tests/vm: misc fixes and optimizations

Message ID 20190613130718.3763-1-crosa@redhat.com
Headers show
Series tests/vm: misc fixes and optimizations | expand

Message

Cleber Rosa June 13, 2019, 1:07 p.m. UTC
A collection of simple fixes and misc optimizations I found
myself doing while investigating a console issue with the
vm tests.

Cleber Rosa (4):
  tests/vm: avoid extra compressed image copy
  tests/vm: avoid image presence check and removal
  tests/vm: pin ubuntu.i386 image
  tests/vm: add source repos on ubuntu.i386

 tests/vm/centos      | 6 ++----
 tests/vm/freebsd     | 6 ++----
 tests/vm/netbsd      | 6 ++----
 tests/vm/openbsd     | 6 ++----
 tests/vm/ubuntu.i386 | 7 ++++---
 5 files changed, 12 insertions(+), 19 deletions(-)

Comments

Alex Bennée June 13, 2019, 1:22 p.m. UTC | #1
Cleber Rosa <crosa@redhat.com> writes:

> A collection of simple fixes and misc optimizations I found
> myself doing while investigating a console issue with the
> vm tests.

Queued to testing/next, thanks.

>
> Cleber Rosa (4):
>   tests/vm: avoid extra compressed image copy
>   tests/vm: avoid image presence check and removal
>   tests/vm: pin ubuntu.i386 image
>   tests/vm: add source repos on ubuntu.i386
>
>  tests/vm/centos      | 6 ++----
>  tests/vm/freebsd     | 6 ++----
>  tests/vm/netbsd      | 6 ++----
>  tests/vm/openbsd     | 6 ++----
>  tests/vm/ubuntu.i386 | 7 ++++---
>  5 files changed, 12 insertions(+), 19 deletions(-)


--
Alex Bennée