Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
backupninja
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Liberate
backupninja
Commits
e61c53dd
Commit
e61c53dd
authored
Dec 31, 2020
by
Jérôme Charaoui
Browse files
Options
Downloads
Patches
Plain Diff
tests: Probe partition tables after parted
parent
41409574
No related branches found
No related tags found
1 merge request
!46
Add a testsuite
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/sys.bats
+1
-0
1 addition, 0 deletions
test/sys.bats
with
1 addition
and
0 deletions
test/sys.bats
+
1
−
0
View file @
e61c53dd
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment