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

Stéphane Graber stgraber at ubuntu.com
Wed May 7 13:54:11 UTC 2014


On Wed, May 07, 2014 at 09:52:00AM -0400, Dwight Engen wrote:
> Signed-off-by: Dwight Engen <dwight.engen at oracle.com>

Acked-by: Stéphane Graber <stgraber at ubuntu.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
> 
> _______________________________________________
> lxc-devel mailing list
> lxc-devel at lists.linuxcontainers.org
> http://lists.linuxcontainers.org/listinfo/lxc-devel

-- 
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20140507/9b0f3c00/attachment.sig>


More information about the lxc-devel mailing list