Lines Matching defs:self
24 def set_up_suite(self) -> None:
30 self.app_helloworld_path = self.sut_node.build_dpdk_app("helloworld")
33 def hello_world_single_core(self) -> None:
44 lcores = LogicalCoreCountFilter(self.sut_node.lcores, lcore_amount).filter()
45 eal_para = compute_eal_params(self.sut_node, lcore_filter_specifier=lcore_amount)
46 result = self.sut_node.run_dpdk_app(self.app_helloworld_path, eal_para)
47 self.verify(
53 def hello_world_all_cores(self) -> None:
64 self.sut_node, lcore_filter_specifier=LogicalCoreList(self.sut_node.lcores)
66 result = self.sut_node.run_dpdk_app(self.app_helloworld_path, eal_para, 50)
67 for lcore in self.sut_node.lcores:
68 self.verify(