From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH 7/7] test: Drop further ^D in passt demo teardown Date: Thu, 21 Jul 2022 14:06:37 +0200 Message-ID: <20220721120637.232914-8-sbrivio@redhat.com> In-Reply-To: <20220721120637.232914-1-sbrivio@redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4880960016557276691==" --===============4880960016557276691== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Similar case as the one fixed by David's patch "tests: Remove unnecessary ^D in passt_in_ns teardown": we happen to pseudo-randomly close panes by unnecessarily exiting the parent shells there, and subsequent pane_wait directives hang. Signed-off-by: Stefano Brivio --- test/lib/setup | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/lib/setup b/test/lib/setup index 0d0f3cf..f77728a 100755 --- a/test/lib/setup +++ b/test/lib/setup @@ -329,13 +329,9 @@ teardown_two_guests() { teardown_demo_passt() { tmux send-keys -t ${PANE_GUEST} "C-c" pane_wait GUEST - tmux send-keys -t ${PANE_GUEST} "C-d" - - tmux send-keys -t ${PANE_HOST} "C-d" tmux send-keys -t ${PANE_PASST} "C-c" pane_wait PASST - tmux send-keys -t ${PANE_PASST} "C-d" pane_wait GUEST pane_wait HOST -- 2.35.1 --===============4880960016557276691==--