From e0e1ff63eaa264dbd3001a6d302271ee5ea1564e Mon Sep 17 00:00:00 2001 From: Amanda Butler Date: Fri, 7 Dec 2018 10:22:41 -0600 Subject: [PATCH] Remove references to yotta in README.md Remove outdated references, as requested in mbed-os issue 6499. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1ef407..d49372b 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ Options: mbed's test suite (codenamed ```Greentea```) supports the *test supervisor* concept. This concept is realized by this module. ```mbed-host-tests``` is a collection of host tests. Host test is script written in Python, which is executed in parallel with the test suite runner (a binary running on the target hardware / device under test) to monitor the test execution's progress or to control the test flow (interaction with the mbed device under test - DUT). The host test is also responsible for grabbing the test result, or deducing it from the test runner's behavior. Key-value protocol was developed and is used to provide communication layer between DUT (device under test) and host computer. Key-value protocol defined host computer as master and DUT as slave. -* Slave side APIs and key-value protocol implementation is encapsulated in [greentea-client](https://github.com/ARMmbed/greentea-client) module. ```greentea-client``` is also available as [yotta module](https://yotta.mbed.com/#/module/greentea-client/1.0.0). +* Slave side APIs and key-value protocol implementation is encapsulated in [greentea-client](https://github.com/ARMmbed/greentea-client) module. * Master side APIs and key-value protocol is encapsulated in ```mbed-host-tests```. ```mbed-host-tests``` responsibilities are: