From c0dd011eaf4f806dcd4a807b2819a6ac4641727b Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 31 Aug 2018 09:57:14 +0100 Subject: [PATCH] trivial: Fix the DFU A3BU self test failure The .cab file was re-uploaded with the same version to the LVFS to test the LVFS::InhibitDownload functionality, but of course the SHA1 hash changed. --- data/installed-tests/hardware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/installed-tests/hardware.py b/data/installed-tests/hardware.py index ac00f2a65..67b2107d2 100755 --- a/data/installed-tests/hardware.py +++ b/data/installed-tests/hardware.py @@ -88,7 +88,7 @@ if __name__ == '__main__': # DFU A3BU XPLAINED Mouse test = Test('DfuXmegaA3BU-Xplained', '80478b9a-3643-5e47-ab0f-ed28abe1019d') - test.add_file('90c381f1c5932a7f9505372305a615ca000e68df-a3bu-xplained123.cab', '1.23') + test.add_file('f5bbeaba1037dce31dd12f349e8148ae35f98b61-a3bu-xplained123.cab', '1.23') test.add_file('24d838541efe0340bf67e1cc5a9b95526e4d3702-a3bu-xplained124.cab', '1.24') tests.append(test)