summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/tests/views
diff options
context:
space:
mode:
authorMarlon Rodriguez Garcia <marlon.rodriguez-garcia@savoirfairelinux.com>2023-12-07 16:49:44 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-08 17:17:42 +0000
commitad2f5a359e7368f0bf1a6d7d2f01a0f8080387d7 (patch)
treeecb66a5ebdfb5387f0f949054c92490f0bada2a2 /bitbake/lib/toaster/tests/views
parent1b14962c3fae771f50d6a8e1937a93c7ce76f592 (diff)
downloadpoky-ad2f5a359e7368f0bf1a6d7d2f01a0f8080387d7.tar.gz
bitbake: toaster/tests: Update build test
Updated build tests in toaster, added SSTATE_MIRROR to package build, changed build directory and update test order This builds include the core-minimal-image, on the test enviroment a smaller package was use to run the test for time purposes (Bitbake rev: af31116f0017912fc5a58a5976c814b6b326985f) Signed-off-by: Marlon Rodriguez Garcia <marlon.rodriguez-garcia@savoirfairelinux.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/tests/views')
-rw-r--r--bitbake/lib/toaster/tests/views/test_views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/tests/views/test_views.py b/bitbake/lib/toaster/tests/views/test_views.py
index 349881ebf6..d9f3eb868b 100644
--- a/bitbake/lib/toaster/tests/views/test_views.py
+++ b/bitbake/lib/toaster/tests/views/test_views.py
@@ -34,7 +34,7 @@ PROJECT_NAME2 = "test project 2"
34CLI_BUILDS_PROJECT_NAME = 'Command line builds' 34CLI_BUILDS_PROJECT_NAME = 'Command line builds'
35 35
36 36
37@pytest.mark.order(1) 37
38class ViewTests(TestCase): 38class ViewTests(TestCase):
39 """Tests to verify view APIs.""" 39 """Tests to verify view APIs."""
40 40