[Qemu-devel] [PATCH v2 0/2] Acceptance Tests: Test the Raspberry Pi 2 board

Philippe Mathieu-Daudé posted 2 patches 6 years, 8 months ago
Test asan failed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190312234541.2887-1-philmd@redhat.com
tests/acceptance/boot_linux_console.py | 34 ++++++++++++++++++++++++--
1 file changed, 32 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH v2 0/2] Acceptance Tests: Test the Raspberry Pi 2 board
Posted by Philippe Mathieu-Daudé 6 years, 8 months ago
Add the raspi2 to the list of boards tested by the
boot_linux_console Avocado test.

Based on "Acceptance Tests: target architecture support" v5:
https://lists.gnu.org/archive/html/qemu-devel/2019-03/msg04111.html
Based-on: <20190312171824.5134-1-crosa@redhat.com>

Philippe Mathieu-Daudé (2):
  BootLinuxConsoleTest: Let extract_from_deb handle various compressions
  Boot Linux Console Test: add a test for the Raspberry Pi 2

 tests/acceptance/boot_linux_console.py | 34 ++++++++++++++++++++++++--
 1 file changed, 32 insertions(+), 2 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PATCH v2 0/2] Acceptance Tests: Test the Raspberry Pi 2 board
Posted by Philippe Mathieu-Daudé 6 years, 6 months ago
On 3/13/19 12:45 AM, Philippe Mathieu-Daudé wrote:
> Add the raspi2 to the list of boards tested by the
> boot_linux_console Avocado test.
> 
> Based on "Acceptance Tests: target architecture support" v5:
> https://lists.gnu.org/archive/html/qemu-devel/2019-03/msg04111.html
> Based-on: <20190312171824.5134-1-crosa@redhat.com>
> 
> Philippe Mathieu-Daudé (2):
>   BootLinuxConsoleTest: Let extract_from_deb handle various compressions
>   Boot Linux Console Test: add a test for the Raspberry Pi 2
> 
>  tests/acceptance/boot_linux_console.py | 34 ++++++++++++++++++++++++--
>  1 file changed, 32 insertions(+), 2 deletions(-)

I was hoping this series would be included in "Acceptance Tests: target
architecture support" by Eduardo (removing the 'print' debug line) but I
just realized I forgot to Cc him :S

Re: [Qemu-devel] [PATCH v2 0/2] Acceptance Tests: Test the Raspberry Pi 2 board
Posted by Eduardo Habkost 6 years, 6 months ago
On Sat, May 04, 2019 at 01:52:51PM +0200, Philippe Mathieu-Daudé wrote:
> On 3/13/19 12:45 AM, Philippe Mathieu-Daudé wrote:
> > Add the raspi2 to the list of boards tested by the
> > boot_linux_console Avocado test.
> > 
> > Based on "Acceptance Tests: target architecture support" v5:
> > https://lists.gnu.org/archive/html/qemu-devel/2019-03/msg04111.html
> > Based-on: <20190312171824.5134-1-crosa@redhat.com>
> > 
> > Philippe Mathieu-Daudé (2):
> >   BootLinuxConsoleTest: Let extract_from_deb handle various compressions
> >   Boot Linux Console Test: add a test for the Raspberry Pi 2
> > 
> >  tests/acceptance/boot_linux_console.py | 34 ++++++++++++++++++++++++--
> >  1 file changed, 32 insertions(+), 2 deletions(-)
> 
> I was hoping this series would be included in "Acceptance Tests: target
> architecture support" by Eduardo (removing the 'print' debug line) but I
> just realized I forgot to Cc him :S

Problem solved: queued on python-next (after removing the print
statement from patch 2/2).  :)

-- 
Eduardo

Re: [Qemu-devel] [PATCH v2 0/2] Acceptance Tests: Test the Raspberry Pi 2 board
Posted by Philippe Mathieu-Daudé 6 years, 6 months ago
On 5/6/19 11:41 PM, Eduardo Habkost wrote:
> On Sat, May 04, 2019 at 01:52:51PM +0200, Philippe Mathieu-Daudé wrote:
>> On 3/13/19 12:45 AM, Philippe Mathieu-Daudé wrote:
>>> Add the raspi2 to the list of boards tested by the
>>> boot_linux_console Avocado test.
>>>
>>> Based on "Acceptance Tests: target architecture support" v5:
>>> https://lists.gnu.org/archive/html/qemu-devel/2019-03/msg04111.html
>>> Based-on: <20190312171824.5134-1-crosa@redhat.com>
>>>
>>> Philippe Mathieu-Daudé (2):
>>>   BootLinuxConsoleTest: Let extract_from_deb handle various compressions
>>>   Boot Linux Console Test: add a test for the Raspberry Pi 2
>>>
>>>  tests/acceptance/boot_linux_console.py | 34 ++++++++++++++++++++++++--
>>>  1 file changed, 32 insertions(+), 2 deletions(-)
>>
>> I was hoping this series would be included in "Acceptance Tests: target
>> architecture support" by Eduardo (removing the 'print' debug line) but I
>> just realized I forgot to Cc him :S
> 
> Problem solved: queued on python-next (after removing the print
> statement from patch 2/2).  :)

Thanks a lot!