On Wed, Jun 12, 2024 at 01:04:44PM GMT, Daniel Wagner wrote: > +# blktests calls this script to setup/teardown remote targets. blktests passes > +# all relevant information via the command line, e.g. --hostnqn. The interface > +# between blktests and this script is 'documentent' here in build_parser > +# function. I just had an offline discussion with Hannes. This script is setting up/tearing down the targets on demand. This is fine for a remote Linux box the soft target running use case. Hannes' idea/requirement that it should also support static setups. E.g. the admin setups the real remote target and provides the ns uuids, which test should run against (this is very similar to TESTS_DEVS). Thus the tests should only operate on ns uuids and through this script blktests can ask for the ns uuids.