Support https for callback_reciever 02/4502/5
authorecaiyanlinux <martin.c.yan@est.tech>
Sat, 1 Aug 2020 14:05:17 +0000 (14:05 +0000)
committerChengkai Yan <martin.c.yan@est.tech>
Wed, 5 Aug 2020 12:20:41 +0000 (12:20 +0000)
commit113bf0910498992f20a6cb70f2bc70d4d5b204ca
treed36aeafec93c2c1d4bf8c7c41fab43514d74838f
parentcf0328e36341adab7db60355fb37b8629b1cd8bd
Support https for callback_reciever

Currently callback_reciever only supports http
This commit makes it support both http/https

Change-Id: I6a8a7001231b113516f8d256b23b2b84d994bbce
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: NONRTRIC-268
15 files changed:
test/auto-test/FTC300.sh
test/common/test_env.sh
test/cr/Dockerfile
test/cr/README.md
test/cr/app/cr.py [moved from test/cr/cr.py with 99% similarity]
test/cr/app/nginx.conf [new file with mode: 0644]
test/cr/app/requirements.txt [moved from test/cr/requirements.txt with 100% similarity]
test/cr/app/start.sh [new file with mode: 0755]
test/cr/basic_test.sh
test/cr/cert/cert.crt [new file with mode: 0644]
test/cr/cert/generate_cert_and_key.sh [new file with mode: 0755]
test/cr/cert/key.crt [new file with mode: 0644]
test/cr/cert/pass [new file with mode: 0644]
test/cr/cr-build-start.sh
test/simulator-group/cr/docker-compose.yml