aboutsummaryrefslogtreecommitdiffstats
path: root/plans
diff options
context:
space:
mode:
authorwaqas.ikram <waqas.ikram@est.tech>2023-02-27 13:30:32 +0000
committerwaqas.ikram <waqas.ikram@est.tech>2023-02-27 14:59:21 +0000
commit500a8e4001ee65aa5fd63db43657e2aa1c3095bd (patch)
treea996b60af565bafef73194e4880bf1688a8d3023 /plans
parentf862683a7e4363cde071458e399e28dd4afea33e (diff)
Fixing jenkins job
Change-Id: Ie2dba810d2d80c29fc79a4067ac3aa28083b13bc Issue-ID: INT-2204 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'plans')
-rwxr-xr-xplans/vfc-nfvo-lcm/sanity-check/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plans/vfc-nfvo-lcm/sanity-check/setup.sh b/plans/vfc-nfvo-lcm/sanity-check/setup.sh
index 6ed146ff..bc644d59 100755
--- a/plans/vfc-nfvo-lcm/sanity-check/setup.sh
+++ b/plans/vfc-nfvo-lcm/sanity-check/setup.sh
@@ -56,7 +56,7 @@ for i in {1..3}; do
sleep $i
done
-docker ps > ps.txt
+docker ps -a > ps.txt
cat ps.txt
echo "****************************"
docker logs -f vfc-db > db.txt &