the other jimmy / mbed-sdk-tools

Fork of mbed-sdk-tools by mbed official

Revision:
13:ab47a20b66f0
Child:
31:182518299918
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/config_test/test21/test_data.py	Thu Jul 14 20:21:19 2016 +0100
@@ -0,0 +1,8 @@
+# Testing basic features
+
+expected_results = {
+    "test_target": {
+        "desc": "test basic features",
+        "expected_features": ["IPV4", "IPV6"]
+    }
+}