From Fedora Project Wiki

< QA‎ | TestCases

m (1 revision(s))
(fix formatting, add to category)
Line 1: Line 1:
= QA/TestCases/PartitioningEncryptedAll =
== Description ==
== Description ==
This test verifies that default partitioning with encrypted block devices work.
This test verifies that default partitioning with encrypted block devices work.


== Steps To Reproduce ==
== Steps To Reproduce ==
1. Boot the installer using any available means.
# Boot the installer using any available means.
1. At the disk partitioning step, choose anaconda defaults (or customize). Choose "Encryption" if not set by default and enter your password. Choose to encrypt the "whole" disk (LVM group, physical partiotions or anything you've chosen). Only /boot should be left unencrypted.
# At the disk partitioning step, choose anaconda defaults (or customize). Choose "Encryption" if not set by default and enter your password. Choose to encrypt the "whole" disk (LVM group, physical partiotions or anything you've chosen). Only /boot should be left unencrypted.
1. Proceed with installation as usual
# Proceed with installation as usual


== Expected Results ==
== Expected Results ==
1. Installation completes without error.
# Installation completes without error.
1. The system boots into runlevel 3 (at least).
# The system boots into runlevel 3 (at least).
1. Everything except /boot is encrypted.
# Everything except /boot is encrypted.
1. All partitions specified are mounted (e.g. no failed mounts).
# All partitions specified are mounted (e.g. no failed mounts).
1. Partitions look sane (e.g. no garbage files).
# Partitions look sane (e.g. no garbage files).


== Automation ==
== Automation ==
Line 22: Line 20:
autopart --encrypted --passphrase=<your_password>
autopart --encrypted --passphrase=<your_password>
</pre>
</pre>
[[Category:Installer Test Cases]]

Revision as of 20:09, 29 May 2008

Description

This test verifies that default partitioning with encrypted block devices work.

Steps To Reproduce

  1. Boot the installer using any available means.
  2. At the disk partitioning step, choose anaconda defaults (or customize). Choose "Encryption" if not set by default and enter your password. Choose to encrypt the "whole" disk (LVM group, physical partiotions or anything you've chosen). Only /boot should be left unencrypted.
  3. Proceed with installation as usual

Expected Results

  1. Installation completes without error.
  2. The system boots into runlevel 3 (at least).
  3. Everything except /boot is encrypted.
  4. All partitions specified are mounted (e.g. no failed mounts).
  5. Partitions look sane (e.g. no garbage files).

Automation

In your ks.cfg the partitioning section should look like:

clearpart --all
autopart --encrypted --passphrase=<your_password>