From f5420154a538537625756de146cfd64f90d7960a Mon Sep 17 00:00:00 2001 From: Przemek Wirkus Date: Wed, 9 Apr 2014 15:32:11 +0100 Subject: [PATCH] Added proper host test script for NET_13 test --- workspace_tools/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/workspace_tools/tests.py b/workspace_tools/tests.py index ecfda2c0d8..3b13ea9b2e 100644 --- a/workspace_tools/tests.py +++ b/workspace_tools/tests.py @@ -662,6 +662,7 @@ TESTS = [ "dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, ETH_LIBRARY], "automated": True, "duration": 15, + "host_test": "tcpecho_client_auto", "peripherals": ["ethernet"], },