constellation/state
Daniel Weiße f8c9c0f17f Fix static check
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
2022-05-12 13:53:39 +02:00
..
cmd Fix static check 2022-05-12 13:53:39 +02:00
keyservice Update to latest grpc generator 2022-05-04 08:48:31 +02:00
mapper Clean up interface 2022-05-12 13:53:39 +02:00
setup Ref/want err from err expected (#82) 2022-04-26 16:54:05 +02:00
test AB#1903 Add grpc interface to push decryption keys 2022-04-21 13:08:02 +02:00
README.md Add state disk volume mounter 2022-04-11 15:41:51 +02:00

State

Files and source code for mounting persistent state disks

Testing

Integration test is available in state/test/integration_test.go. The integration test requires root privileges since it uses dm-crypt. Build and run the test:

go test -c ./state/test/
sudo ./test.test