Linux Test Project
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 1/2] vxlan0{3,4}.sh: Fix exit on error
@ 2020-09-30 10:28 Petr Vorel
  2020-09-30 10:28 ` [LTP] [PATCH v2 2/2] virt_lib.sh: Remove checks for tst_ipaddr() output Petr Vorel
  2020-09-30 11:43 ` [LTP] [PATCH v2 1/2] vxlan0{3,4}.sh: Fix exit on error Petr Vorel
  0 siblings, 2 replies; 3+ messages in thread
From: Petr Vorel @ 2020-09-30 10:28 UTC (permalink / raw)
  To: ltp

we need return, continue was for original loop (in vxlan03.sh regression
from f275363d7, then copy pasted to vxlan04.sh).

Fixes: f275363d7 ("net/{stress,virt}: Migrate virt_lib.sh, ipsec_lib.sh + tests using them")
Fixes: 503b1cb1e ("network: add new gre02, geneve02, macsec03 and vxlan04 tests")

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 testcases/network/virt/vxlan03.sh | 2 +-
 testcases/network/virt/vxlan04.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testcases/network/virt/vxlan03.sh b/testcases/network/virt/vxlan03.sh
index 9ca303930..ef66a57fe 100755
--- a/testcases/network/virt/vxlan03.sh
+++ b/testcases/network/virt/vxlan03.sh
@@ -40,7 +40,7 @@ do_test()
 		tst_brk TBROK "you must specify IP address"
 	fi
 
-	virt_check_cmd virt_add ltp_v0 id 0 $2 || continue
+	virt_check_cmd virt_add ltp_v0 id 0 $2 || return
 
 	tst_res TINFO "the same VNI must work"
 	# VNI is 24 bits long, so max value, which is not reserved, is 0xFFFFFE
diff --git a/testcases/network/virt/vxlan04.sh b/testcases/network/virt/vxlan04.sh
index 0351ea80f..a59b1183f 100755
--- a/testcases/network/virt/vxlan04.sh
+++ b/testcases/network/virt/vxlan04.sh
@@ -24,7 +24,7 @@ do_test()
 		tst_brk TBROK "you must specify IP address"
 	fi
 
-	virt_check_cmd virt_add ltp_v0 id 0 $2 || continue
+	virt_check_cmd virt_add ltp_v0 id 0 $2 || return
 
 	tst_res TINFO "the same VNI must work"
 	# VNI is 24 bits long, so max value, which is not reserved, is 0xFFFFFE
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-30 11:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-30 10:28 [LTP] [PATCH v2 1/2] vxlan0{3,4}.sh: Fix exit on error Petr Vorel
2020-09-30 10:28 ` [LTP] [PATCH v2 2/2] virt_lib.sh: Remove checks for tst_ipaddr() output Petr Vorel
2020-09-30 11:43 ` [LTP] [PATCH v2 1/2] vxlan0{3,4}.sh: Fix exit on error Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox