Searched refs:NAMES (Results 1 – 6 of 6) sorted by relevance
64 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)
48 scapyinfo['iface'] = tpl.safe_substitute(NAMES)
52 command = 'make -C {} {}'.format(self.args.NAMES['EBPFDIR'], target)
176 subcmd = tcmd.safe_substitute(NAMES)200 (rawout, serr) = proc.communicate(timeout=NAMES['TIMEOUT'])250 global NAMES269 NAMES['TESTID'] = tidx['id']317 del(NAMES['TESTID'])519 global NAMES522 NAMES['TC'] = args.path524 NAMES['DEV2'] = args.device525 if 'TIMEOUT' not in NAMES:526 NAMES['TIMEOUT'] = None[all …]
10 NAMES = { variable40 NAMES.update(EXTRA_NAMES)
40 in the tdc_config.py file. Find the 'TC' entry in the NAMES dictionary and104 your needs. Any value in the NAMES dictionary can be altered without affecting111 The NAMES values are used to substitute into the commands in the test cases.