Merge "Add test case for ethernet profile" into tizen
[platform/core/api/connection.git] / test / connection_test.c
old mode 100644 (file)
new mode 100755 (executable)
index c50f098..b11a5a0
@@ -1201,6 +1201,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 */