Home
last modified time | relevance | path

Searched refs:NAMES (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/plugin-lib/
H 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'])
151 variables contained within NAMES with the correct values
154 subcmd = tcmd.safe_substitute(self.args.NAMES)
[all...]
H A DscapyPlugin.py48 scapyinfo['iface'] = tpl.safe_substitute(NAMES)
H A DbuildebpfPlugin.py52 command = 'make -C {} {}'.format(self.args.NAMES['EBPFDIR'], target)
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/plugin-lib/
H 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'])
151 variables contained within NAMES with the correct values
154 subcmd = tcmd.safe_substitute(self.args.NAMES)
[all...]
H A DscapyPlugin.py52 scapyinfo['iface'] = tpl.safe_substitute(NAMES)
H A DbuildebpfPlugin.py52 command = 'make -C {} {}'.format(self.args.NAMES['EBPFDIR'], target)
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
H A Dtdc.py173 variables contained within NAMES with the correct values
176 subcmd = tcmd.safe_substitute(NAMES)
200 (rawout, serr) = proc.communicate(timeout=NAMES['TIMEOUT'])
250 global NAMES
268 # populate NAMES with TESTID for this test
269 NAMES['TESTID'] = tidx['id']
316 # remove TESTID from NAMES
317 del(NAMES['TESTID'])
519 global NAMES
522 NAMES['T
[all...]
H A Dtdc_config.py10 NAMES = { variable
40 NAMES.update(EXTRA_NAMES)
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H A Dtdc_config.py10 NAMES = { variable
41 NAMES.update(EXTRA_NAMES)
H A Dtdc.py173 variables contained within NAMES with the correct values
176 subcmd = tcmd.safe_substitute(NAMES)
200 (rawout, serr) = proc.communicate(timeout=NAMES['TIMEOUT'])
354 global NAMES
385 # populate NAMES with TESTID for this test
386 NAMES['TESTID'] = tidx['id']
439 # remove TESTID from NAMES
440 del(NAMES['TESTID'])
643 global NAMES
646 NAMES['T
[all...]

Completed in 5 milliseconds