Skip to content

Commit fe7021d

Browse files
committed
Renamed ubloxusbgsm in main to ubloxusb
Since the tests are now generic (both GSM and CDMA), rename the directory to reflect this.
1 parent 07519d3 commit fe7021d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

workspace_tools/synch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
("CellularModem", "net/cellular/CellularModem"),
6363
("CellularUSBModem", "net/cellular/CellularUSBModem"),
6464
("UbloxUSBModem", "net/cellular/UbloxUSBModem"),
65-
("UbloxModemHTTPClientTest", ["tests/net/cellular/http/common", "tests/net/cellular/http/ubloxusbgsm"]),
66-
("UbloxModemSMSTest", ["tests/net/cellular/sms/common", "tests/net/cellular/sms/ubloxusbgsm"]),
65+
("UbloxModemHTTPClientTest", ["tests/net/cellular/http/common", "tests/net/cellular/http/ubloxusb"]),
66+
("UbloxModemSMSTest", ["tests/net/cellular/sms/common", "tests/net/cellular/sms/ubloxusb"]),
6767
)
6868

6969

workspace_tools/tests.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -567,14 +567,14 @@
567567

568568
# u-blox tests
569569
{
570-
"id": "UB_1", "description": "u-blox USB GSM modem: HTTP client",
571-
"source_dir": [join(TEST_DIR, "net", "cellular", "http", "ubloxusbgsm"), join(TEST_DIR, "net", "cellular", "http", "common")],
570+
"id": "UB_1", "description": "u-blox USB modem: HTTP client",
571+
"source_dir": [join(TEST_DIR, "net", "cellular", "http", "ubloxusb"), join(TEST_DIR, "net", "cellular", "http", "common")],
572572
"dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, USB_HOST_LIBRARIES, UBLOX_LIBRARY],
573573
"supported": CORTEX_ARM_SUPPORT,
574574
},
575575
{
576-
"id": "UB_2", "description": "u-blox USB GSM modem: SMS test",
577-
"source_dir": [join(TEST_DIR, "net", "cellular", "sms", "ubloxusbgsm"), join(TEST_DIR, "net", "cellular", "sms", "common")],
576+
"id": "UB_2", "description": "u-blox USB modem: SMS test",
577+
"source_dir": [join(TEST_DIR, "net", "cellular", "sms", "ubloxusb"), join(TEST_DIR, "net", "cellular", "sms", "common")],
578578
"dependencies": [MBED_LIBRARIES, RTOS_LIBRARIES, USB_HOST_LIBRARIES, UBLOX_LIBRARY],
579579
"supported": CORTEX_ARM_SUPPORT,
580580
},

0 commit comments

Comments
 (0)