Re: [PATCH 3/3] tests/acceptance: Add a test for the virtex-ml507 ppc machine

2021-01-15 Thread Willian Rampazzo
On Tue, Jan 12, 2021 at 1:45 PM Thomas Huth  wrote:
>
> The "And a hippo new year" image from the QEMU advent calendar 2020
> can be used to test the virtex-ml507 ppc machine.
>
> Signed-off-by: Thomas Huth 
> ---
>  tests/acceptance/machine_ppc.py | 18 ++
>  1 file changed, 18 insertions(+)

Reviewed-by: Willian Rampazzo 




Re: [PATCH 3/3] tests/acceptance: Add a test for the virtex-ml507 ppc machine

2021-01-12 Thread David Gibson
On Tue, Jan 12, 2021 at 05:40:45PM +0100, Thomas Huth wrote:
> The "And a hippo new year" image from the QEMU advent calendar 2020
> can be used to test the virtex-ml507 ppc machine.
> 
> Signed-off-by: Thomas Huth 

Acked-by: David Gibson 

> ---
>  tests/acceptance/machine_ppc.py | 18 ++
>  1 file changed, 18 insertions(+)
> 
> diff --git a/tests/acceptance/machine_ppc.py b/tests/acceptance/machine_ppc.py
> index 71025d296c..a836e2496f 100644
> --- a/tests/acceptance/machine_ppc.py
> +++ b/tests/acceptance/machine_ppc.py
> @@ -49,3 +49,21 @@ class PpcMachine(Test):
>  self.vm.launch()
>  wait_for_console_pattern(self, 'QEMU advent calendar 2020',
>   self.panic_message)
> +
> +def test_ppc_virtex_ml507(self):
> +"""
> +:avocado: tags=arch:ppc
> +:avocado: tags=machine:virtex-ml507
> +"""
> +tar_url = ('https://www.qemu-advent-calendar.org'
> +   '/2020/download/hippo.tar.gz')
> +tar_hash = '306b95bfe7d147f125aa176a877e266db8ef914a'
> +file_path = self.fetch_asset(tar_url, asset_hash=tar_hash)
> +archive.extract(file_path, self.workdir)
> +self.vm.set_console()
> +self.vm.add_args('-kernel', self.workdir + '/hippo/hippo.linux',
> + '-dtb', self.workdir + '/hippo/virtex440-ml507.dtb',
> + '-m', '512')
> +self.vm.launch()
> +wait_for_console_pattern(self, 'QEMU advent calendar 2020',
> + self.panic_message)

-- 
David Gibson| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson


signature.asc
Description: PGP signature


Re: [PATCH 3/3] tests/acceptance: Add a test for the virtex-ml507 ppc machine

2021-01-12 Thread Wainer dos Santos Moschetta



On 1/12/21 1:40 PM, Thomas Huth wrote:

The "And a hippo new year" image from the QEMU advent calendar 2020
can be used to test the virtex-ml507 ppc machine.

Signed-off-by: Thomas Huth 
---
  tests/acceptance/machine_ppc.py | 18 ++
  1 file changed, 18 insertions(+)



Reviewed-by: Wainer dos Santos Moschetta 




diff --git a/tests/acceptance/machine_ppc.py b/tests/acceptance/machine_ppc.py
index 71025d296c..a836e2496f 100644
--- a/tests/acceptance/machine_ppc.py
+++ b/tests/acceptance/machine_ppc.py
@@ -49,3 +49,21 @@ class PpcMachine(Test):
  self.vm.launch()
  wait_for_console_pattern(self, 'QEMU advent calendar 2020',
   self.panic_message)
+
+def test_ppc_virtex_ml507(self):
+"""
+:avocado: tags=arch:ppc
+:avocado: tags=machine:virtex-ml507
+"""
+tar_url = ('https://www.qemu-advent-calendar.org'
+   '/2020/download/hippo.tar.gz')
+tar_hash = '306b95bfe7d147f125aa176a877e266db8ef914a'
+file_path = self.fetch_asset(tar_url, asset_hash=tar_hash)
+archive.extract(file_path, self.workdir)
+self.vm.set_console()
+self.vm.add_args('-kernel', self.workdir + '/hippo/hippo.linux',
+ '-dtb', self.workdir + '/hippo/virtex440-ml507.dtb',
+ '-m', '512')
+self.vm.launch()
+wait_for_console_pattern(self, 'QEMU advent calendar 2020',
+ self.panic_message)





[PATCH 3/3] tests/acceptance: Add a test for the virtex-ml507 ppc machine

2021-01-12 Thread Thomas Huth
The "And a hippo new year" image from the QEMU advent calendar 2020
can be used to test the virtex-ml507 ppc machine.

Signed-off-by: Thomas Huth 
---
 tests/acceptance/machine_ppc.py | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/tests/acceptance/machine_ppc.py b/tests/acceptance/machine_ppc.py
index 71025d296c..a836e2496f 100644
--- a/tests/acceptance/machine_ppc.py
+++ b/tests/acceptance/machine_ppc.py
@@ -49,3 +49,21 @@ class PpcMachine(Test):
 self.vm.launch()
 wait_for_console_pattern(self, 'QEMU advent calendar 2020',
  self.panic_message)
+
+def test_ppc_virtex_ml507(self):
+"""
+:avocado: tags=arch:ppc
+:avocado: tags=machine:virtex-ml507
+"""
+tar_url = ('https://www.qemu-advent-calendar.org'
+   '/2020/download/hippo.tar.gz')
+tar_hash = '306b95bfe7d147f125aa176a877e266db8ef914a'
+file_path = self.fetch_asset(tar_url, asset_hash=tar_hash)
+archive.extract(file_path, self.workdir)
+self.vm.set_console()
+self.vm.add_args('-kernel', self.workdir + '/hippo/hippo.linux',
+ '-dtb', self.workdir + '/hippo/virtex440-ml507.dtb',
+ '-m', '512')
+self.vm.launch()
+wait_for_console_pattern(self, 'QEMU advent calendar 2020',
+ self.panic_message)
-- 
2.27.0