1
0
mirror of https://passt.top/passt synced 2024-07-01 23:42:41 +00:00

test: Remove unneccessary pane naming from layout_two_guests

This loop goes through and gives a numeric label to each pane, even though
we name the panes properly shortly thereafter.  Looks like a leftover from
some earlier version.  Remove it.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
David Gibson 2022-09-26 20:43:41 +10:00 committed by Stefano Brivio
parent feb8946ff5
commit dc3f200a0b

View File

@ -155,10 +155,6 @@ layout_two_guests() {
tmux split-window -h -l '35%' -t passt_test:1.0
tmux split-window -v -t passt_test:1.0
for i in `seq 0 5`; do
tmux select-pane -t $i -T "${i}"
done
PANE_GUEST_1=0
PANE_GUEST_2=1
PANE_INFO=2