Assert updated with the returned status code instead of URL

Dependencies:   ublox-at-cellular-interface

TESTS/unit_tests/template_mbed_app.txt

Committer:
SanaMasood
Date:
2019-03-22
Revision:
20:737d307fd4d6
Parent:
19:ee06f3b2b078

File content as of revision 20:737d307fd4d6:

{
    "config": {
        "ftp-server": {
            "help": "An FTP server to use when running the FTP tests",
            "value": "\"test.rebex.net\""
        },
        "ftp-username": {
            "help": "The user name for the FTP server account",
            "value": "\"demo\""
        },
        "ftp-password": {
            "help": "The password for the FTP server account",
            "value": "\"password\""
        },
        "ftp-use-passive": {
            "help": "Set to true to use passive mode, otherwise false (defaults to true, since this is needed for most cases)",
            "value": true
        },
        "ftp-server-supports-write": {
            "help": "Set to true if the FTP server supports PUT, rename, MKDIR and delete, otherwise set to false",
            "value": false
        },
        "ftp-filename": {
            "help": "A filename to use during FTP tests.  This file must already exist on the server if the server does not support write",
            "value": "\"readme.txt\""
        },
        "ftp-dirname": {
            "help": "A directory name to use during FTP tests.  This directory must already exist on the server if the server does not support write. If the server does support write, this must not be a substring of ftp-filename.  ",
            "value": "\"pub\""
        },
		"cell-locate-mga-token": {
            "help": "Your Cell Locate MGA token, required for TCP testing.  A tokane can be obtained from https://www.u-blox.com/en/assistnow-service-registration-form",
            "value": "\"mymgatoken\""
        },
        "run-cell-locate-tcp-server-test": {
            "help": "Set to true to run tests over TCP as well as over UDP",
            "value": 1
        },
        "http-timeout": {
            "help": "Set http request timeout default value in ms",
            "value": 30000
        },
        "debug-on": {
            "help": "Set to true to get AT interface debug",
            "value": true
        }
     },
    "target_overrides": {
        "*": {
            "platform.stdio-convert-newlines": true
        }
    }
}