01f1db Convert to flat layout

Authored and Committed by Michel Alexandre Salim a year ago
24 files changed. 228 lines added. 4 lines removed.
.gitignore
file modified
+137 -2
.python-blivet.metadata
file removed
-2
0001-force-lvm-cli-plugin.patchSOURCES/0001-force-lvm-cli-plugin.patch
file renamed
+0 -0
0002-remove-btrfs-plugin.patchSOURCES/0002-remove-btrfs-plugin.patch
file renamed
+0 -0
0003-Revert-More-consistent-lvm-errors.patchSOURCES/0003-Revert-More-consistent-lvm-errors.patch
file renamed
+0 -0
0005-Fix-unify-importing-mock-module-in-tests.patchSOURCES/0005-Fix-unify-importing-mock-module-in-tests.patch
file renamed
+0 -0
0006-Fix-util.virt_detect-on-Xen.patchSOURCES/0006-Fix-util.virt_detect-on-Xen.patch
file renamed
+0 -0
0007-Fix-activating-old-style-LVM-snapshots.patchSOURCES/0007-Fix-activating-old-style-LVM-snapshots.patch
file renamed
+0 -0
0008-Fix-resolving-devices-with-names-that-look-like-BIOS.patchSOURCES/0008-Fix-resolving-devices-with-names-that-look-like-BIOS.patch
file renamed
+0 -0
0009-Do-not-set-chunk-size-for-RAID1.patchSOURCES/0009-Do-not-set-chunk-size-for-RAID1.patch
file renamed
+0 -0
0010-Fix-running-tests-in-gating.patchSOURCES/0010-Fix-running-tests-in-gating.patch
file renamed
+0 -0
0011-Tell-LVM-to-ignore-the-new-devices-file-for-now.patchSOURCES/0011-Tell-LVM-to-ignore-the-new-devices-file-for-now.patch
file renamed
+0 -0
0012-Improve-error-message-printed-for-missing-dependecie.patchSOURCES/0012-Improve-error-message-printed-for-missing-dependecie.patch
file renamed
+0 -0
0013-Use-bigger-chunk-size-for-thinpools-bigger-than-15.8.patchSOURCES/0013-Use-bigger-chunk-size-for-thinpools-bigger-than-15.8.patch
file renamed
+0 -0
0014-LVM-devices-file-support.patchSOURCES/0014-LVM-devices-file-support.patch
file renamed
+0 -0
0015-iscsi-Replace-all-log_exception_info-calls-with-log.patchSOURCES/0015-iscsi-Replace-all-log_exception_info-calls-with-log.patch
file renamed
+0 -0
gating.yaml
file added
+6
python-blivet.specSPECS/python-blivet.spec
file renamed
+0 -0
sources
file added
+2
tests/.fmf/version
file added
+1
tests/lvm_factory.py
file added
+42
tests/provision.fmf
file added
+8
tests/tests.yml
file added
+21
tests/unit_testing.sh
file added
+11
    Convert to flat layout
    
    Signed-off-by: Michel Alexandre Salim <salimma@centosproject.org>
    
        
file modified
+137 -2
0001-force-lvm-cli-plugin.patch SOURCES/0001-force-lvm-cli-plugin.patch
file renamed
file was renamed with no change to the file
0002-remove-btrfs-plugin.patch SOURCES/0002-remove-btrfs-plugin.patch
file renamed
file was renamed with no change to the file
0003-Revert-More-consistent-lvm-errors.patch SOURCES/0003-Revert-More-consistent-lvm-errors.patch
file renamed
file was renamed with no change to the file
0005-Fix-unify-importing-mock-module-in-tests.patch SOURCES/0005-Fix-unify-importing-mock-module-in-tests.patch
file renamed
file was renamed with no change to the file
0006-Fix-util.virt_detect-on-Xen.patch SOURCES/0006-Fix-util.virt_detect-on-Xen.patch
file renamed
file was renamed with no change to the file
0007-Fix-activating-old-style-LVM-snapshots.patch SOURCES/0007-Fix-activating-old-style-LVM-snapshots.patch
file renamed
file was renamed with no change to the file
0008-Fix-resolving-devices-with-names-that-look-like-BIOS.patch SOURCES/0008-Fix-resolving-devices-with-names-that-look-like-BIOS.patch
file renamed
file was renamed with no change to the file
0009-Do-not-set-chunk-size-for-RAID1.patch SOURCES/0009-Do-not-set-chunk-size-for-RAID1.patch
file renamed
file was renamed with no change to the file
0010-Fix-running-tests-in-gating.patch SOURCES/0010-Fix-running-tests-in-gating.patch
file renamed
file was renamed with no change to the file
0011-Tell-LVM-to-ignore-the-new-devices-file-for-now.patch SOURCES/0011-Tell-LVM-to-ignore-the-new-devices-file-for-now.patch
file renamed
file was renamed with no change to the file
0012-Improve-error-message-printed-for-missing-dependecie.patch SOURCES/0012-Improve-error-message-printed-for-missing-dependecie.patch
file renamed
file was renamed with no change to the file
0013-Use-bigger-chunk-size-for-thinpools-bigger-than-15.8.patch SOURCES/0013-Use-bigger-chunk-size-for-thinpools-bigger-than-15.8.patch
file renamed
file was renamed with no change to the file
0014-LVM-devices-file-support.patch SOURCES/0014-LVM-devices-file-support.patch
file renamed
file was renamed with no change to the file
0015-iscsi-Replace-all-log_exception_info-calls-with-log.patch SOURCES/0015-iscsi-Replace-all-log_exception_info-calls-with-log.patch
file renamed
file was renamed with no change to the file
file added
+6
python-blivet.spec SPECS/python-blivet.spec
file renamed
file was renamed with no change to the file
file added
+2
file added
+1
file added
+42
file added
+8
file added
+21