diff options
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/test2.cc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/unittest/test2.cc b/unittest/test2.cc index 61fb502..91982c9 100644 --- a/unittest/test2.cc +++ b/unittest/test2.cc @@ -65,8 +65,12 @@ TEST_CASE("test", "[test]") { execute_password_command<SendSetReadwriteToUncryptedVolume>(stick, "123456"); execute_password_command<SendClearNewSdCardFound>(stick, "12345678", 'A'); this_thread::sleep_for(1000ms); -// execute_password_command<LockFirmware>(stick, "123123123"); -// execute_password_command<EnableFirmwareUpdate>(stick, "123123123"); //FIRMWARE PIN +// execute_password_command<LockFirmware>(stick, "123123123"); //CAUTION +// execute_password_command<EnableFirmwareUpdate>(stick, "123123123"); //CAUTION FIRMWARE PIN + + execute_password_command<ExportFirmware>(stick, "12345678", 'A'); +// execute_password_command<FillSDCardWithRandomChars>(stick, "12345678", 'A'); + stick10::LockDevice::CommandTransaction::run(stick); |