Home
last modified time | relevance | path

Searched refs:removal_list (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Ddata_proc.tcl30 proc lsubtract {main_list_name removal_list} { argument
40 for {set removal_ix 0} {$removal_ix < [llength $removal_list ]}\
42 set value [lindex $removal_list $removal_ix]
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dtestexport.py258 def rm_bin(removal_list): # need to know both if the binary is sent archived and the path where it … argument
260 for item in removal_list: