From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 15 Jan 2016 11:24:05 -0700 Subject: [U-Boot] [PATCH 3/3] test/py: add a test for the sleep command In-Reply-To: <1452101585-25933-3-git-send-email-swarren@wwwdotorg.org> References: <1452101585-25933-1-git-send-email-swarren@wwwdotorg.org> <1452101585-25933-3-git-send-email-swarren@wwwdotorg.org> Message-ID: <56993945.5050902@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/06/2016 10:33 AM, Stephen Warren wrote: > From: Stephen Warren > > Execute "sleep", and validate that it sleeps for approximately the correct > amount of time. FYI, I've reposted the series that implements the test/py code, and bundled this patch 3/3 in this series into that series. As such, I believe patches 1/3 and 2/3 in this series can be applied through whatever path sandbox (or DM or timer) patches would normally go through.