[common][push][TSIX-3904, change port number to 8090] 28/237028/1
authorzhaofeng <feng.zhao@samsung.com>
Thu, 25 Jun 2020 06:33:17 +0000 (14:33 +0800)
committerzhaofeng <feng.zhao@samsung.com>
Thu, 25 Jun 2020 06:34:06 +0000 (14:34 +0800)
Change-Id: I0a0122a98e7a07c523e868e14ae727bc33ace03f
Signed-off-by: zhaofeng <feng.zhao@samsung.com>
common/tct-push-tizen-tests/push/support/push_common.js

index 4d698e86691ad84353f50d3e3fa0c16789656e87..91cc298e976ba10a5db309995ae0f3e1830f0a6a 100755 (executable)
@@ -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);