Skip to content
Snippets Groups Projects
Commit e61c53dd authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

tests: Probe partition tables after parted

parent 41409574
No related branches found
No related tags found
1 merge request!46Add a testsuite
...@@ -23,6 +23,7 @@ EOF ...@@ -23,6 +23,7 @@ EOF
# Setup LUKS # Setup LUKS
parted -s /dev/sdd mklabel msdos mkpart p 1MiB 50% mkpart p 50% 100% parted -s /dev/sdd mklabel msdos mkpart p 1MiB 50% mkpart p 50% 100%
partprobe
cryptsetup -q --type luks1 luksFormat /dev/sdd1 <<< 123test cryptsetup -q --type luks1 luksFormat /dev/sdd1 <<< 123test
cryptsetup -q --type luks2 luksFormat /dev/sdd2 <<< 123test cryptsetup -q --type luks2 luksFormat /dev/sdd2 <<< 123test
cryptsetup -q --type luks2 luksFormat /dev/sde <<< 123test cryptsetup -q --type luks2 luksFormat /dev/sde <<< 123test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment