Commit 2acac47
committed
[Fullstack] Wait 10 seconds to ensure that MAC address is configured
In Linuxbridge and OVS PortFixture, when port is created, in the fake
vm's namespace it needs to have correct mac address configured.
It seems that for some reason it's not properly configured sometimes and
that may cause failure of e.g. DHCP tests.
So this patch adds retries for 10 seconds to ensure that MAC address is
configured to the one which should be.
Closes-bug: #2000150
Change-Id: I8c6d226e626812c3ccf0a2681be68a5b080b3463
(cherry picked from commit 370d8bc)1 parent 5d4d692 commit 2acac47
1 file changed
+15
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
784 | 784 | | |
785 | 785 | | |
786 | 786 | | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
787 | 800 | | |
788 | 801 | | |
789 | 802 | | |
| |||
899 | 912 | | |
900 | 913 | | |
901 | 914 | | |
902 | | - | |
| 915 | + | |
903 | 916 | | |
904 | 917 | | |
905 | 918 | | |
| |||
990 | 1003 | | |
991 | 1004 | | |
992 | 1005 | | |
993 | | - | |
994 | | - | |
| 1006 | + | |
995 | 1007 | | |
996 | 1008 | | |
997 | 1009 | | |
| |||
0 commit comments