]> git.ipfire.org Git - network.git/blob - test/nitsi/test/raw-device-get-by-mac/recipe
nitsi: Rename make-install include file to setup
[network.git] / test / nitsi / test / raw-device-get-by-mac / recipe
1 include: ../../include/setup
2 alice: port="$(network raw device-get-by-mac-address "52:54:00:8a:b8:b5")"
3 alice: echo $port
4 alice: [ "52:54:00:8a:b8:b5" = "$(cat /sys/class/net/${port}/address)" ]