diff options
author | Alassane Yattara <alassane.yattara@savoirfairelinux.com> | 2023-12-15 12:56:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-15 14:37:28 +0000 |
commit | ad2ffefb147fce64a3061c91d98fadffde2f79e6 (patch) | |
tree | 2fe2328ff8711edde31a8e54bf5832be28ae3eb6 /bitbake/lib/toaster/tests/functional/functional_helpers.py | |
parent | adb7efe522074f8deb8d422fdfb288b34bf831f6 (diff) | |
download | poky-ad2ffefb147fce64a3061c91d98fadffde2f79e6.tar.gz |
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 <alassane.yattara@savoirfairelinux.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/tests/functional/functional_helpers.py')
-rw-r--r-- | bitbake/lib/toaster/tests/functional/functional_helpers.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 | |||
11 | import logging | 11 | import logging |
12 | import subprocess | 12 | import subprocess |
13 | import signal | 13 | import signal |
14 | import time | ||
15 | import re | 14 | import re |
16 | 15 | ||
17 | from tests.browser.selenium_helpers_base import SeleniumTestCaseBase | 16 | from tests.browser.selenium_helpers_base import SeleniumTestCaseBase |