Module Name: src
Committed By: yamaguchi
Date: Tue Jun 1 05:18:33 UTC 2021
Modified Files:
src/tests/net/if_pppoe: t_pppoe.sh
Log Message:
Update test case.
The state of IPCP and IPv6CP is Closed when those are disabled.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/tests/net/if_pppoe/t_pppoe.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/if_pppoe/t_pppoe.sh
diff -u src/tests/net/if_pppoe/t_pppoe.sh:1.32 src/tests/net/if_pppoe/t_pppoe.sh:1.33
--- src/tests/net/if_pppoe/t_pppoe.sh:1.32 Thu May 13 03:37:58 2021
+++ src/tests/net/if_pppoe/t_pppoe.sh Tue Jun 1 05:18:33 2021
@@ -1,4 +1,4 @@
-# $NetBSD: t_pppoe.sh,v 1.32 2021/05/13 03:37:58 yamaguchi Exp $
+# $NetBSD: t_pppoe.sh,v 1.33 2021/06/01 05:18:33 yamaguchi Exp $
#
# Copyright (c) 2016 Internet Initiative Japan Inc.
# All rights reserved.
@@ -743,7 +743,7 @@ pppoe_params_body()
atf_pppoectl pppoe0 noipv6cp
atf_ifconfig pppoe0 up
wait_for_opened "IPCP"
- atf_check -s exit:0 -o match:'IPv6CP state: initial' \
+ atf_check -s exit:0 -o match:'IPv6CP state: closed' \
-x "$HIJACKING pppoectl -dd pppoe0"
atf_ifconfig pppoe0 down
@@ -755,7 +755,7 @@ pppoe_params_body()
atf_pppoectl pppoe0 noipcp ipv6cp
atf_ifconfig pppoe0 up
wait_for_opened "IPv6CP"
- atf_check -s exit:0 -o match:'IPCP state: initial' \
+ atf_check -s exit:0 -o match:'IPCP state: closed' \
-x "$HIJACKING pppoectl -dd pppoe0"
}