Merge pull request #7910 from AriParkkila/cell-test-attach

Cellular: Fix Greentea test for network attach
pull/7987/head
Martin Kojtal 2018-09-04 08:20:38 +02:00 committed by GitHub
commit b20fd506c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ static void test_network_registration()
static void test_attach()
{
wait(10);
TEST_ASSERT(nw->set_attach() == NSAPI_ERROR_OK);
CellularNetwork::AttachStatus status;