Commit 5f412a01 by Dwight Engen Committed by Stéphane Graber

python3: remove assert since hwaddr isn't set by the download template

parent 5ec89b1c
...@@ -91,7 +91,6 @@ print("Testing the networking") ...@@ -91,7 +91,6 @@ print("Testing the networking")
# A few basic checks of the current state # A few basic checks of the current state
assert("name" in container.get_keys("lxc.network.0")) assert("name" in container.get_keys("lxc.network.0"))
assert(len(container.network) == 1) assert(len(container.network) == 1)
assert(container.network[0].hwaddr.startswith("00:16:3e"))
## Starting the container ## Starting the container
print("Starting the container") print("Starting the container")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment