aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-14 16:15:40 +0100
committerRobin Krahl <robin.krahl@ireas.org>2020-01-14 16:53:52 +0100
commit2e543445c3059fa9decdbef718caf84696bb8786 (patch)
tree1e4af2a6a12e587d3c84756eeb592504ecc4c4f1 /README.md
parentf266ea63039c87886f871b068ef3dcdf851a1eca (diff)
downloadnitrokey-rs-2e543445c3059fa9decdbef718caf84696bb8786.tar.gz
nitrokey-rs-2e543445c3059fa9decdbef718caf84696bb8786.tar.bz2
Add the fill_sd_card function to Storage
This patch adds support for libnitrokey’s NK_fill_SD_card_with_random_data function. It is executed by the fill_sd_card function of the Storage struct. We also add a new test case that is set to ignore because it takes between 30 and 60 minutes to run.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index d62e38e..5f775ef 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,10 @@ an AES key has been built. Some tests will overwrite the data stored on the
Nitrokey device or perform a factory reset. Never execute the tests if you
don’t want to destroy all data on any connected Nitrokey device!
+The test suite contains some test that take very long to execute, for example
+filling the SD card of a Nitrokey Storage with random data. These tests are
+ignored per default. Use `cargo test -- --ignored` to execute the tests.
+
## Acknowledgments
Thanks to Nitrokey UG for providing two Nitrokey devices to support the