test/two_guests: Drop stray spaces after sleep directives
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
6910c1ef28
commit
c48758bec6
1 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@ g1out GW1 ip -j -4 ro sh|jq -rM '.[] | select(.dst == "default").gateway'
|
||||||
guest2b nc -4 -l 10004 > msg
|
guest2b nc -4 -l 10004 > msg
|
||||||
guest1 echo "Hello_from_guest_1" | nc -N __GW1__ 10004
|
guest1 echo "Hello_from_guest_1" | nc -N __GW1__ 10004
|
||||||
guest2w
|
guest2w
|
||||||
sleep 1
|
sleep 1
|
||||||
g2out MSG2 cat msg
|
g2out MSG2 cat msg
|
||||||
check [ "__MSG2__" = "Hello_from_guest_1" ]
|
check [ "__MSG2__" = "Hello_from_guest_1" ]
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ g2out GW2_6 ip -j -6 ro sh|jq -rM '.[] | select(.dst == "default").gateway'
|
||||||
guest1b nc -6 -l 10001 > msg
|
guest1b nc -6 -l 10001 > msg
|
||||||
guest2 echo "Hello_from_guest_2" | nc -N __GW2_6__%__IFNAME2__ 10001
|
guest2 echo "Hello_from_guest_2" | nc -N __GW2_6__%__IFNAME2__ 10001
|
||||||
guest1w
|
guest1w
|
||||||
sleep 1
|
sleep 1
|
||||||
g1out MSG1 cat msg
|
g1out MSG1 cat msg
|
||||||
check [ "__MSG1__" = "Hello_from_guest_2" ]
|
check [ "__MSG1__" = "Hello_from_guest_2" ]
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ test UDP/IPv4: guest 1 > guest 2
|
||||||
guest2b nc -u -W1 -4 -l 10004 > msg
|
guest2b nc -u -W1 -4 -l 10004 > msg
|
||||||
guest1 echo "Hello_from_guest_1" | nc -u -q1 __GW1__ 10004
|
guest1 echo "Hello_from_guest_1" | nc -u -q1 __GW1__ 10004
|
||||||
guest2w
|
guest2w
|
||||||
sleep 1
|
sleep 1
|
||||||
g2out MSG2 cat msg
|
g2out MSG2 cat msg
|
||||||
check [ "__MSG2__" = "Hello_from_guest_1" ]
|
check [ "__MSG2__" = "Hello_from_guest_1" ]
|
||||||
|
|
||||||
|
@ -72,6 +72,6 @@ test UDP/IPv6: guest 2 > guest 1
|
||||||
guest1b nc -u -W1 -6 -l 10001 > msg
|
guest1b nc -u -W1 -6 -l 10001 > msg
|
||||||
guest2 echo "Hello_from_guest_2" | nc -u -q1 -N __GW2_6__%__IFNAME2__ 10001
|
guest2 echo "Hello_from_guest_2" | nc -u -q1 -N __GW2_6__%__IFNAME2__ 10001
|
||||||
guest1w
|
guest1w
|
||||||
sleep 1
|
sleep 1
|
||||||
g1out MSG1 cat msg
|
g1out MSG1 cat msg
|
||||||
check [ "__MSG1__" = "Hello_from_guest_2" ]
|
check [ "__MSG1__" = "Hello_from_guest_2" ]
|
||||||
|
|
Loading…
Reference in a new issue