From Fedora Project Wiki

< QA‎ | TestCases

fp-wiki>ImportUser
(Imported from MoinMoin)
 
m (Adjust category)
 
(3 intermediate revisions by 2 users not shown)
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 Partitioning Test Cases]]

Latest revision as of 22:23, 15 January 2010

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>