blob: 93cc3102771cf4777bcd36dad33e27c5512539f3 [file] [log] [blame]
YongchaoWuf309b1b2020-01-22 13:24:48 +01001#!/usr/bin/env bash
2
3TC_ONELINE_DESCR="dockerirze the test, setup docker container for policy agent, cbs, consul, near realtime ric simulator"
4
YongchaoWu4e489b02020-02-24 09:18:16 +01005. ../common/testcase_common.sh $1 $2
YongchaoWuf309b1b2020-01-22 13:24:48 +01006
7#### TEST BEGIN ####
8
9clean_containers
10
YongchaoWu4e489b02020-02-24 09:18:16 +010011start_ric_simulator
12
13prepare_consul_config
14
YongchaoWuf309b1b2020-01-22 13:24:48 +010015start_simulators
16
17consul_config_app "../simulator-group/consul_cbs/config.json"
18
19start_policy_agent
20
21check_policy_agent_logs
22
23#### TEST COMPLETE ####
24
25store_logs END