qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 6/8] tests/acceptance: Do not set the machine type manuall


From: Wainer dos Santos Moschetta
Subject: Re: [PATCH v3 6/8] tests/acceptance: Do not set the machine type manually
Date: Mon, 30 Dec 2019 12:10:46 -0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0


On 12/29/19 8:45 PM, Philippe Mathieu-Daudé wrote:
Since commit ba21bde93 we don't need to set the machine type
manually, the one set by the ":avocado: tags=machine" will be used.

Correct.


Suggested-by: Cleber Rosa <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
  tests/acceptance/machine_avr6.py | 1 -
  1 file changed, 1 deletion(-)


Reviewed-by: Wainer dos Santos Moschetta <address@hidden>



diff --git a/tests/acceptance/machine_avr6.py b/tests/acceptance/machine_avr6.py
index 7a7d8afc29..394b3d4f8f 100644
--- a/tests/acceptance/machine_avr6.py
+++ b/tests/acceptance/machine_avr6.py
@@ -45,7 +45,6 @@ class AVR6Machine(Test):
          rom_hash = '7eb521f511ca8f2622e0a3c5e8dd686efbb911d4'
          rom_path = self.fetch_asset(rom_url, asset_hash=rom_hash)
- self.vm.set_machine('sample')
          self.vm.add_args('-bios', rom_path)
          self.vm.add_args('-nographic')
          self.vm.launch()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]