summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-08 13:36:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-09 13:04:30 +0100
commitfb35cf26f0865e99af079da92a497d1664ee7caa (patch)
tree8704ba4f02182c45bcb09164fa301cbda974627d
parent766d09766030ed10258cebe28fb297a87eb1f400 (diff)
downloadpoky-fb35cf26f0865e99af079da92a497d1664ee7caa.tar.gz
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 <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/lib/toaster/tests/functional/test_create_new_project.py2
1 files changed, 1 insertions, 1 deletions
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):
110 - Release: Yocto Project 4.0 "Kirkstone" (option value: 4) 110 - Release: Yocto Project 4.0 "Kirkstone" (option value: 4)
111 - Merge Toaster settings: True 111 - Merge Toaster settings: True
112 """ 112 """
113 release = '4' 113 release = '5'
114 release_title = 'Yocto Project 4.0 "Kirkstone"' 114 release_title = 'Yocto Project 4.0 "Kirkstone"'
115 project_name = 'projectkirkstone' 115 project_name = 'projectkirkstone'
116 self._create_test_new_project( 116 self._create_test_new_project(