From Fedora Project Wiki

< QA‎ | TestCases

m (fix numbering)
m (Adjust category)
Line 21: Line 21:
Use [http://fedoraproject.org/wiki/Anaconda/Kickstart Kickstart]  documentation to see what are the encryption commands and options.
Use [http://fedoraproject.org/wiki/Anaconda/Kickstart Kickstart]  documentation to see what are the encryption commands and options.


[[Category:Installer Test Cases|KickstartEncryption]]
[[Category:Encrypted Block Device]]

Revision as of 22:24, 15 January 2010

QA/TestCases/KickstartEncryption

Description

This test case will verify that installation on encrypted partitions in possible when using Kickstart.

Steps To Reproduce

Use any of the already existing encryption test scenarios but perform the installation using kickstart not manually. For the newbies:

  1. Perform a manual installation and choose "Encryption"
  2. Configure any/all disk partitions to be encrypted.
  3. After installation is finished grab the resulting /root/anaconda-ks.cfg
  4. Re-install the system using the kickstart above.

Expected Results

  1. System is bootable (at leaset runlevel 3)
  2. User is asked to provide the encryption pass phrase on boot
  3. Disk partitioning (incl. encryption) matches the one specified in the kickstart file

Additional info

Use Kickstart documentation to see what are the encryption commands and options.