Skip to content

Commit 6768cd1

Browse files
committed
liqoctl info in diagnostic
1 parent 373dc94 commit 6768cd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/e2e/pipeline/diagnostic/diagnose.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ do
4343
echo "Available Nodes"
4444
echo "|------------------------------------------------------------|"
4545
${KUBECTL} get no -o wide --show-labels
46-
echo "Liqo local status"
46+
echo "Liqo local info"
4747
echo "|------------------------------------------------------------|"
48-
${LIQOCTL} status --verbose
49-
echo "Liqo peerings statuses"
48+
${LIQOCTL} info --verbose
49+
echo "Liqo peerings info"
5050
echo "|------------------------------------------------------------|"
51-
${LIQOCTL} status peer --verbose
51+
${LIQOCTL} info peer --verbose
5252
done;

0 commit comments

Comments
 (0)