]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster-tests: add tests for new custom image page
authorElliot Smith <elliot.smith@intel.com>
Tue, 19 Apr 2016 16:28:43 +0000 (17:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Apr 2016 20:10:58 +0000 (21:10 +0100)
commit21c1f8f8e30ef868ea6fd861eea1389f149f1049
treebbf45d123b187642be04ddbcec121597680ed7fa
parent6919a2b2e412a9e7b652a6bc191e7c1bed035222
toaster-tests: add tests for new custom image page

Test adding a new custom image when:

1. No custom images are in the project yet.
2. User tries to add custom image which duplicates the name of
an existing custom image.
3. User tries to add custom image which duplicates the name
of a non-image recipe.

[YOCTO #9209]

Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/toaster/tests/browser/test_new_custom_image_page.py [new file with mode: 0644]