tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Please RUMPify tests in sbin/ifconfig



On Sat, Jul 18, 2020 at 05:53:04PM +0900, Rin Okuyama wrote:
> Recently, tests have been added to tests/sbin/ifconfig, that modify
> configuration of *real* interfaces on host.
> 
> For example, t_repeated_updown literally does up and down *all*
> network interfaces on host repeatedly.
> 
> This is not what I expect to tests. I think that they should be
> converted to RUMP, and moved into tests/net/if, since:
> 
> (1) Tests should not do harm to host. Consider if tests for route(8)
> modify the routing table of host. Is this acceptable?
> 
> (2) They are not tests for ifconfig(8), but for network interfaces.
> 
> (3) Our test-runs on some ports, at least evbarm-earmv7hf, hang in
> tests/sbin/ifconfig. This is one of our biggest concerns for netbsd-10.
> 
> IMO, all tests with idiom ``for i in $(ifconfig -l); do'' should be
> done against shmif(4) instead of real interfaces.

I respectfully disagree. Arguments:

	A. As far as I know, (1) is not an issue.

	B. The explanation behind (3) is rump itself! Without these tests,
	   the whole issue would not have been caught.

	B. It is important to have tests for "real hardware" / device
	   drivers. It is likely that shmif(4) cannot reproduce many of the
	   PRs behind these tests.

	C. With respect to (2): different "name space" issues are common
	   across the whole test suite. There are literally hundreds of
	   comparable cases. 

- Jukka


Home | Main Index | Thread Index | Old Index