Auto test created for policy agent, cbs, consul 39/2039/2
authorYongchaoWu <yongchao.wu@est.tech>
Mon, 16 Dec 2019 21:54:11 +0000 (22:54 +0100)
committeryongchao <yongchao.wu@est.tech>
Tue, 17 Dec 2019 09:17:42 +0000 (10:17 +0100)
commit9a84f51f7cc05cd21b680f5970c6545c0ca90bf1
treecdf63838998caa82581acd2ead6996fe02e5d459
parentdfbd081159b02601a48162a647848223a9303ebf
Auto test created for policy agent, cbs, consul

-Fix PA dockerfile using java command of adoptopenjdk
-Add initial test for autotest
-dockerize the process of PA reading config from consul/cbs

Issue-ID: NONRTRIC-79
Change-Id: I185f7459fbb59c2be1507b33e44f7d539ab4eeff
Signed-off-by: YongchaoWu <yongchao.wu@est.tech>
12 files changed:
near-rt-ric-simulator/auto-test/.gitignore [new file with mode: 0644]
near-rt-ric-simulator/auto-test/FTC1.sh [new file with mode: 0755]
near-rt-ric-simulator/common/test_env.sh [new file with mode: 0755]
near-rt-ric-simulator/common/testcase_common.sh [new file with mode: 0755]
near-rt-ric-simulator/simulator-group/consul_cbs/config.json [moved from near-rt-ric-simulator/consul_cbs/config.json with 100% similarity]
near-rt-ric-simulator/simulator-group/consul_cbs/consul/cbs_config.hcl [new file with mode: 0644]
near-rt-ric-simulator/simulator-group/consul_cbs/consul/cbs_localhost_config.hcl [moved from near-rt-ric-simulator/consul_cbs/consul/cbs_localhost_config.hcl with 67% similarity]
near-rt-ric-simulator/simulator-group/consul_cbs/docker-compose-template.yml [moved from near-rt-ric-simulator/consul_cbs/docker-compose-template.yml with 100% similarity]
near-rt-ric-simulator/simulator-group/consul_cbs/docker-compose.yml [moved from near-rt-ric-simulator/consul_cbs/docker-compose.yml with 84% similarity]
near-rt-ric-simulator/simulator-group/consul_cbs/start.sh [moved from near-rt-ric-simulator/consul_cbs/start.sh with 100% similarity]
near-rt-ric-simulator/simulator-group/simulators-start.sh [new file with mode: 0755]
policy-agent/Dockerfile