1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

vendor: Update fido2-tests submodule to fix issues with random ordering.

This commit is contained in:
Andrew Kozlik 2019-11-18 18:54:01 +01:00 committed by matejcik
parent 203853faed
commit 5bdd523b91
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ cd ../../tests/fido_tests/fido2
# run tests
error=0
export TREZOR_FIDO2_UDP_PORT=21326
if ! pytest --random-order-seed=414020 --sim tests/standard/ --vendor trezor "$@"; then # hardcoded order seed, which succeeds
if ! pytest --sim tests/standard/ --vendor trezor "$@"; then
error=1
fi
kill $upy_pid

2
vendor/fido2-tests vendored

@ -1 +1 @@
Subproject commit e1e44d43893fd8eefde4f18f576d006747e5fc90
Subproject commit 67f0023be4913a86f62bedf700f86ca3079cf842