Adaptation of test env to helm chart 08/7008/1
authorBjornMagnussonXA <bjorn.magnusson@est.tech>
Mon, 8 Nov 2021 09:25:07 +0000 (10:25 +0100)
committerBjörn Magnusson <bjorn.magnusson@est.tech>
Mon, 8 Nov 2021 10:03:59 +0000 (10:03 +0000)
commit663566c28930429775ea9921f0e32ddf5253da28
treeccf15f945cedca849626cecccad11419da93b72e
parentd289079b1b15286e994bc29b98cd732fc32fb06f
Adaptation of test env to helm chart

Restructuring to use http proxy for all access to docker containers

Adding tests for dmaap adapter and mediator

Issue-ID: NONRTRIC-618

Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Change-Id: I43799771d73140c7abbc63db9f9b28bb353474a1
93 files changed:
test/auto-test/FTC1.sh
test/auto-test/FTC10.sh
test/auto-test/FTC100.sh
test/auto-test/FTC110.sh
test/auto-test/FTC1100.sh
test/auto-test/FTC150.sh
test/auto-test/FTC1800.sh
test/auto-test/FTC2001.sh
test/auto-test/FTC2002.sh
test/auto-test/FTC2003.sh [new file with mode: 0755]
test/auto-test/FTC300.sh
test/auto-test/FTC3000.sh [new file with mode: 0755]
test/auto-test/FTC310.sh
test/auto-test/FTC350.sh
test/auto-test/FTC800.sh
test/auto-test/FTC805.sh
test/auto-test/FTC810.sh
test/auto-test/FTC850.sh
test/auto-test/FTC900.sh
test/auto-test/FTC_HELM_E_RELEASE.sh [moved from test/auto-test/FTC_HELM_RECIPE_E_RELEASE.sh with 76% similarity]
test/auto-test/FTC_HELM_RECIPE_CHERRY.sh [deleted file]
test/auto-test/FTC_HELM_RECIPE_D_RELEASE.sh [deleted file]
test/auto-test/ONAP_UC.sh
test/auto-test/PM_DEMO.sh
test/auto-test/PM_EI_DEMO.sh
test/auto-test/README.md
test/auto-test/override_ftc_helm_e_release.sh [new file with mode: 0644]
test/auto-test/startMR.sh
test/auto-test/testdata/dmaap-adapter/job-template.json [new file with mode: 0644]
test/common/README.md
test/common/agent_api_functions.sh
test/common/api_curl.sh
test/common/clean_docker.sh [new file with mode: 0755]
test/common/clean_kube.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 [new file with mode: 0644]
test/common/dmaapmed_api_functions.sh [new file with mode: 0644]
test/common/ecs_api_functions.sh
test/common/gateway_api_functions.sh
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 [new file with mode: 0644]
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/common/testengine_config.sh
test/cr/Dockerfile
test/cr/README.md
test/cr/app/cr.py
test/cr/basic_test.sh
test/mrstub/app/main.py
test/mrstub/basic_test.sh
test/simulator-group/consul_cbs/docker-compose.yml
test/simulator-group/dmaapadp/.gitignore [new file with mode: 0644]
test/simulator-group/dmaapadp/app.yaml [new file with mode: 0644]
test/simulator-group/dmaapadp/application.yaml [new file with mode: 0644]
test/simulator-group/dmaapadp/application_configuration.json [new file with mode: 0644]
test/simulator-group/dmaapadp/docker-compose.yml [new file with mode: 0644]
test/simulator-group/dmaapadp/svc.yaml [new file with mode: 0644]
test/simulator-group/dmaapmed/.gitignore [new file with mode: 0644]
test/simulator-group/dmaapmed/app.yaml [new file with mode: 0644]
test/simulator-group/dmaapmed/docker-compose.yml [new file with mode: 0644]
test/simulator-group/dmaapmed/svc.yaml [new file with mode: 0644]
test/simulator-group/dmaapmed/type_config.json [new file with mode: 0644]
test/simulator-group/dmaapmr/app.yaml
test/simulator-group/dmaapmr/docker-compose.yml
test/simulator-group/dmaapmr/mnt2/kafka/zk_client_jaas.conf [new file with mode: 0644]
test/simulator-group/dmaapmr/mnt2/mr/KUBE-MsgRtrApi.properties [new file with mode: 0644]
test/simulator-group/dmaapmr/mnt2/mr/MsgRtrApi.properties [new file with mode: 0644]
test/simulator-group/dmaapmr/mnt2/mr/cadi.properties [new file with mode: 0644]
test/simulator-group/dmaapmr/mnt2/mr/logback.xml [new file with mode: 0644]
test/simulator-group/dmaapmr/mnt2/zk/zk_server_jaas.conf [new file with mode: 0644]
test/simulator-group/dmaapmr/svc.yaml
test/simulator-group/kubeproxy/docker-compose.yml [new file with mode: 0644]
test/simulator-group/pvc-cleaner/pvc-cleaner.yaml
test/simulator-group/ric/app.yaml
test/simulator-group/ric/docker-compose.yml
test/simulator-group/ric/svc.yaml
test/simulator-group/sdnc/app.yaml
test/simulator-group/sdnc/app2.yaml
test/simulator-group/sdnc/docker-compose-2.yml
test/simulator-group/sdnc/svc.yaml