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)
52 scapyinfo['iface'] = tpl.safe_substitute(NAMES)
52 command = 'make -C {} {}'.format(self.args.NAMES['EBPFDIR'], target)
10 NAMES = { variable41 NAMES.update(EXTRA_NAMES)
176 subcmd = tcmd.safe_substitute(NAMES)200 (rawout, serr) = proc.communicate(timeout=NAMES['TIMEOUT'])354 global NAMES386 NAMES['TESTID'] = tidx['id']440 del(NAMES['TESTID'])643 global NAMES646 NAMES['TC'] = args.path648 NAMES['DEV2'] = args.device649 if 'TIMEOUT' not in NAMES:650 NAMES['TIMEOUT'] = None[all …]
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.