Clone of official tools

test_configs/HeapBlockDeviceAndWifiInterface.json

Committer:
theotherjimmy
Date:
2018-09-25
Revision:
43:2a7da56ebd24

File content as of revision 43:2a7da56ebd24:

{
    "config": {
        "echo-server-addr" : {
            "help" : "IP address of echo server",
            "value" : "\"echo.mbedcloudtesting.com\""
        },
        "echo-server-port" : {
            "help" : "Port of echo server",
            "value" : "7"
        },
        "sim-blockdevice": {
            "help": "Simulated block device, requires sufficient heap",
            "macro_name": "MBED_TEST_SIM_BLOCKDEVICE",
            "value": "HeapBlockDevice"
        }
    },
    "target_overrides": {
        "*": {
            "target.network-default-interface-type": "WIFI",
            "nsapi.default-wifi-ssid": "\"WIFI_SSID\"",
            "nsapi.default-wifi-password": "\"WIFI_PASSWORD\"",
            "nsapi.default-wifi-security": "WIFI_SECURITY"
        }
    }
}