Home
last modified time | relevance | path

Searched refs:pipe_list (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/tools/patman/
H A Dcommand.py42 def RunPipe(pipe_list, infile=None, outfile=None, argument
64 result = test_result(pipe_list=pipe_list)
72 pipeline = list(pipe_list)
73 user_pipestr = '|'.join([' '.join(pipe) for pipe in pipe_list])
/openbmc/u-boot/tools/buildman/
H A Dfunc_test.py346 pipe_list = kwargs['pipe_list']
348 if len(pipe_list) != 1:
349 if pipe_list[1] == ['wc', '-l']:
354 cmd = pipe_list[0][0]
355 args = pipe_list[0][1:]
/openbmc/u-boot/tools/binman/
H A Dftest.py1351 def _HandleGbbCommand(self, pipe_list): argument
1353 if pipe_list[0][0] == 'futility':
1354 fname = pipe_list[0][-1]
1388 def _HandleVblockCommand(self, pipe_list): argument
1390 if pipe_list[0][0] == 'futility':
1391 fname = pipe_list[0][3]