From ad2ffefb147fce64a3061c91d98fadffde2f79e6 Mon Sep 17 00:00:00 2001 From: Alassane Yattara Date: Fri, 15 Dec 2023 12:56:53 +0100 Subject: bitbake: toaster/tests: Update tests/functional/functional_helpers test_functional_basic - Remove unused import time functional_helpers - Delay driver actions from test_functional_basic (Bitbake rev: c7a305f0ff3cd32875e2eb80bc0848f533209745) Signed-off-by: Alassane Yattara Signed-off-by: Richard Purdie --- bitbake/lib/toaster/tests/functional/functional_helpers.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bitbake/lib/toaster/tests/functional/functional_helpers.py') diff --git a/bitbake/lib/toaster/tests/functional/functional_helpers.py b/bitbake/lib/toaster/tests/functional/functional_helpers.py index 6039d736e9..7c20437d14 100644 --- a/bitbake/lib/toaster/tests/functional/functional_helpers.py +++ b/bitbake/lib/toaster/tests/functional/functional_helpers.py @@ -11,7 +11,6 @@ import os import logging import subprocess import signal -import time import re from tests.browser.selenium_helpers_base import SeleniumTestCaseBase -- cgit v1.2.3-54-g00ecf