[common][push][add more push RQM server URLs] 02/168502/1
authorzy123.yuan <zy123.yuan@samsung.com>
Mon, 29 Jan 2018 06:01:05 +0000 (14:01 +0800)
committerzy123.yuan <zy123.yuan@samsung.com>
Mon, 29 Jan 2018 06:01:05 +0000 (14:01 +0800)
Change-Id: I6301cd1cc90059635a1b4e4ecd6535d5829f9655

common/tct-push-tizen-tests/push/support/push_common.js

index 565467ecae4e6569000761400abf3be39140da02..4d698e86691ad84353f50d3e3fa0c16789656e87 100755 (executable)
@@ -79,6 +79,23 @@ function send() {
             break;
         case "7c":
             request.open("POST", "https://175.41.248.50:8088/spp/pns/api/push", true);
+        case "50":
+            request.open("POST", "https://useast.gateway.push.samsungosp.com:8090/spp/pns/api/push", true);
+            break;
+        case "52":
+            request.open("POST", "https://apsoutheast.gateway.push.samsungosp.com:8090/spp/pns/api/push", true);
+            break;
+        case "53":
+            request.open("POST", "https://euwest.gateway.push.samsungosp.com:8090/spp/pns/api/push", true);
+            break;
+        case "54":
+            request.open("POST", "https://apnortheast.gateway.push.samsungosp.com:8090/spp/pns/api/push", true);
+            break;
+        case "55":
+            request.open("POST", "https://apkorea.gateway.push.samsungosp.com:8090/spp/pns/api/push", true);
+            break;
+        case "56":
+            request.open("POST", "https://apchina.gateway.push.samsungosp.com.cn:8090/spp/pns/api/push", true);
         }
         request.setRequestHeader("Content-Type", "application/json");
         request.setRequestHeader("appID", appId);