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

slapos_web_frontend_selector: Use https while test

parent 8a89b3c4
......@@ -6,32 +6,32 @@
relative_url_path = "/app",
test_url_list = [
{ name : 'Europe 1',
testurl: "http://demoapp-eu1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp-eu1.erp5.cn" + relative_url_path },
testurl: "https://demoapp-eu1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "https://demoapp-eu1.erp5.cn" + relative_url_path },
{ name : 'Europe 2',
testurl: "http://demoapp-eu1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp-eu2.erp5.cn" + relative_url_path },
testurl: "https://demoapp-eu1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "https://demoapp-eu2.erp5.cn" + relative_url_path },
{ name : 'North America 1',
testurl: "http://demoapp-na1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp-na1.erp5.cn" + relative_url_path },
testurl: "https://demoapp-na1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "https://demoapp-na1.erp5.cn" + relative_url_path },
{ name : 'North America 2',
testurl: "http://demoapp-na2.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp-na2.erp5.cn" + relative_url_path },
testurl: "https://demoapp-na2.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "https://demoapp-na2.erp5.cn" + relative_url_path },
{ name : 'China CT',
testurl: "http://demoapp-ct1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp-ct1.erp5.cn" + relative_url_path },
testurl: "https://demoapp-ct1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "https://demoapp-ct1.erp5.cn" + relative_url_path },
{ name : 'China CU',
testurl: "http://demoapp-cu1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp-cu1.erp5.cn" + relative_url_path },
testurl: "https://demoapp-cu1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "https://demoapp-cu1.erp5.cn" + relative_url_path },
{ name : 'China CM',
testurl: "http://demoapp-cm1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp-cm1.erp5.cn" + relative_url_path },
testurl: "https://demoapp-cm1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "https://demoapp-cm1.erp5.cn" + relative_url_path },
{ name : 'Asia 1',
testurl: "http://demoapp-as1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp-as1.erp5.cn" + relative_url_path },
testurl: "https://demoapp-as1.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "https://demoapp-as1.erp5.cn" + relative_url_path },
{ name : 'Asia 2',
testurl: "http://demoapp-as2.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "http://demoapp-as2.erp5.cn" + relative_url_path }
testurl: "https://demoapp-as2.erp5.cn/WebSite_getTestFrontendResponse",
redirect: "https://demoapp-as2.erp5.cn" + relative_url_path }
];
function ajax(param) {
......@@ -253,4 +253,4 @@
runAll();
}(document, RSVP, XMLHttpRequest));
}(document, RSVP, XMLHttpRequest));
\ No newline at end of file
......@@ -234,7 +234,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>976.42511.63989.11229</string> </value>
<value> <string>1007.46143.36434.62122</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -254,7 +254,7 @@
</tuple>
<state>
<tuple>
<float>1561539709.69</float>
<float>1681410019.96</float>
<string>UTC</string>
</tuple>
</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