Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/tc-testing/plugin-lib/
A DnsPlugin.py64 cmdlist.insert(0, self.args.NAMES['NS'])
67 cmdlist.insert(0, self.args.NAMES['IP'])
100 cmd = '$IP netns add {}'.format(self.args.NAMES['NS'])
102 cmd = '$IP link set $DEV1 netns {}'.format(self.args.NAMES['NS'])
104 cmd = '$IP -n {} link set $DEV1 up'.format(self.args.NAMES['NS'])
107 cmd = '$IP link set $DEV2 netns {}'.format(self.args.NAMES['NS'])
109 cmd = '$IP -n {} link set $DEV2 up'.format(self.args.NAMES['NS'])
118 cmd = '$IP netns delete {}'.format(self.args.NAMES['NS'])
154 subcmd = tcmd.safe_substitute(self.args.NAMES)
A DscapyPlugin.py52 scapyinfo['iface'] = tpl.safe_substitute(NAMES)
A DbuildebpfPlugin.py52 command = 'make -C {} {}'.format(self.args.NAMES['EBPFDIR'], target)
/linux/tools/testing/selftests/tc-testing/
A Dtdc.py176 subcmd = tcmd.safe_substitute(NAMES)
250 global NAMES
269 NAMES['TESTID'] = tidx['id']
317 del(NAMES['TESTID'])
519 global NAMES
522 NAMES['TC'] = args.path
524 NAMES['DEV2'] = args.device
525 if 'TIMEOUT' not in NAMES:
526 NAMES['TIMEOUT'] = None
527 if not os.path.isfile(NAMES['TC']):
[all …]
A Dtdc_config.py10 NAMES = { variable
41 NAMES.update(EXTRA_NAMES)
A DREADME40 in the tdc_config.py file. Find the 'TC' entry in the NAMES dictionary and
104 your needs. Any value in the NAMES dictionary can be altered without affecting
111 The NAMES values are used to substitute into the commands in the test cases.

Completed in 11 milliseconds