search for: 5013bef

Displaying 1 result from an estimated 1 matches for "5013bef".

Did you mean: 0011bef
2013 Sep 30
1
[PATCH] xm-test: fix the ip allocation function
...s the length instead. Signed-off-by: Zhu Yanhai <gaoyang.zyh@taobao.com> --- tools/xm-test/lib/XmTestLib/NetConfig.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tools/xm-test/lib/XmTestLib/NetConfig.py b/tools/xm-test/lib/XmTestLib/NetConfig.py index 1f834cc..5013bef 100644 --- a/tools/xm-test/lib/XmTestLib/NetConfig.py +++ b/tools/xm-test/lib/XmTestLib/NetConfig.py @@ -159,7 +159,8 @@ class NetConfig: def setUsedIP(self, domname, interface, ip): self.used_ips[''%s:%s'' % (domname, interface)] = ip - def __findFirstOctetIP(sel...