180682b0817a2685c15991137571c7b2f30e5901
[nonrtric.git] / near-rt-ric-simulator / auto-test / FTC1.sh
1 #!/usr/bin/env bash
2
3 TC_ONELINE_DESCR="Auto test for policy agent with simulator"
4
5 . ../common/testcase_common.sh $1 $2
6
7 clean_containers
8
9 start_simulators
10
11 consul_config_app         "../simulator-group/consul_cbs/config.json"
12
13 start_policy_agent
14
15 check_policy_agent_logs
16
17 #### TEST COMPLETE ####
18
19 store_logs          END
20