bridge: fix testcase to check addresses we care about
Instead of checking the total number of addresses, which might vary depending on the IPv6 Privacy Address settings of the distro being used, just check that we have the number of non-link-local addresses we expect. Signed-off-by: Dan Williams <dcbw@redhat.com>
This commit is contained in:
parent
509d645ee9
commit
eb31403ac7
@ -776,7 +776,6 @@ func (tester *testerV03x) cmdAddTest(tc testCase, dataDir string) (*current.Resu
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
Expect(len(addrs)).To(Equal(len(expCIDRsV4)))
|
||||
addrs, err = netlink.AddrList(link, netlink.FAMILY_V6)
|
||||
Expect(len(addrs)).To(Equal(len(expCIDRsV6) + 1)) //add one for the link-local
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
// Ignore link local address which may or may not be
|
||||
// ready when we read addresses.
|
||||
|
Loading…
x
Reference in New Issue
Block a user