Tinfoil Test Plan: Difference between revisions
From Yocto Project
Jump to navigationJump to search
Line 7: | Line 7: | ||
Currently are basic test under poky/meta/lib/oeqa/selftest/tunfoil.py | Currently are basic test under poky/meta/lib/oeqa/selftest/tunfoil.py | ||
- test_getvar | - test_getvar | ||
- test_expand | |||
- test_getvar_bb_origenv | |||
- test_parse_recipe | |||
- test_parse_recipe_copy_expand | |||
- test_parse_recipe_initial_datastore | |||
- test_list_recipes | |||
- test_wait_event | |||
- test_setvariable_clean | |||
= Objectives = | |||
= Team members = | |||
==QA Team involved in Toaster testing== | |||
= Scope = | |||
= Test Strategy = | |||
- | == Major feature groups and their testing approach == | ||
=== FrontEnd - UI Basic functionalities === | |||
== Test automation == | |||
== Test Approach == | |||
=== Sanity testing === | |||
== Maintaining the test cases == | |||
=Requirements= | |||
==HW Requirements== | |||
==Software Requirements== | |||
=Features= | |||
==Features to be tested== |
Revision as of 17:06, 11 January 2017
This article is the test plan for Tinfoil.
About Tinfoil
Tinfoil is an API that allows you to write simple utilities that call into bitbake code to read variables, parse recipes, etc
Currently are basic test under poky/meta/lib/oeqa/selftest/tunfoil.py
- test_getvar - test_expand - test_getvar_bb_origenv - test_parse_recipe - test_parse_recipe_copy_expand - test_parse_recipe_initial_datastore - test_list_recipes - test_wait_event - test_setvariable_clean