Commit 61cd2a8c authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_web_frontend_selector: Use https while test

parent 8a89b3c4
...@@ -6,32 +6,32 @@ ...@@ -6,32 +6,32 @@
relative_url_path = "/app", relative_url_path = "/app",
test_url_list = [ test_url_list = [
{ name : 'Europe 1', { name : 'Europe 1',
testurl: "http://demoapp-eu1.erp5.cn/WebSite_getTestFrontendResponse", testurl: "https://demoapp-eu1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp-eu1.erp5.cn" + relative_url_path }, redirect: "https://demoapp-eu1.erp5.cn" + relative_url_path },
{ name : 'Europe 2', { name : 'Europe 2',
testurl: "http://demoapp-eu1.erp5.cn/WebSite_getTestFrontendResponse", testurl: "https://demoapp-eu1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp-eu2.erp5.cn" + relative_url_path }, redirect: "https://demoapp-eu2.erp5.cn" + relative_url_path },
{ name : 'North America 1', { name : 'North America 1',
testurl: "http://demoapp-na1.erp5.cn/WebSite_getTestFrontendResponse", testurl: "https://demoapp-na1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp-na1.erp5.cn" + relative_url_path }, redirect: "https://demoapp-na1.erp5.cn" + relative_url_path },
{ name : 'North America 2', { name : 'North America 2',
testurl: "http://demoapp-na2.erp5.cn/WebSite_getTestFrontendResponse", testurl: "https://demoapp-na2.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp-na2.erp5.cn" + relative_url_path }, redirect: "https://demoapp-na2.erp5.cn" + relative_url_path },
{ name : 'China CT', { name : 'China CT',
testurl: "http://demoapp-ct1.erp5.cn/WebSite_getTestFrontendResponse", testurl: "https://demoapp-ct1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp-ct1.erp5.cn" + relative_url_path }, redirect: "https://demoapp-ct1.erp5.cn" + relative_url_path },
{ name : 'China CU', { name : 'China CU',
testurl: "http://demoapp-cu1.erp5.cn/WebSite_getTestFrontendResponse", testurl: "https://demoapp-cu1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp-cu1.erp5.cn" + relative_url_path }, redirect: "https://demoapp-cu1.erp5.cn" + relative_url_path },
{ name : 'China CM', { name : 'China CM',
testurl: "http://demoapp-cm1.erp5.cn/WebSite_getTestFrontendResponse", testurl: "https://demoapp-cm1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp-cm1.erp5.cn" + relative_url_path }, redirect: "https://demoapp-cm1.erp5.cn" + relative_url_path },
{ name : 'Asia 1', { name : 'Asia 1',
testurl: "http://demoapp-as1.erp5.cn/WebSite_getTestFrontendResponse", testurl: "https://demoapp-as1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp-as1.erp5.cn" + relative_url_path }, redirect: "https://demoapp-as1.erp5.cn" + relative_url_path },
{ name : 'Asia 2', { name : 'Asia 2',
testurl: "http://demoapp-as2.erp5.cn/WebSite_getTestFrontendResponse", testurl: "https://demoapp-as2.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp-as2.erp5.cn" + relative_url_path } redirect: "https://demoapp-as2.erp5.cn" + relative_url_path }
]; ];
function ajax(param) { function ajax(param) {
...@@ -253,4 +253,4 @@ ...@@ -253,4 +253,4 @@
runAll(); runAll();
}(document, RSVP, XMLHttpRequest)); }(document, RSVP, XMLHttpRequest));
\ No newline at end of file
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>976.42511.63989.11229</string> </value> <value> <string>1007.46143.36434.62122</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1561539709.69</float> <float>1681410019.96</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment