> From: Jason Gunthorpe <jgg@xxxxxxxxxx> > Sent: Wednesday, March 22, 2023 3:15 AM > > From: Nicolin Chen <nicolinc@xxxxxxxxxx> > > Allow the selftest to call the function on the mock idev, add some tests > to exercise it. > > Signed-off-by: Nicolin Chen <nicolinc@xxxxxxxxxx> > Signed-off-by: Yi Liu <yi.l.liu@xxxxxxxxx> Miss your s-o-b > + > + test_cmd_mock_domain_replace(self->stdev_ids[0], ioas_id); > + if (variant->mock_domains >= 2) { > + test_cmd_mock_domain_replace(self->stdev_ids[0], > + self->hwpt_ids[1]); > + test_cmd_mock_domain_replace(self->stdev_ids[0], > + self->hwpt_ids[1]); Duplicated or intended?