This patchset includes the new work made by Cleber on the xfstests module,
that introduces a new utility method for software manager to install
software dependencies for a given autotest test module. I'll leverage
that work on my new autotest_regression test, that performs some basic
checks in the autotest source tree, appropriate to be executed against
supported distros. This module will be part of the automated regression
autotest 'next' branch testing.

Cleber Rosa (9):
  xfstests: also include tests that have results ending in '.out.linux'
  xfstests: update to latest version on official git repo
  xfstests: experiment with software manager and distro specific deps
  xfstests: add a variant for running xfstests inside a guest
  xfstests: move software dependency installation to the control file
  xfstests: also include package dependecies for virtual partition
  xfstests: experiment with test groups
  xfstests: enabled packages deps for both Fedora and Red Hat
  xfstests: move distro installation package to a utility function

Lucas Meneghel Rodrigues (1):
  client.tests: Add new autotest_regression module

 client/shared/software_manager.py                  |  34 +++++
 .../autotest_regression/autotest_regression.py     |  45 +++++++
 client/tests/autotest_regression/control           |  22 ++++
 client/tests/xfstests/control                      |  16 ++-
 client/tests/xfstests/xfstests.py                  |  53 +++++++-
 client/tests/xfstests/xfstests.tar.bz2             | Bin 582982 -> 605013 bytes
 client/virt/autotest_control/xfstests.control      | 143 +++++++++++++++++++++
 client/virt/subtests.cfg.sample                    |   3 +
 8 files changed, 308 insertions(+), 8 deletions(-)
 create mode 100644 client/tests/autotest_regression/autotest_regression.py
 create mode 100644 client/tests/autotest_regression/control
 create mode 100644 client/virt/autotest_control/xfstests.control

-- 
1.7.11.2

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to