Searched refs:adjust_command (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/tc-testing/
H A DTdcPlugin.py43 def adjust_command(self, stage, command): member in class:TdcPlugin
46 print(' -- {}.adjust_command {}'.format(self.sub_class, stage))
H A Dtdc.py181 command = pgn_inst.adjust_command(stage, command)
/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DvalgrindPlugin.py63 def adjust_command(self, stage, command): member in class:SubPlugin
64 super().adjust_command(stage, command)
72 print('{}.adjust_command'.format(self.sub_class))
82 print('adjust_command: stage is {}; inserting valgrind stuff in command [{}] list [{}]'.
99 print('adjust_command: return command [{}]'.format(command))
H A DnsPlugin.py86 def adjust_command(self, stage, command): member in class:SubPlugin
87 super().adjust_command(stage, command)
92 print('{}.adjust_command'.format(self.sub_class))
101 print('adjust_command: stage is {}; inserting netns stuff in command [{}] list [{}]'.format(stage, command, cmdlist))
115 print('adjust_command: return command [{}]'.format(command))

Completed in 96 milliseconds