Module Name:    src
Committed By:   ozaki-r
Date:           Fri Jan  7 03:07:41 UTC 2022

Modified Files:
        src/tests/net/ndp: t_ndp.sh

Log Message:
tests: skip ndp_cache_state on qemu


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/tests/net/ndp/t_ndp.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/net/ndp/t_ndp.sh
diff -u src/tests/net/ndp/t_ndp.sh:1.39 src/tests/net/ndp/t_ndp.sh:1.40
--- src/tests/net/ndp/t_ndp.sh:1.39	Thu Sep 17 11:56:35 2020
+++ src/tests/net/ndp/t_ndp.sh	Fri Jan  7 03:07:41 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: t_ndp.sh,v 1.39 2020/09/17 11:56:35 roy Exp $
+#	$NetBSD: t_ndp.sh,v 1.40 2022/01/07 03:07:41 ozaki-r Exp $
 #
 # Copyright (c) 2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -752,6 +752,8 @@ ndp_cache_state_body()
 {
 	local macaddr=
 
+	skip_if_qemu
+
 	rump_server_start $SOCKSRC netinet6
 	rump_server_start $SOCKDST netinet6
 

Reply via email to