blob: f959ef8e2cfdec7ce751f7a356ad05b7a09ae51b [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
YongchaoWu21f17bb2020-03-05 12:44:08 +01005. ../common/testcase_common.sh $1 $2 $3
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
YongchaoWu21f17bb2020-03-05 12:44:08 +010019start_dashboard
20
21start_sdnc
22
YongchaoWuf309b1b2020-01-22 13:24:48 +010023start_policy_agent
24
25check_policy_agent_logs
26
27#### TEST COMPLETE ####
28
29store_logs END