From: Maneesh Jain Date: Thu, 28 May 2015 11:53:36 +0000 (+0530) Subject: Add test case for ethernet profile X-Git-Tag: submit/tizen/20150530.015007~1^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fapi%2Fconnection.git;a=commitdiff_plain;h=f526008a9cc4c26dbbcdb70f6df03036044d68c1 Add test case for ethernet profile This patch adds the ethernet case in test_update_profile() function. Change-Id: I24f0937b13ba3cf2057155b45dfb83ddf3f89e1b Signed-off-by: Maneesh Jain --- diff --git a/test/connection_test.c b/test/connection_test.c old mode 100644 new mode 100755 index 76f5db9..09f01d0 --- a/test/connection_test.c +++ b/test/connection_test.c @@ -1190,6 +1190,10 @@ int test_update_profile(void) break; case CONNECTION_PROFILE_TYPE_ETHERNET: + if (test_update_network_info(profile) == -1) + return -1; + + break; case CONNECTION_PROFILE_TYPE_BT: printf("Not supported!\n"); /* fall through */