mirror of
https://github.com/kairos-io/kcrypt.git
synced 2025-09-20 18:47:57 +00:00
Create parition info parsing library
to be used both here (when trying to find the partition UUID using a label) and on the kairos side when updating the file after calling kcrypt to encrypt a partition (which causes the UUID to change). Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
13
pkg/partition_info/suite_test.go
Normal file
13
pkg/partition_info/suite_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package partition_info
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestPartitionINfo(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "PartitionInfo file parser test suite")
|
||||
}
|
Reference in New Issue
Block a user