aboutsummaryrefslogtreecommitdiffstats
path: root/plans/vfc-nfvo-catalog/sanity-check/setup.sh
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2019-04-28 16:27:22 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2019-04-28 16:27:22 +0800
commit73c7480a8c39621f16926ca5aaff25c586b9e526 (patch)
tree925def0c68a094161db96f6fe45cde04788d25d3 /plans/vfc-nfvo-catalog/sanity-check/setup.sh
parentf2490e719496af52d584d133e5e60d536cc0d4c1 (diff)
Add vnf pkg subscription csit case
Change-Id: I6803d91110e8c4e59756a82a04a50e80ef54c8b6 Issue-ID: INT-1015 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'plans/vfc-nfvo-catalog/sanity-check/setup.sh')
-rw-r--r--plans/vfc-nfvo-catalog/sanity-check/setup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/plans/vfc-nfvo-catalog/sanity-check/setup.sh b/plans/vfc-nfvo-catalog/sanity-check/setup.sh
index 07e2b6af..344214ff 100644
--- a/plans/vfc-nfvo-catalog/sanity-check/setup.sh
+++ b/plans/vfc-nfvo-catalog/sanity-check/setup.sh
@@ -64,9 +64,11 @@ for i in {1..10}; do
sleep $i
done
+# print catalog config
docker cp vfc-catalog:/service/vfc/nfvo/catalog/catalog/pub/config/config.py ./
cat config.py
+# print catalog log
docker cp vfc-catalog:/service/vfc/nfvo/catalog/logs/runtime_catalog.log ./
cat runtime_catalog.log