~curtin-dev/curtin/trunk

Viewing all changes in revision 283.

  • Committer: Scott Moser
  • Date: 2015-10-19 18:12:07 UTC
  • mfrom: (282.1.19 curtin)
  • Revision ID: smoser@ubuntu.com-20151019181207-gc0yl3a14aj4j6ld
An assortment of minor fixes to the LVM Testcase.

[1/18] check for the second lvm mount in fstab as well
[2/18] Fix python error reports about accessing assert function where they
       were not inherited.
       __test__ = false is set anyway so that doesn't cause any harm to
       derive TestCase earlier.
[3/18] Ensure class names differ in copy and pasted tests to recognize
       which class really had issues
[4/18] Move the fstab test to a generic place and only instruct via
       setting a lst of paths to test
[5/18] Install fs tools for btrfs and xfs
[6/18] Allow all mdadm raidlevels and alias which work in curtin
[7/18] Report commands generated by vmtests and submitted into cloud-init
[8/18] Fix a too long line to satisfy flake8 checker
[9/18] Generalizing file content checks
[10/18] Generalize device name checks
[11/18] Harden the fstab check to fail in a more graceful way
[12/18] Restructure class inheritance in the LVM tests for better reuse
[13/18] Restructure class inheritance in mdadm tests for better reuse
[14/18] Add a testcase to put root on mirrored devices
[15/18] Add a testcase to put root on raid5 devices
[16/18] Add testcase to put boot on raid6 based device
[17/18] Add testcase to put boot on raid10 based device
[18/18] Adding a test that ramps up complexity.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: