diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2018-08-08 14:46:11 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2018-08-08 14:46:11 +0800 |
commit | b1d068efbbe88c31dc74c7b4115e72f9961ff1be (patch) | |
tree | ed39dac1de84808a05509af1672a77960f76054d /test/csit/plans/vfc-nfvo-catalog/sanity-check/teardown.sh | |
parent | a02eada5a16a5f67f02212ced661f1ddae306a9f (diff) |
Add db component when exec VFC CSIT
Change-Id: Ibcfec9c79c6c722bc35d459424ab73af0b5cc025
Issue-ID: INT-613
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'test/csit/plans/vfc-nfvo-catalog/sanity-check/teardown.sh')
-rw-r--r-- | test/csit/plans/vfc-nfvo-catalog/sanity-check/teardown.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/csit/plans/vfc-nfvo-catalog/sanity-check/teardown.sh b/test/csit/plans/vfc-nfvo-catalog/sanity-check/teardown.sh index 68d5b60e4..d498e34c6 100644 --- a/test/csit/plans/vfc-nfvo-catalog/sanity-check/teardown.sh +++ b/test/csit/plans/vfc-nfvo-catalog/sanity-check/teardown.sh @@ -19,4 +19,5 @@ kill-instance.sh msb_internal_apigateway kill-instance.sh msb_discovery kill-instance.sh msb_consul +kill-instance.sh vfc-db kill-instance.sh vfc-catalog |