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)
10 NAMES = { variable41 NAMES.update(EXTRA_NAMES)
376 global NAMES377 ns = NAMES['NS']378 dev0 = NAMES['DEV0']379 dev1 = NAMES['DEV1']413 NAMES['NS'] = '{}-{}'.format(NAMES['NS'], tidx['random'])414 NAMES['DEV0'] = '{}id{}'.format(NAMES['DEV0'], tidx['id'])415 NAMES['DEV1'] = '{}id{}'.format(NAMES['DEV1'], tidx['id'])416 NAMES['DUMMY'] = '{}id{}'.format(NAMES['DUMMY'], tidx['id'])473 NAMES['NS'] = ns750 global NAMES[all …]
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.
Completed in 9 milliseconds