Re: [PATCH v3 01/10] iotests.py: Assume a couple of variables as given

2021-01-15 Thread Vladimir Sementsov-Ogievskiy
14.01.2021 20:02, Max Reitz wrote: There are a couple of environment variables that we fetch with os.environ.get() without supplying a default. Clearly they are required and expected to be set by the ./check script (as evidenced by execute_setup_common(), which checks for test_dir and qemu_defau

[PATCH v3 01/10] iotests.py: Assume a couple of variables as given

2021-01-14 Thread Max Reitz
There are a couple of environment variables that we fetch with os.environ.get() without supplying a default. Clearly they are required and expected to be set by the ./check script (as evidenced by execute_setup_common(), which checks for test_dir and qemu_default_machine to be set, and aborts if t