Tinfoil Test Plan: Difference between revisions

From Yocto Project
Jump to navigationJump to search
Line 27: Line 27:
== Test Cases Maintenance ==
== Test Cases Maintenance ==


Test cases are located <code> poky/meta/lib/oeqa/selftest/tinfoil.py </code>
Test cases are located  
 
poky/meta/lib/oeqa/selftest/tinfoil.py


=Features=
=Features=

Revision as of 18:17, 12 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

Objectives

Contacts

Jose, Perez Carranza

Paul, Eggleton

Scope

Test Strategy

Test Automation

All the test should be automated and executed under oe-selftest suite

Test Approach

Design of test are intended to cover the functionality of tinfoil API, all the test will be executed every milestone on GDC AB and frecuently on main AB

Test Cases Maintenance

Test cases are located

poky/meta/lib/oeqa/selftest/tinfoil.py

Features

Test are under poky/meta/lib/oeqa/selftest/tunfoil.py

Features already tested

- 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

Features to be tested