mirror of https://github.com/ARMmbed/mbed-os.git
Renamed ubloxusbgsm in main to ubloxusb
Since the tests are now generic (both GSM and CDMA), rename the directory to reflect this.pull/90/head^2
parent
07519d3bce
commit
fe7021d433
|
@ -62,8 +62,8 @@ OFFICIAL_CODE = (
|
|||
("CellularModem", "net/cellular/CellularModem"),
|
||||
("CellularUSBModem", "net/cellular/CellularUSBModem"),
|
||||
("UbloxUSBModem", "net/cellular/UbloxUSBModem"),
|
||||
("UbloxModemHTTPClientTest", ["tests/net/cellular/http/common", "tests/net/cellular/http/ubloxusbgsm"]),
|
||||
("UbloxModemSMSTest", ["tests/net/cellular/sms/common", "tests/net/cellular/sms/ubloxusbgsm"]),
|
||||
("UbloxModemHTTPClientTest", ["tests/net/cellular/http/common", "tests/net/cellular/http/ubloxusb"]),
|
||||
("UbloxModemSMSTest", ["tests/net/cellular/sms/common", "tests/net/cellular/sms/ubloxusb"]),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -567,14 +567,14 @@ TESTS = [
|
|||
|
||||
# u-blox tests
|
||||
{
|
||||
"id": "UB_1", "description": "u-blox USB GSM modem: HTTP client",
|
||||
"source_dir": [join(TEST_DIR, "net", "cellular", "http", "ubloxusbgsm"), join(TEST_DIR, "net", "cellular", "http", "common")],
|
||||
"id": "UB_1", "description": "u-blox USB modem: HTTP client",
|
||||
"source_dir": [join(TEST_DIR, "net", "cellular", "http", "ubloxusb"), join(TEST_DIR, "net", "cellular", "http", "common")],
|
||||
"dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, USB_HOST_LIBRARIES, UBLOX_LIBRARY],
|
||||
"supported": CORTEX_ARM_SUPPORT,
|
||||
},
|
||||
{
|
||||
"id": "UB_2", "description": "u-blox USB GSM modem: SMS test",
|
||||
"source_dir": [join(TEST_DIR, "net", "cellular", "sms", "ubloxusbgsm"), join(TEST_DIR, "net", "cellular", "sms", "common")],
|
||||
"id": "UB_2", "description": "u-blox USB modem: SMS test",
|
||||
"source_dir": [join(TEST_DIR, "net", "cellular", "sms", "ubloxusb"), join(TEST_DIR, "net", "cellular", "sms", "common")],
|
||||
"dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, USB_HOST_LIBRARIES, UBLOX_LIBRARY],
|
||||
"supported": CORTEX_ARM_SUPPORT,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue