Add unit tests for AsyncRestClient
[nonrtric.git] / near-rt-ric-simulator / auto-test / Dockerize_test.sh
1 #!/usr/bin/env bash
2
3 TC_ONELINE_DESCR="dockerirze the test, setup docker container for policy agent, cbs, consul, near realtime ric simulator"
4
5 . ../common/testcase_common.sh $1
6
7 #### TEST BEGIN ####
8
9 clean_containers
10
11 start_simulators
12
13 consul_config_app         "../simulator-group/consul_cbs/config.json"
14
15 start_policy_agent
16
17 check_policy_agent_logs
18
19 #### TEST COMPLETE ####
20
21 store_logs          END