Am 14.01.2021 um 05:28 hat Vladimir Sementsov-Ogievskiy geschrieben: > 09.01.2021 15:26, Vladimir Sementsov-Ogievskiy wrote: > > Add TestEnv class, which will handle test environment in a new python > > iotests running framework. > > > > Difference with current ./check interface: > > - -v (verbose) option dropped, as it is unused > > > > - -xdiff option is dropped, until somebody complains that it is needed > > - same for -n option > > One more thing dropped is looking for binaries in $build_iotests > directory. Do someone use this feature? Or we can drop it, and > reimplement when someone report the degradation?
I seem to have socket_scm_helper only there, but you use self.build_iotests for that, so I suppose this is different from what you mean? My tools and system emulator binaries are in the standard location in the build directory, not in the iotests build directory, so they don't need it. Kevin