From: qunfang.lin Date: Wed, 10 Jun 2020 20:09:59 +0000 (+0800) Subject: [common][push][TSIX-3904, change port number to 8090] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3040b4881cd0efaa1578001e5212ac8ab650b0b2;p=test%2Ftct%2Fweb%2Fapi.git [common][push][TSIX-3904, change port number to 8090] Change-Id: I2c95b5bf92fe134ed08c8e4fcfb91007da45f36b Signed-off-by: qunfang.lin --- 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 fe6bfbfc5..9e003b118 100755 --- a/common/tct-push-tizen-tests/push/support/push_common.js +++ b/common/tct-push-tizen-tests/push/support/push_common.js @@ -56,13 +56,13 @@ function send(registeredId, msg) { }; var idToUrlMap = { - "00": "https://useast.push.samsungosp.com:8088/spp/pns/api/push", + "00": "https://useast.push.samsungosp.com:8090/spp/pns/api/push", "01": "https://uswest.push.samsungosp.com:8088/spp/pns/api/push", - "02": "https://apsoutheast.push.samsungosp.com:8088/spp/pns/api/push", - "03": "https://euwest.push.samsungosp.com:8088/spp/pns/api/push", - "04": "https://apnortheast.push.samsungosp.com:8088/spp/pns/api/push", - "05": "https://apkorea.push.samsungosp.com:8088/spp/pns/api/push", - "06": "https://apchina.push.samsungosp.com.cn:8088/spp/pns/api/push", + "02": "https://apsoutheast.push.samsungosp.com:8090/spp/pns/api/push", + "03": "https://euwest.push.samsungosp.com:8090/spp/pns/api/push", + "04": "https://apnortheast.push.samsungosp.com:8090/spp/pns/api/push", + "05": "https://apkorea.push.samsungosp.com:8090/spp/pns/api/push", + "06": "https://apchina.push.samsungosp.com.cn:8090/spp/pns/api/push", "7c": "https://175.41.248.50:8088/spp/pns/api/push", "50": "https://useast.gateway.push.samsungosp.com:8090/spp/pns/api/push", "52": "https://apsoutheast.gateway.push.samsungosp.com:8090/spp/pns/api/push",