[lxc-devel] [PATCH] remove assert since hwaddr isn't set by the download template

Dwight Engen dwight.engen at oracle.com
Wed May 7 13:52:00 UTC 2014


Signed-off-by: Dwight Engen <dwight.engen at oracle.com>
---
 src/python-lxc/examples/api_test.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/python-lxc/examples/api_test.py b/src/python-lxc/examples/api_test.py
index 9f935d7..7952197 100755
--- a/src/python-lxc/examples/api_test.py
+++ b/src/python-lxc/examples/api_test.py
@@ -91,7 +91,6 @@ print("Testing the networking")
 # A few basic checks of the current state
 assert("name" in container.get_keys("lxc.network.0"))
 assert(len(container.network) == 1)
-assert(container.network[0].hwaddr.startswith("00:16:3e"))
 
 ## Starting the container
 print("Starting the container")
-- 
1.9.0



More information about the lxc-devel mailing list