| commit | c5ae81e5a7dfa830456dcbfd806b5d11cba51fdb | [log] [tgz] |
|---|---|---|
| author | Andrew Jeffery <andrew@aj.id.au> | Wed Mar 07 15:06:14 2018 +1030 |
| committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Mar 15 00:20:51 2018 +0000 |
| tree | 5c84e7d3ef9499fc02f6c1795064cb157a6f7839 | |
| parent | 9628122e69c19d52e694b48f48a446a39b01bf5f [diff] |
test_rtnetlink: Increase interations in WithSingleInterface
We were hitting test failures caused by
EXPECT_EQ(true, isInterfaceAdded("igb5"));
at the end of the WithSingleInterface case. There appears to be a race
condition between the netlink handling and the timer expiry, so
increment the number of retries for test stability.
Change-Id: I6cd2e4e95ee4d183466c73fa8a36a5580f566227
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>