Further updates to the auto-test environment 64/3564/1
authorBjornMagnussonXA <bjorn.magnusson@est.tech>
Fri, 24 Apr 2020 07:20:18 +0000 (09:20 +0200)
committerBjornMagnussonXA <bjorn.magnusson@est.tech>
Sun, 3 May 2020 23:41:17 +0000 (01:41 +0200)
commit72667f1d4b9e534b38b206f64f2ac67df01a2ed9
tree4239e2b6f3b76edc92998ab86a1eb30bf42ee618
parentc6ce83e505a1919db52b054f1d86add74dc8f138
Further updates to the auto-test environment

Aligned python to python 3

Added test script of ric re-sync

Preparing for secure port of simulator and agent

Integrated SNDC ONAP adapter to the test environment

MR-stub now support long poll and message limits

Change-Id: I280f173f811a9fd859c4cc5234084a5a20f77a90
Issue-ID: NONRTRIC-154
Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
52 files changed:
test/auto-test/.gitignore
test/auto-test/FTC10.sh
test/auto-test/FTC100.sh
test/auto-test/FTC200.sh
test/auto-test/FTC300.sh
test/auto-test/FTC301.sh [new file with mode: 0755]
test/auto-test/FTC310.sh
test/auto-test/FTC320.sh
test/auto-test/FTC600.sh [new file with mode: 0755]
test/auto-test/FTC_SDNC.sh
test/auto-test/testdata/OSC/1-agent-modified.json [new file with mode: 0644]
test/auto-test/testdata/OSC/2-agent-modified.json [new file with mode: 0644]
test/certificate/cert.crt [new file with mode: 0644]
test/certificate/generate_cert_and_key.sh [new file with mode: 0755]
test/certificate/key.crt [new file with mode: 0644]
test/common/agent_api_functions.sh
test/common/compare_json.py
test/common/controller_api_functions.sh
test/common/do_curl_function.sh
test/common/ricsimulator_api_functions.sh
test/common/test_env.sh
test/common/testcase_common.sh
test/cr/.gitignore
test/cr/cr.py
test/mrstub/.gitignore
test/mrstub/Dockerfile
test/mrstub/README.md
test/mrstub/basic_test.sh
test/mrstub/cert/cert.crt [new file with mode: 0644]
test/mrstub/cert/key.crt [new file with mode: 0644]
test/mrstub/frontend.js [new file with mode: 0644]
test/mrstub/mr.py
test/mrstub/mrstub-build-start.sh
test/mrstub/package.json [new file with mode: 0644]
test/mrstub/requirements.txt
test/mrstub/start.sh [new file with mode: 0644]
test/simulator-group/consul_cbs/.gitignore [new file with mode: 0644]
test/simulator-group/control_panel/.gitignore [new file with mode: 0644]
test/simulator-group/cr/.gitignore [new file with mode: 0644]
test/simulator-group/mr/.gitignore [new file with mode: 0644]
test/simulator-group/mr/cert/cert.crt [new file with mode: 0644]
test/simulator-group/mr/cert/key.crt [new file with mode: 0644]
test/simulator-group/mr/docker-compose.yml
test/simulator-group/policy_agent/.gitignore [new file with mode: 0644]
test/simulator-group/policy_agent/docker-compose.yml
test/simulator-group/ric/.gitignore
test/simulator-group/ric/cert/cert.crt [new file with mode: 0644]
test/simulator-group/ric/cert/key.crt [new file with mode: 0644]
test/simulator-group/ric/docker-compose.yml
test/simulator-group/sdnc/.gitignore [new file with mode: 0644]
test/simulator-group/sdnc_onap/docker-compose.yml [new file with mode: 0644]
test/simulator-group/sim-monitor.js