diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-08 13:36:26 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-09 13:04:30 +0100 |
| commit | fb35cf26f0865e99af079da92a497d1664ee7caa (patch) | |
| tree | 8704ba4f02182c45bcb09164fa301cbda974627d /bitbake/lib/toaster/tests/functional | |
| parent | 766d09766030ed10258cebe28fb297a87eb1f400 (diff) | |
| download | poky-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>
Diffstat (limited to 'bitbake/lib/toaster/tests/functional')
| -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 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( |
