mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
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>
This commit is contained in:
@@ -50,10 +50,10 @@ class TestCreateNewProject(SeleniumFunctionalTestCase):
|
||||
def test_create_new_project_kirkstone(self):
|
||||
""" Test create new project using:
|
||||
- Project Name: Any string
|
||||
- Release: Yocto Project 4.0 "Kirkstone" (option value: 4)
|
||||
- Release: Yocto Project 4.0 "Kirkstone" (option value: 6)
|
||||
- Merge Toaster settings: True
|
||||
"""
|
||||
release = '5'
|
||||
release = '6'
|
||||
release_title = 'Yocto Project 4.0 "Kirkstone"'
|
||||
project_name = 'projectkirkstone'
|
||||
self.create_new_project(
|
||||
|
||||
Reference in New Issue
Block a user