def All_Test(self, w): ver_node_global = verify_node_global(self.conn, self.config) ver_node_addressed = verify_node_addressed(self.conn, self.config) events_global = identify_events_global(self.conn, self.config) events_addressed = identify_events_addressed(self.conn, self.config) id_consumers = identify_consumers_valid(self.conn, self.config) id_producers = identify_producers(self.conn, self.config) id_producers_unknown = identify_producers_unknown(self.conn, self.config) test_output = test_consumer_output(self.conn, self.config) loopback_test = test_p_c_loopback(self.conn, self.config) pc_notify_test = test_pc_notification(self.conn, self.config) snii = simple_node_ident_info(self.conn, self.config) pip = protocol_ident_protocol(self.conn, self.config) startup = test_start_up(self.conn, self.config) test_alias_conflict = alias_conflict(self.conn, self.config)
def Alias_Conflict(self, w): test_alias_conflict = alias_conflict(self.conn, self.config)