History log of /barrelfish-master/tools/harness/tests/basicNetwork.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>


# 03d116ae 19-Feb-2018 Roni Häcki <roni.haecki@inf.ethz.ch>

harness: adapted networking test

Signed-off-by: Roni Häcki <roni.haecki@inf.ethz.ch>


# a4ffd725 18-Sep-2017 Roni Häcki <roni.haecki@inf.ethz.ch>

net_sockets: change service so it can be used for all the NICS.

- net_sockets service now takes cardname as an arugment
- change all the tests and updated the device db

Signed-off-by: Roni Häcki <roni.haecki@inf.ethz.ch>


# 8b646134 03-Jul-2017 Adam Turowski <adam.turowski@inf.ethz.ch>

harness: changing tests to net sockets

Signed-off-by: Adam Turowski <adam.turowski@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>


# 585d50a7 29-Aug-2016 Lukas Humbel <lukas.humbel@inf.ethz.ch>

Fix webserver test by putting everything on core 0

Driver now started by Kaluga. Everything runs on core 0.

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