From fb35cf26f0865e99af079da92a497d1664ee7caa Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 8 Oct 2024 13:36:26 +0100 Subject: bitbake: toaster/tests: Fix kirkstone numbering When the fixtures were updated for the styhead release, the test cases were not updated to match. Fix this. (Bitbake rev: d40bd9d35fa3850e77a1e349dab2308a54d70d60) Signed-off-by: Richard Purdie --- bitbake/lib/toaster/tests/functional/test_create_new_project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/toaster/tests/functional') diff --git a/bitbake/lib/toaster/tests/functional/test_create_new_project.py b/bitbake/lib/toaster/tests/functional/test_create_new_project.py index cdfdd9ab20..c3b5679514 100644 --- a/bitbake/lib/toaster/tests/functional/test_create_new_project.py +++ b/bitbake/lib/toaster/tests/functional/test_create_new_project.py @@ -110,7 +110,7 @@ class TestCreateNewProject(SeleniumFunctionalTestCase): - Release: Yocto Project 4.0 "Kirkstone" (option value: 4) - Merge Toaster settings: True """ - release = '4' + release = '5' release_title = 'Yocto Project 4.0 "Kirkstone"' project_name = 'projectkirkstone' self._create_test_new_project( -- cgit v1.2.3-54-g00ecf