History log of /barrelfish-master/tools/harness/tests/irqtest.py
Revision Date Author Comments
# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 8e7537bd 23-Oct-2017 Lukas Humbel <lukas.humbel@inf.ethz.ch>

IRQ: Split into MSIx and Legacy test.

Backwards compatible qemu-wrapper (now uses e1000e if available).

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# 72ef6572 10-May-2017 Simon Gerber <simon.gerber@inf.ethz.ch>

harness: cleanup tests to not override is_finished() where possible

If is_finished() cannot be converted into get_finish_string(), i.e.
is_finished() is a condition that depends on multiple output lines make sure
we call super().is_finished(line) on every line so that we catch Assertion
errors etc. that are checked for in TestCommon.is_finished().

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# 66168441 14-Oct-2016 Lukas Humbel <lukas.humbel@inf.ethz.ch>

IRQ: Merge irqtest into driver e1000n driver

irqtest was duplicating the e1000 driver. This has been replaced
with an extra build command and the UNDER_TEST preprocess define.
Also, the binary name was changed to e1000n_irqtest as it better
reflects what its actually doing.

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# 23dbd414 11-Oct-2016 Lukas Humbel <lukas.humbel@inf.ethz.ch>

T308: Add e1000e irqtest stub. Add support for e1000e in QEMU

qemu_wrapper now accepts more arguments for specifying what nic to
use.

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# a789b736 15-Aug-2016 Lukas Humbel <lukas.humbel@inf.ethz.ch>

IRQ: Make irqtest generate correct menu.lst

irqtest needs an 'auto' argument, to make it started
by Kaluga.

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# 8916ee56 20-Jul-2016 Lukas Humbel <lukas.humbel@inf.ethz.ch>

IRQ: Add priorioty to device_db. Additional device_db for kaluga

Drivers by kaluga now take an optional priority field in account.
When more than one driver matches the card, the one with the higher
priority gets started.
An additional device_db file can be specified to kaluga using the
add_device_db= parameter.
The irqtest now makes use of this to be started by kaluga.

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# 4d4751df 09-May-2016 Lukas Humbel <lukas.humbel@inf.ethz.ch>

T89: Add irqtest to harness

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>