Added tests and improvements 79/7079/1
authorBjornMagnussonXA <bjorn.magnusson@est.tech>
Thu, 18 Nov 2021 07:19:45 +0000 (08:19 +0100)
committerBjornMagnussonXA <bjorn.magnusson@est.tech>
Thu, 18 Nov 2021 07:37:13 +0000 (08:37 +0100)
commit6fc58fd020514c2afce1fc240828bf23f53d8fb6
treee6d687bec48390aac75e579540833a5aa073a81a
parent036962c60e1cfa18a689dffa1a8b92d335e6063e
Added tests and improvements

Real message router and kafka now works in docker and in kubernetes
Added test of dmaap adapter kafka jobs
Added possibility to collect runtime stats of pods/containers
Improved callback receiver to handle large payloads
Various simplifications, improvements and corrections

Issue-ID: NONRTRIC-618

Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Change-Id: I397b4842bf860a3126cc57ddcef61bd8db3aa76b
65 files changed:
test/auto-test/FTC1.sh
test/auto-test/FTC3000.sh
test/auto-test/ONAP_UC.sh
test/auto-test/startMR.sh
test/auto-test/testdata/dmaap-adapter/job-schema-1-kafka [new file with mode: 0644]
test/auto-test/testdata/dmaap-adapter/job-template-1-kafka.json [new file with mode: 0644]
test/common/README.md
test/common/agent_api_functions.sh
test/common/api_curl.sh
test/common/consul_cbs_functions.sh
test/common/control_panel_api_functions.sh
test/common/controller_api_functions.sh
test/common/cr_api_functions.sh
test/common/dmaapadp_api_functions.sh
test/common/dmaapmed_api_functions.sh
test/common/ecs_api_functions.sh
test/common/gateway_api_functions.sh
test/common/genstat.sh [new file with mode: 0755]
test/common/http_proxy_api_functions.sh
test/common/kube_proxy_api_functions.sh
test/common/mr_api_functions.sh
test/common/prodstub_api_functions.sh
test/common/pvccleaner_api_functions.sh
test/common/rapp_catalogue_api_functions.sh
test/common/ricsimulator_api_functions.sh
test/common/test_env-onap-guilin.sh
test/common/test_env-onap-honolulu.sh
test/common/test_env-onap-istanbul.sh
test/common/test_env-oran-cherry.sh
test/common/test_env-oran-d-release.sh
test/common/test_env-oran-e-release.sh
test/common/testcase_common.sh
test/cr/app/cr.py
test/cr/app/nginx.conf
test/mrstub/app/main.py
test/mrstub/app/nginx.conf
test/simulator-group/dmaapadp/application.yaml
test/simulator-group/dmaapadp/application_configuration.json
test/simulator-group/dmaapadp/mnt/.gitignore [new file with mode: 0644]
test/simulator-group/dmaapmed/app.yaml
test/simulator-group/dmaapmed/docker-compose.yml
test/simulator-group/dmaapmed/mnt/.gitignore [new file with mode: 0644]
test/simulator-group/dmaapmed/type_config.json
test/simulator-group/dmaapmr/app.yaml
test/simulator-group/dmaapmr/configs/kafka/zk_client_jaas.conf [moved from test/simulator-group/dmaapmr/mnt2/kafka/zk_client_jaas.conf with 100% similarity]
test/simulator-group/dmaapmr/configs/mr/MsgRtrApi.properties [moved from test/simulator-group/dmaapmr/mnt2/mr/MsgRtrApi.properties with 96% similarity]
test/simulator-group/dmaapmr/configs/mr/cadi.properties [new file with mode: 0644]
test/simulator-group/dmaapmr/configs/mr/logback.xml [moved from test/simulator-group/dmaapmr/mnt2/mr/logback.xml with 99% similarity]
test/simulator-group/dmaapmr/configs/zk/zk_server_jaas.conf [moved from test/simulator-group/dmaapmr/mnt2/zk/zk_server_jaas.conf with 100% similarity]
test/simulator-group/dmaapmr/docker-compose.yml
test/simulator-group/dmaapmr/mnt/.gitignore [new file with mode: 0644]
test/simulator-group/dmaapmr/mnt/kafka/zk_client_jaas.conf
test/simulator-group/dmaapmr/mnt/mr/KUBE-MsgRtrApi.properties [deleted file]
test/simulator-group/dmaapmr/mnt/mr/MsgRtrApi.properties
test/simulator-group/dmaapmr/mnt/mr/cadi.properties
test/simulator-group/dmaapmr/mnt/mr/logback.xml
test/simulator-group/dmaapmr/mnt/zk/zk_server_jaas.conf
test/simulator-group/dmaapmr/mnt2/mr/KUBE-MsgRtrApi.properties [deleted file]
test/simulator-group/dmaapmr/mnt2/mr/cadi.properties [deleted file]
test/simulator-group/dmaapmr/svc.yaml
test/simulator-group/mrstub/app.yaml
test/simulator-group/mrstub/docker-compose.yml
test/simulator-group/sdnc/app.yaml
test/simulator-group/sdnc/app2.yaml
test/simulator-group/sdnc/svc.yaml