aboutsummaryrefslogtreecommitdiff
path: root/tests/device.rs
Commit message (Expand)AuthorAge
* Add delay between factory reset and building AES key in testsRobin Krahl2019-01-16
* Build AES key after factory reset in testsRobin Krahl2019-01-16
* Make device::factory_reset test more robustRobin Krahl2019-01-16
* Add the clear_new_sd_card_warning method to StorageRobin Krahl2019-01-14
* Add the get_production_info method to the Storage structRobin Krahl2019-01-14
* Add export_firmware method to StorageRobin Krahl2019-01-12
* Add set_unencrypted_volume_mode to StorageRobin Krahl2019-01-12
* Move the update PIN from tests/util to tests/deviceRobin Krahl2019-01-12
* Do not check for errors in connect testsDaniel Mueller2019-01-09
* Add the connect_model functionRobin Krahl2019-01-07
* Add support for the hidden volumes on a Nitrokey StorageRobin Krahl2019-01-06
* Prefer assert_eq over is_ok() checksDaniel Mueller2019-01-05
* Use nitrokey-test for nitrokey device testsDaniel Mueller2019-01-05
* Update documentation and test for factory_resetRobin Krahl2019-01-04
* Add Device::build_aes_key methodRobin Krahl2019-01-03
* Add Device::factory_reset methodRobin Krahl2019-01-03
* Add Storage::change_update_pin methodRobin Krahl2019-01-03
* Extend unlock_user_pin testsRobin Krahl2019-01-03
* Fix Storage volume detection for test casesRobin Krahl2018-12-30
* Add function Device::get_modelRobin Krahl2018-12-30
* Remove test-no-device featureRobin Krahl2018-12-16
* Refactor tests into the top-level tests directoryRobin Krahl2018-12-16