From 8729d582595dc0a9a666310f9f6001f815684f73 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 3 Jul 2016 09:40:46 -0600 Subject: test: Convert the vboot test to test/py Now that we have a suitable test framework we should move all tests into it. The vboot test is a suitable candidate. Rewrite it in Python and move the data files into an appropriate directory. Signed-off-by: Simon Glass --- test/vboot/sandbox-u-boot.dts | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test/vboot/sandbox-u-boot.dts (limited to 'test/vboot/sandbox-u-boot.dts') diff --git a/test/vboot/sandbox-u-boot.dts b/test/vboot/sandbox-u-boot.dts deleted file mode 100644 index 63f8f401de..0000000000 --- a/test/vboot/sandbox-u-boot.dts +++ /dev/null @@ -1,10 +0,0 @@ -/dts-v1/; - -/ { - model = "Sandbox Verified Boot Test"; - compatible = "sandbox"; - - reset@0 { - compatible = "sandbox,reset"; - }; -}; -- cgit