Re: [U-Boot] [RFC 1/3] test/py: convert fs-test.sh to pytest

2018-09-04 Thread Tuomas Tynkkynen
Hi, On 08/31/2018 10:22 AM, AKASHI Takahiro wrote: Hi Tuomas, Thank you for interesting pointers. On Thu, Aug 30, 2018 at 01:56:41PM +0300, Tuomas Tynkkynen wrote: Hi Heinrich, Takahiro On 08/30/2018 01:26 PM, AKASHI Takahiro wrote: On Thu, Aug 30, 2018 at 12:01:32PM +0200, Heinrich

Re: [U-Boot] [RFC 1/3] test/py: convert fs-test.sh to pytest

2018-08-31 Thread Alexander Graf
> Am 31.08.2018 um 09:31 schrieb AKASHI Takahiro : > >> On Wed, Aug 29, 2018 at 11:36:51PM +0200, Heinrich Schuchardt wrote: >>> On 08/23/2018 09:25 AM, AKASHI Takahiro wrote: >>> In this commit, the same set of test cases as in test/fs/fs-test.sh >>> is provided using pytest framework. >>>

Re: [U-Boot] [RFC 1/3] test/py: convert fs-test.sh to pytest

2018-08-31 Thread AKASHI Takahiro
On Wed, Aug 29, 2018 at 11:36:51PM +0200, Heinrich Schuchardt wrote: > On 08/23/2018 09:25 AM, AKASHI Takahiro wrote: > > In this commit, the same set of test cases as in test/fs/fs-test.sh > > is provided using pytest framework. > > Actually, fs-test.sh provides three variants:"sb" (sb command),

Re: [U-Boot] [RFC 1/3] test/py: convert fs-test.sh to pytest

2018-08-31 Thread AKASHI Takahiro
Hi Tuomas, Thank you for interesting pointers. On Thu, Aug 30, 2018 at 01:56:41PM +0300, Tuomas Tynkkynen wrote: > Hi Heinrich, Takahiro > > On 08/30/2018 01:26 PM, AKASHI Takahiro wrote: > >On Thu, Aug 30, 2018 at 12:01:32PM +0200, Heinrich Schuchardt wrote: > >>On 08/30/2018 08:52 AM, AKASHI

Re: [U-Boot] [RFC 1/3] test/py: convert fs-test.sh to pytest

2018-08-30 Thread Tuomas Tynkkynen
Hi Heinrich, Takahiro On 08/30/2018 01:26 PM, AKASHI Takahiro wrote: On Thu, Aug 30, 2018 at 12:01:32PM +0200, Heinrich Schuchardt wrote: On 08/30/2018 08:52 AM, AKASHI Takahiro wrote: On Wed, Aug 29, 2018 at 11:36:51PM +0200, Heinrich Schuchardt wrote: On 08/23/2018 09:25 AM, AKASHI

Re: [U-Boot] [RFC 1/3] test/py: convert fs-test.sh to pytest

2018-08-30 Thread AKASHI Takahiro
On Thu, Aug 30, 2018 at 12:01:32PM +0200, Heinrich Schuchardt wrote: > On 08/30/2018 08:52 AM, AKASHI Takahiro wrote: > > On Wed, Aug 29, 2018 at 11:36:51PM +0200, Heinrich Schuchardt wrote: > >> On 08/23/2018 09:25 AM, AKASHI Takahiro wrote: > >>> In this commit, the same set of test cases as in

Re: [U-Boot] [RFC 1/3] test/py: convert fs-test.sh to pytest

2018-08-30 Thread Heinrich Schuchardt
On 08/30/2018 08:52 AM, AKASHI Takahiro wrote: > On Wed, Aug 29, 2018 at 11:36:51PM +0200, Heinrich Schuchardt wrote: >> On 08/23/2018 09:25 AM, AKASHI Takahiro wrote: >>> In this commit, the same set of test cases as in test/fs/fs-test.sh >>> is provided using pytest framework. >>> Actually,

Re: [U-Boot] [RFC 1/3] test/py: convert fs-test.sh to pytest

2018-08-30 Thread AKASHI Takahiro
On Wed, Aug 29, 2018 at 11:36:51PM +0200, Heinrich Schuchardt wrote: > On 08/23/2018 09:25 AM, AKASHI Takahiro wrote: > > In this commit, the same set of test cases as in test/fs/fs-test.sh > > is provided using pytest framework. > > Actually, fs-test.sh provides three variants:"sb" (sb command),

Re: [U-Boot] [RFC 1/3] test/py: convert fs-test.sh to pytest

2018-08-29 Thread Heinrich Schuchardt
On 08/23/2018 09:25 AM, AKASHI Takahiro wrote: > In this commit, the same set of test cases as in test/fs/fs-test.sh > is provided using pytest framework. > Actually, fs-test.sh provides three variants:"sb" (sb command), "nonfs" > (fatxx and etc.) and "fs" (hostfs), and this patch currently

[U-Boot] [RFC 1/3] test/py: convert fs-test.sh to pytest

2018-08-23 Thread AKASHI Takahiro
In this commit, the same set of test cases as in test/fs/fs-test.sh is provided using pytest framework. Actually, fs-test.sh provides three variants:"sb" (sb command), "nonfs" (fatxx and etc.) and "fs" (hostfs), and this patch currently supports only "nonfs" variant; So it is not a replacement of