Lines Matching refs:iface
350 for iface in self.ifaces:
351 yield self.OUTPUT_PREFIX.format(iface_name = iface.get_name(), tree = self.get_tree())
352 yield from iface.get_expected()
353 yield iface.get_response().get_output_format().format(iface_name = iface.get_name(),
364 super_calls = "\n".join(super_template.format(iface_name = iface.get_name(),
366 tree = self.get_tree()) for iface in self.ifaces)
534 for iface in self.ifaces:
536 yield self.OUTPUT_PREFIX.format(iface_name = iface.get_name(), tree = self.get_tree())
537 yield from iface.get_expected()
539 yield iface.get_response().get_output_format().format(iface_name = iface.get_name(),
607 super_calls ="\n".join(super_template.format(iface_name = iface.get_name(),
609 tree = self.get_tree()) for iface in self.ifaces)