diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-16 07:12:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-16 07:13:18 +0100 |
commit | e3d24e5cd8eee5d0d232abdfef33cacf0ad96787 (patch) | |
tree | 8934e5cb2b6cd23a12a07d6a1cc37b2a10367870 | |
parent | 4ee563388944ab999648acb2d44438b41e20bb6f (diff) | |
download | poky-e3d24e5cd8eee5d0d232abdfef33cacf0ad96787.tar.gz |
bitbake: toaster/tests: Update after release numbering changes
(Bitbake rev: f06112286ad141f0d5e4ae75a29f83cdd564c2ec)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/lib/toaster/tests/functional/test_create_new_project.py | 2 |
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 51c8c12037..66213c736e 100644 --- a/bitbake/lib/toaster/tests/functional/test_create_new_project.py +++ b/bitbake/lib/toaster/tests/functional/test_create_new_project.py | |||
@@ -53,7 +53,7 @@ class TestCreateNewProject(SeleniumFunctionalTestCase): | |||
53 | - Release: Yocto Project 4.0 "Kirkstone" (option value: 6) | 53 | - Release: Yocto Project 4.0 "Kirkstone" (option value: 6) |
54 | - Merge Toaster settings: True | 54 | - Merge Toaster settings: True |
55 | """ | 55 | """ |
56 | release = '6' | 56 | release = '7' |
57 | release_title = 'Yocto Project 4.0 "Kirkstone"' | 57 | release_title = 'Yocto Project 4.0 "Kirkstone"' |
58 | project_name = 'projectkirkstone' | 58 | project_name = 'projectkirkstone' |
59 | self.create_new_project( | 59 | self.create_new_project( |