These make sense for displaying in the demo, but not for automated testing. Signed-off-by: David Gibson <david(a)gibson.dropbear.id.au> --- test/lib/layout | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/test/lib/layout b/test/lib/layout index cf319bf..9b16c4d 100644 --- a/test/lib/layout +++ b/test/lib/layout @@ -15,8 +15,6 @@ # layout_host() - Simple host commands layout with info and host panes layout_host() { - sleep 3 - tmux kill-pane -a -t 0 cmd_write 0 clear @@ -39,14 +37,10 @@ layout_host() { fi info_layout "host commands only" - - sleep 1 } # layout_pasta() - Panes for host, pasta, and separate one for namespace layout_pasta() { - sleep 3 - tmux kill-pane -a -t 0 cmd_write 0 clear @@ -70,14 +64,10 @@ layout_pasta() { pane_watch_contexts ${PANE_NS} "namespace" unshare ns info_layout "single pasta instance with namespace" - - sleep 1 } # layout_passt() - Panes for host, passt, and guest layout_passt() { - sleep 3 - tmux kill-pane -a -t 0 cmd_write 0 clear @@ -101,14 +91,10 @@ layout_passt() { pane_watch_contexts ${PANE_GUEST} guest qemu guest info_layout "single passt instance with guest" - - sleep 1 } # layout_passt_in_pasta() - Host, passt within pasta, namespace and guest layout_passt_in_pasta() { - sleep 3 - tmux kill-pane -a -t 0 cmd_write 0 clear @@ -137,14 +123,10 @@ layout_passt_in_pasta() { pane_watch_contexts ${PANE_PASST} "passt in pasta (namespace)" pasta passt info_layout "passt and guest in namespace, connected by pasta" - - sleep 1 } # layout_two_guests() - Two guest panes, two passt panes, plus host and log layout_two_guests() { - sleep 3 - tmux kill-pane -a -t 0 cmd_write 0 clear @@ -180,8 +162,6 @@ layout_two_guests() { pane_watch_contexts ${PANE_PASST_2} "passt #2 in namespace #2" pasta_2 passt_2 info_layout "two guests, two passt instances, in namespaces" - - sleep 1 } # layout_demo_pasta() - Four panes for pasta demo -- 2.37.3