git: e277a507d8f9 - main - tests: netinet: add missing up from local change

Kyle Evans kevans at FreeBSD.org
Mon Mar 15 05:42:00 UTC 2021


The branch main has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=e277a507d8f935e2ca6d1022dd1e86a73bcf1982

commit e277a507d8f935e2ca6d1022dd1e86a73bcf1982
Author:     Kyle Evans <kevans at FreeBSD.org>
AuthorDate: 2021-03-15 05:24:54 +0000
Commit:     Kyle Evans <kevans at FreeBSD.org>
CommitDate: 2021-03-15 05:24:54 +0000

    tests: netinet: add missing up from local change
---
 tests/sys/netinet/if_wg_test.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/sys/netinet/if_wg_test.sh b/tests/sys/netinet/if_wg_test.sh
index 3cf69b035f97..b0ab70108cf4 100644
--- a/tests/sys/netinet/if_wg_test.sh
+++ b/tests/sys/netinet/if_wg_test.sh
@@ -75,13 +75,13 @@ wg_basic_body()
 	    jexec wgtest1 ifconfig $wg1 peer public-key "$pub2" \
 	    endpoint ${endpoint2}:12345 allowed-ips ${tunnel2}/32
 	atf_check -s exit:0 \
-	    jexec wgtest1 ifconfig $wg1 inet $tunnel1
+	    jexec wgtest1 ifconfig $wg1 inet $tunnel1 up
 
 	atf_check -s exit:0 -o ignore \
 	    jexec wgtest2 ifconfig $wg2 peer public-key "$pub1" \
 	    endpoint ${endpoint1}:12345 allowed-ips ${tunnel1}/32
 	atf_check -s exit:0 \
-	    jexec wgtest2 ifconfig $wg2 inet $tunnel2
+	    jexec wgtest2 ifconfig $wg2 inet $tunnel2 up
 
 	# Generous timeout since the handshake takes some time.
 	atf_check -s exit:0 -o ignore jexec wgtest1 ping -o -t 5 -i 0.25 $tunnel2


More information about the dev-commits-src-all mailing list