Re: [PATCH v7 10/11] iotests: rewrite check into python

2021-01-25 Thread Vladimir Sementsov-Ogievskiy
25.01.2021 15:02, Kevin Wolf wrote: Am 23.01.2021 um 16:08 hat Vladimir Sementsov-Ogievskiy geschrieben: 22.01.2021 19:08, Kevin Wolf wrote: Am 16.01.2021 um 14:44 hat Vladimir Sementsov-Ogievskiy geschrieben: Just use classes introduced in previous three commits. Behavior difference is descri

Re: [PATCH v7 10/11] iotests: rewrite check into python

2021-01-25 Thread Kevin Wolf
Am 23.01.2021 um 16:08 hat Vladimir Sementsov-Ogievskiy geschrieben: > 22.01.2021 19:08, Kevin Wolf wrote: > > Am 16.01.2021 um 14:44 hat Vladimir Sementsov-Ogievskiy geschrieben: > > > Just use classes introduced in previous three commits. Behavior > > > difference is described in these three comm

Re: [PATCH v7 10/11] iotests: rewrite check into python

2021-01-23 Thread Vladimir Sementsov-Ogievskiy
22.01.2021 19:08, Kevin Wolf wrote: Am 16.01.2021 um 14:44 hat Vladimir Sementsov-Ogievskiy geschrieben: Just use classes introduced in previous three commits. Behavior difference is described in these three commits. Drop group file, as it becomes unused. Drop common.env: now check is in pytho

Re: [PATCH v7 10/11] iotests: rewrite check into python

2021-01-22 Thread Kevin Wolf
Am 16.01.2021 um 14:44 hat Vladimir Sementsov-Ogievskiy geschrieben: > Just use classes introduced in previous three commits. Behavior > difference is described in these three commits. > > Drop group file, as it becomes unused. > > Drop common.env: now check is in python, and for tests we use sam

Re: [PATCH v7 10/11] iotests: rewrite check into python

2021-01-22 Thread Vladimir Sementsov-Ogievskiy
16.01.2021 16:44, Vladimir Sementsov-Ogievskiy wrote: Just use classes introduced in previous three commits. Behavior difference is described in these three commits. Drop group file, as it becomes unused. Drop common.env: now check is in python, and for tests we use same python interpreter that

Re: [PATCH v7 10/11] iotests: rewrite check into python

2021-01-21 Thread Eric Blake
On 1/16/21 7:44 AM, Vladimir Sementsov-Ogievskiy wrote: > Just use classes introduced in previous three commits. Behavior > difference is described in these three commits. > > Drop group file, as it becomes unused. > > Drop common.env: now check is in python, and for tests we use same > python in

[PATCH v7 10/11] iotests: rewrite check into python

2021-01-16 Thread Vladimir Sementsov-Ogievskiy
Just use classes introduced in previous three commits. Behavior difference is described in these three commits. Drop group file, as it becomes unused. Drop common.env: now check is in python, and for tests we use same python interpreter that runs the check itself. Use build environment PYTHON in