svn commit: r358964 - stable/12/tests/sys/netpfil/pf

Li-Wen Hsu lwhsu at FreeBSD.org
Fri Mar 13 17:10:54 UTC 2020


Author: lwhsu
Date: Fri Mar 13 17:10:53 2020
New Revision: 358964
URL: https://svnweb.freebsd.org/changeset/base/358964

Log:
  MFC r358961:
  
  Skip sys.netpfil.pf.nat.exhaust on all platforms as it not only fails on amd64
  
  PR:		244703
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/12/tests/sys/netpfil/pf/nat.sh
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/tests/sys/netpfil/pf/nat.sh
==============================================================================
--- stable/12/tests/sys/netpfil/pf/nat.sh	Fri Mar 13 16:56:08 2020	(r358963)
+++ stable/12/tests/sys/netpfil/pf/nat.sh	Fri Mar 13 17:10:53 2020	(r358964)
@@ -11,8 +11,7 @@ exhaust_head()
 
 exhaust_body()
 {
-	if [ "$(atf_config_get ci false)" = "true" ] && \
-		[ "$(uname -p)" = "amd64" ]; then
+	if [ "$(atf_config_get ci false)" = "true" ]; then
 		atf_skip "https://bugs.freebsd.org/244703"
 	fi
 


More information about the svn-src-stable mailing list