summaryrefslogtreecommitdiffstats
path: root/tests/module-init-tools
blob: 24f15f5f2e56ccb09cebe356085cd0fa3f220532 (plain)
1
2
3
4
5
6
7
8
9
10
	apk_add $@
	lsmod
	modinfo dummy
	modprobe dummy
	ip addr show dummy0
	modprobe -r dummy
	apk_del $@
	# verify we have the busybox modprobe
	[ "`readlink /sbin/insmod`" = /bin/busybox ]
	modprobe dummy