mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #7910 from AriParkkila/cell-test-attach
Cellular: Fix Greentea test for network attachpull/7987/head
commit
b20fd506c1
|
|
@ -184,6 +184,7 @@ static void test_network_registration()
|
||||||
|
|
||||||
static void test_attach()
|
static void test_attach()
|
||||||
{
|
{
|
||||||
|
wait(10);
|
||||||
TEST_ASSERT(nw->set_attach() == NSAPI_ERROR_OK);
|
TEST_ASSERT(nw->set_attach() == NSAPI_ERROR_OK);
|
||||||
|
|
||||||
CellularNetwork::AttachStatus status;
|
CellularNetwork::AttachStatus status;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue