test: Add a test to verify that interactive self-verification works

This also checks that secrets are gossiped from one device to the
other and that the recovery and backup states are correctly updated.
This commit is contained in:
Damir Jelić
2024-06-19 16:37:03 +02:00
parent d4bbdfd106
commit fefdfd2e4b
5 changed files with 202 additions and 3 deletions

1
Cargo.lock generated
View File

@@ -3471,6 +3471,7 @@ dependencies = [
"rand",
"reqwest",
"serde_json",
"similar-asserts",
"stream_assert",
"tempfile",
"tokio",