From 6aea177d76a8ba67a9902740706abeb03f4cf6da Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 16 May 2020 13:01:49 +0200 Subject: add a sabir cm log for testing The sacred texts have been received and can now be used to make sure we detect the Cardinal Sabir Challenge Mote correctly! --- tests/challenge_motes.rs | 1 + tests/logs/cms/sabir.zevtc | Bin 0 -> 3120972 bytes 2 files changed, 1 insertion(+) create mode 100644 tests/logs/cms/sabir.zevtc diff --git a/tests/challenge_motes.rs b/tests/challenge_motes.rs index bdf17a3..9460483 100644 --- a/tests/challenge_motes.rs +++ b/tests/challenge_motes.rs @@ -35,6 +35,7 @@ test!(test_largos_cm, "logs/cms/largos.zevtc"); test!(test_qadim_cm, "logs/cms/qadim.zevtc"); test!(test_adina_cm, "logs/cms/adina.zevtc"); +test!(test_sabir_cm, "logs/cms/sabir.zevtc"); test!(test_qadimp_cm, "logs/cms/qadimp.zevtc"); test!(test_skorvald_cm, "logs/skorvald-20200427.zevtc"); diff --git a/tests/logs/cms/sabir.zevtc b/tests/logs/cms/sabir.zevtc new file mode 100644 index 0000000..41b01c9 Binary files /dev/null and b/tests/logs/cms/sabir.zevtc differ -- cgit v1.2.3