mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00: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):
|
def test_create_new_project_kirkstone(self):
|
||||||
""" Test create new project using:
|
""" Test create new project using:
|
||||||
- Project Name: Any string
|
- 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
|
- Merge Toaster settings: True
|
||||||
"""
|
"""
|
||||||
release = '5'
|
release = '6'
|
||||||
release_title = 'Yocto Project 4.0 "Kirkstone"'
|
release_title = 'Yocto Project 4.0 "Kirkstone"'
|
||||||
project_name = 'projectkirkstone'
|
project_name = 'projectkirkstone'
|
||||||
self.create_new_project(
|
self.create_new_project(
|
||||||
|
|||||||
Reference in New Issue
Block a user