[libvirt] [PATCH tck] Avoid multicast MAC addrs in tests

Laine Stump laine at laine.org
Mon Feb 25 19:29:40 UTC 2013


On 02/25/2013 11:52 AM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange at redhat.com>
>
> Certain MAC addrs are used for multicast and recent libvirt
> will refuse to start VMs using those addrs.
>
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  scripts/domain/215-nic-hotplug-many.t | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/scripts/domain/215-nic-hotplug-many.t b/scripts/domain/215-nic-hotplug-many.t
> index 5b935cc..8b4afbd 100644
> --- a/scripts/domain/215-nic-hotplug-many.t
> +++ b/scripts/domain/215-nic-hotplug-many.t
> @@ -47,9 +47,9 @@ diag "Creating a new transient domain";
>  my $dom;
>  ok_domain(sub { $dom = $conn->create_domain($xml) }, "created transient domain object");
>  
> -my $mac1 = "01:11:22:33:44:55";
> -my $mac2 = "02:11:22:33:44:55";
> -my $mac3 = "03:11:22:33:44:55";
> +my $mac1 = "02:11:22:33:44:51";
> +my $mac2 = "02:11:22:33:44:52";
> +my $mac3 = "02:11:22:33:44:53";
>  my $model = "virtio";
>  
>  my $netxml1 = <<EOF;

ACK




More information about the libvir-list mailing list