Searched refs:NAMES (Results 1 – 5 of 5) sorted by relevance
47 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 …]
52 scapyinfo['iface'] = tpl.safe_substitute(NAMES)
197 subcmd = tcmd.safe_substitute(NAMES)222 (rawout, serr) = proc.communicate(timeout=NAMES['TIMEOUT'])376 global NAMES377 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 …]
10 NAMES = { variable41 NAMES.update(EXTRA_NAMES)
39 in the tdc_config.py file. Find the 'TC' entry in the NAMES dictionary and112 your needs. Any value in the NAMES dictionary can be altered without affecting119 The NAMES values are used to substitute into the commands in the test cases.