mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
ndp tests: fix cleanup
Fix the cleanup function name so we actually remove our test jail and interfaces. Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
6964b77e59
commit
08851be187
@ -99,7 +99,7 @@ ndp_del_gu_success_body() {
|
||||
atf_check -o match:"2001:db8::2 \(2001:db8::2\) deleted" jexec ${jname} ndp -nd 2001:db8::2
|
||||
}
|
||||
|
||||
ndp_del_success_cleanup() {
|
||||
ndp_del_gu_success_cleanup() {
|
||||
vnet_cleanup
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user