aboutsummaryrefslogtreecommitdiff
path: root/testing-strategy.org
diff options
context:
space:
mode:
Diffstat (limited to 'testing-strategy.org')
-rw-r--r--testing-strategy.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing-strategy.org b/testing-strategy.org
index 0f81a3a..cfc3953 100644
--- a/testing-strategy.org
+++ b/testing-strategy.org
@@ -64,9 +64,9 @@ Current coverage lives in =tests/unit/=:
| =test_common.bats= | =command_exists=, =require_command=, =info=/=warn=/=error=, =enable_color=, =log=, =prompt_password=, =pacstrap_packages=, =install_dropin= |
| =test_config.bats= | =parse_args=, =load_config=, =validate_config=, =check_config= |
| =test_raid.bats= | =raid_valid_levels_for_count=, =raid_is_valid=, =raid_usable_bytes=, =raid_fault_tolerance= |
-| =test_disk.bats= | =get_efi_partition=, =get_root_partition=, =get_efi_partitions=, =get_root_partitions= |
+| =test_disk.bats= | =get_efi_partition=, =get_root_partition=, =partition_disks= (orchestration shape) |
| =test_btrfs.bats= | =get_luks_devices= |
-| =test_archangel.bats= | =gather_input= (unattended branch only) |
+| =test_archangel.bats= | =gather_input= (unattended branch only), =install_failure_cleanup= (dispatch shape) |
** What bats does NOT cover (deliberately)
@@ -79,7 +79,7 @@ The full list of deliberately-skipped tools and conditions:
- *Filesystem creation*: =mkfs.fat=, =mkfs.btrfs=, =mkfs.ext4=, generic =mkfs=
- *Encryption*: =cryptsetup= (LUKS), ZFS native encryption via =zfs create -O encryption=
- *ZFS pool / dataset operations*: =zpool create=, =zpool import=, =zfs create=, =zfs snapshot=, =zfs rollback=
-- *Partitioning*: =sgdisk=, =partprobe=, =blkid=
+- *Partitioning*: =sgdisk=, =partprobe=, =blkid=, =wipefs=
- *Bootstrap and chroot*: =pacstrap=, =arch-chroot=, =genfstab=
- *Bootloader*: =grub-install=, =grub-mkconfig=, =efibootmgr=
- *Snapshot management*: =snapper=, =zfs-pre-snapshot=