Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/tc-testing/plugin-lib/
DnsPlugin.py47 ns = self.args.NAMES['NS']
102 cmdlist.insert(0, self.args.NAMES['NS'])
105 cmdlist.insert(0, self.args.NAMES['IP'])
119 ns = self.args.NAMES["NS"];
120 dev0 = self.args.NAMES["DEV0"];
121 dev1 = self.args.NAMES["DEV1"];
122 dummy = self.args.NAMES["DUMMY"];
165 ns = self.args.NAMES['NS']
190 ns = self.args.NAMES['NS']
194 return self._replace_keywords('netns delete {}'.format(self.args.NAMES['NS']))
[all …]
DscapyPlugin.py52 scapyinfo['iface'] = tpl.safe_substitute(NAMES)
/linux-6.12.1/tools/testing/selftests/tc-testing/
Dtdc.py197 subcmd = tcmd.safe_substitute(NAMES)
222 (rawout, serr) = proc.communicate(timeout=NAMES['TIMEOUT'])
376 global NAMES
377 ns = NAMES['NS']
378 dev0 = NAMES['DEV0']
379 dev1 = NAMES['DEV1']
380 dummy = NAMES['DUMMY']
412 NAMES['TESTID'] = tidx['id']
413 NAMES['NS'] = '{}-{}'.format(NAMES['NS'], tidx['random'])
414 NAMES['DEV0'] = '{}id{}'.format(NAMES['DEV0'], tidx['id'])
[all …]
Dtdc_config.py10 NAMES = { variable
41 NAMES.update(EXTRA_NAMES)
DREADME39 in the tdc_config.py file. Find the 'TC' entry in the NAMES dictionary and
112 your needs. Any value in the NAMES dictionary can be altered without affecting
119 The NAMES values are used to substitute into the commands in the test cases.