#!/usr/bin/env bash | |
TC_ONELINE_DESCR="dockerirze the test, setup docker container for policy agent, cbs, consul, near realtime ric simulator" | |
. ../common/testcase_common.sh $1 | |
#### TEST BEGIN #### | |
clean_containers | |
start_simulators | |
consul_config_app "../simulator-group/consul_cbs/config.json" | |
start_policy_agent | |
check_policy_agent_logs | |
#### TEST COMPLETE #### | |
store_logs END |