From: zhaofeng Date: Thu, 25 Jun 2020 06:33:17 +0000 (+0800) Subject: [common][push][TSIX-3904, change port number to 8090] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=195611d196a108d977ebca0ac88abf740c6b37e6;p=test%2Ftct%2Fweb%2Fapi.git [common][push][TSIX-3904, change port number to 8090] Change-Id: I0a0122a98e7a07c523e868e14ae727bc33ace03f Signed-off-by: zhaofeng --- diff --git a/common/tct-push-tizen-tests/push/support/push_common.js b/common/tct-push-tizen-tests/push/support/push_common.js index 4d698e866..91cc298e9 100755 --- a/common/tct-push-tizen-tests/push/support/push_common.js +++ b/common/tct-push-tizen-tests/push/support/push_common.js @@ -57,25 +57,25 @@ function send() { switch(regID) { case "00": - request.open("POST", "https://useast.push.samsungosp.com:8088/spp/pns/api/push", true); + request.open("POST", "https://useast.push.samsungosp.com:8090/spp/pns/api/push", true); break; case "01": request.open("POST", "https://uswest.push.samsungosp.com:8088/spp/pns/api/push", true); break; case "02": - request.open("POST", "https://apsoutheast.push.samsungosp.com:8088/spp/pns/api/push", true); + request.open("POST", "https://apsoutheast.push.samsungosp.com:8090/spp/pns/api/push", true); break; case "03": - request.open("POST", "https://euwest.push.samsungosp.com:8088/spp/pns/api/push", true); + request.open("POST", "https://euwest.push.samsungosp.com:8090/spp/pns/api/push", true); break; case "04": - request.open("POST", "https://apnortheast.push.samsungosp.com:8088/spp/pns/api/push", true); + request.open("POST", "https://apnortheast.push.samsungosp.com:8090/spp/pns/api/push", true); break; case "05": - request.open("POST", "https://apkorea.push.samsungosp.com:8088/spp/pns/api/push", true); + request.open("POST", "https://apkorea.push.samsungosp.com:8090/spp/pns/api/push", true); break; case "06": - request.open("POST", "https://apchina.push.samsungosp.com.cn:8088/spp/pns/api/push", true); + request.open("POST", "https://apchina.push.samsungosp.com.cn:8090/spp/pns/api/push", true); break; case "7c": request.open("POST", "https://175.41.248.50:8088/spp/pns/api/push", true);