Home
last modified time | relevance | path

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

/tools/testing/selftests/tc-testing/creating-plugins/
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
/tools/testing/selftests/tc-testing/plugin-lib/
A DvalgrindPlugin.py63 def adjust_command(self, stage, command): member in SubPlugin
64 super().adjust_command(stage, command)
A DnsPlugin.py86 def adjust_command(self, stage, command): member in SubPlugin
87 super().adjust_command(stage, command)
/tools/testing/selftests/tc-testing/
A DTdcPlugin.py43 def adjust_command(self, stage, command): member in TdcPlugin
A Dtdc.py180 command = pgn_inst.adjust_command(stage, command)

Completed in 21 milliseconds