Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 09bcd5c

Browse files
Update ci.sh (#224)
Signed-off-by: John O'Loughlin <[email protected]>
1 parent d774e8e commit 09bcd5c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: ci/ci.sh

+11
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,19 @@ else
8686
exit 1
8787
fi
8888

89+
printf "\n\n Removing vpp app pods \n\n"
8990
kubectl delete -n vpp pod/vpp-app1-kind-control-plane
9091
kubectl delete -n vpp pod/vpp-app2-kind-control-plane
92+
echo "pods deleted"
93+
94+
echo "kubectl get all, app pods should have been removed"
95+
kubectl get all -A
96+
97+
printf "\n vppctl show interface \n\n"
98+
kubectl exec -n vpp pod/vpp-kind-control-plane -- vppctl "sh int"
99+
100+
printf "\n vppctl show memif, only the default socket 0 should be still here \n\n"
101+
kubectl exec -n vpp pod/vpp-kind-control-plane -- vppctl "sh memif"
91102
kubectl delete -n vpp pod/vpp-kind-control-plane
92103
}
93104

0 commit comments

Comments
 (0)