[common][push][TSIX-3904, change port number to 8090] 12/235912/1
authorqunfang.lin <qunfang.lin@samsung.com>
Wed, 10 Jun 2020 20:09:59 +0000 (04:09 +0800)
committerqunfang.lin <qunfang.lin@samsung.com>
Wed, 10 Jun 2020 20:10:39 +0000 (04:10 +0800)
Change-Id: I2c95b5bf92fe134ed08c8e4fcfb91007da45f36b
Signed-off-by: qunfang.lin <qunfang.lin@samsung.com>
common/tct-push-tizen-tests/push/support/push_common.js

index fe6bfbfc5110fca88100fecd4810ef201ece2120..9e003b118c9f774736fce66380a2abb7eefc0ca1 100755 (executable)
@@ -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",