[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH 09/10] tests/acceptance: Use the ATmega2560 board
From: |
Philippe Mathieu-Daudé |
Subject: |
[RFC PATCH 09/10] tests/acceptance: Use the ATmega2560 board |
Date: |
Thu, 28 Nov 2019 02:50:29 +0100 |
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
tests/acceptance/machine_avr6.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/acceptance/machine_avr6.py b/tests/acceptance/machine_avr6.py
index 2ef4a9ac2c..abe8d45b65 100644
--- a/tests/acceptance/machine_avr6.py
+++ b/tests/acceptance/machine_avr6.py
@@ -31,7 +31,7 @@ class AVR6Machine(Test):
def test_freertos(self):
"""
:avocado: tags=arch:avr
- :avocado: tags=machine:sample
+ :avocado: tags=machine:arduino-mega-2560-v3
"""
"""
https://github.com/seharris/qemu-avr-tests/raw/master/free-rtos/Demo/AVR_ATMega2560_GCC/demo.elf
@@ -43,7 +43,7 @@ class AVR6Machine(Test):
rom_hash = '7eb521f511ca8f2622e0a3c5e8dd686efbb911d4'
rom_path = self.fetch_asset(rom_url, asset_hash=rom_hash)
- self.vm.set_machine('sample')
+ self.vm.set_machine('arduino-mega-2560-v3')
self.vm.add_args('-bios', rom_path)
self.vm.add_args('-nographic')
self.vm.launch()
--
2.21.0
[RFC PATCH 09/10] tests/acceptance: Use the ATmega2560 board,
Philippe Mathieu-Daudé <=
[NOTFORMERGE PATCH 10/10] hw/avr: Remove the 'sample' board, Philippe Mathieu-Daudé, 2019/11/27
Re: [RFC PATCH 00/10] hw/avr: Introduce the Arduino board, Michael Rolnik, 2019/11/28