Add functions test cases for ECS 33/4833/1
authorBjornMagnussonXA <bjorn.magnusson@est.tech>
Sun, 11 Oct 2020 21:05:02 +0000 (23:05 +0200)
committerBjornMagnussonXA <bjorn.magnusson@est.tech>
Mon, 12 Oct 2020 12:20:03 +0000 (14:20 +0200)
commitf38e1e8cb3652e73ea1e76b5a1a77a4aeb108577
tree03db6d92e3021b6a16f400e8bba346981388df90
parent6b0db1f4f80c25773aea907ebb0ca38d6653ae7d
Add functions test cases for ECS

Documentation in README files not yet included

Issue-ID: NONRTRIC-297

Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Change-Id: I9365d6100f7ef0232e4787e350c69e3a8390de32
42 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/FTC300.sh
test/auto-test/FTC310.sh
test/auto-test/FTC350.sh
test/auto-test/FTC800.sh
test/auto-test/FTC810.sh
test/auto-test/FTC850.sh
test/auto-test/FTC900.sh
test/auto-test/PM_DEMO.sh [moved from test/auto-test/DEMO.sh with 97% similarity]
test/auto-test/testdata/ecs/ei-type-1.json [new file with mode: 0644]
test/auto-test/testdata/ecs/ei-type-2.json [new file with mode: 0644]
test/auto-test/testdata/ecs/job-template.json [new file with mode: 0644]
test/common/agent_api_functions.sh
test/common/controller_api_functions.sh
test/common/do_curl_function.sh
test/common/ecs_api_functions.sh
test/common/prodstub_api_functions.sh [new file with mode: 0644]
test/common/ricsimulator_api_functions.sh
test/common/test_env.sh
test/common/testcase_common.sh
test/prodstub/.gitignore [new file with mode: 0644]
test/prodstub/Dockerfile [new file with mode: 0644]
test/prodstub/README.md [new file with mode: 0644]
test/prodstub/app/job-schema.json [new file with mode: 0644]
test/prodstub/app/nginx.conf [new file with mode: 0644]
test/prodstub/app/prodstub.py [new file with mode: 0644]
test/prodstub/app/requirements.txt [new file with mode: 0644]
test/prodstub/app/start.sh [new file with mode: 0755]
test/prodstub/basic_test.sh [new file with mode: 0755]
test/prodstub/cert/cert.crt [new file with mode: 0644]
test/prodstub/cert/generate_cert_and_key.sh [new file with mode: 0755]
test/prodstub/cert/key.crt [new file with mode: 0644]
test/prodstub/cert/pass [new file with mode: 0644]
test/prodstub/prod-stub-build-start.sh [new file with mode: 0755]
test/simulator-group/prodstub/.gitignore [new file with mode: 0644]
test/simulator-group/prodstub/docker-compose.yml [new file with mode: 0644]
test/simulator-group/sdnc/docker-compose.yml