Home
last modified time | relevance | path

Searched refs:adjust_command (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/
H A DnsPlugin.py45 def adjust_command(self, stage, command): member in SubPlugin
46 super().adjust_command(stage, command)
129 self.adjust_command(stage, command)
H A DvalgrindPlugin.py62 def adjust_command(self, stage, command): member in SubPlugin
63 super().adjust_command(stage, command)
/openbmc/linux/tools/testing/selftests/tc-testing/creating-plugins/
H A DAddingPlugins.txt36 def adjust_command(self, stage, command) # see "ADJUST" below
70 The adjust_command method receives a string representing
84 The adjust_command method must return the adjusted command so tdc
/openbmc/linux/tools/testing/selftests/tc-testing/
H A DTdcPlugin.py43 def adjust_command(self, stage, command): member in TdcPlugin
H A Dtdc.py159 command = pgn_inst.adjust_command(stage, command)