diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-05 11:32:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-05 12:08:50 +0000 |
commit | 64ad67cf6955cdaebbb3aec65318399013e09ce1 (patch) | |
tree | d598a73f1599e35c33771863da49a62b7b6c4128 | |
parent | 9d32155fb62066542ef3f3e971a9ac752f06fc2f (diff) | |
download | poky-64ad67cf6955cdaebbb3aec65318399013e09ce1.tar.gz |
bitbake: toaster/tests: Fix kirkstone test
After the fixture changes, the tests need to be tweaked unfotunately.
(Bitbake rev: 708abd1a8060684127acc7ce4142f05865005750)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/lib/toaster/tests/functional/test_create_new_project.py | 4 |
1 files changed, 2 insertions, 2 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 342e008f55..51c8c12037 100644 --- a/bitbake/lib/toaster/tests/functional/test_create_new_project.py +++ b/bitbake/lib/toaster/tests/functional/test_create_new_project.py | |||
@@ -50,10 +50,10 @@ class TestCreateNewProject(SeleniumFunctionalTestCase): | |||
50 | def test_create_new_project_kirkstone(self): | 50 | def test_create_new_project_kirkstone(self): |
51 | """ Test create new project using: | 51 | """ Test create new project using: |
52 | - Project Name: Any string | 52 | - Project Name: Any string |
53 | - Release: Yocto Project 4.0 "Kirkstone" (option value: 4) | 53 | - Release: Yocto Project 4.0 "Kirkstone" (option value: 6) |
54 | - Merge Toaster settings: True | 54 | - Merge Toaster settings: True |
55 | """ | 55 | """ |
56 | release = '5' | 56 | release = '6' |
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( |