linux-nvme / nvme-stas

NVMe STorage Appliance Services
Apache License 2.0
24 stars 13 forks source link

test: Fix test-udev failing when multiple IPv6 addresses are used #405

Closed martin-belanger closed 11 months ago

martin-belanger commented 11 months ago

test-udev was failing when an interface had more than one IPv6 addresses assigned. This was due to the test checking that the number of assigned IPv6 addresses was exactly 1 (== 1) instead of checking greater-equal to 1 (>= 1).

martin-belanger commented 11 months ago

Fixes https://github.com/linux-nvme/nvme-stas/issues/403

ogayot commented 11 months ago

Appreciated @martin-belanger !