← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1302282] Re: test_iptables_firewall uses invalid MAC addresses

 

Reviewed:  https://review.openstack.org/85508
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ee1209fb9d3474c7cdf217d911b6cf7119e5676e
Submitter: Jenkins
Branch:    milestone-proposed

commit ee1209fb9d3474c7cdf217d911b6cf7119e5676e
Author: Brian Haley <brian.haley@xxxxxx>
Date:   Mon Mar 31 12:14:59 2014 -0400

    Fix test MAC addresses to be valid
    
    MAC addresses should have 6 octets - 'ff:ff:ff:ff:ff:ff'.
    
    Change-Id: I9c2457d978ccce15549d3258961093a130375bff
    Closes-bug: #1302282
    (cherry picked from commit 5f042a64308cb00698b454da09b4a87f2ac3fafd)


** Changed in: neutron
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1302282

Title:
  test_iptables_firewall uses invalid MAC addresses

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  The unit test test_iptables_firewall.py has invalid MAC addresses in
  the code - 'ff:ff:ff:ff', an actual MAC has 6 octets and should be
  'ff:ff:ff:ff:ff:ff'.  The test still seems to run fine, but it should
  be cleaned-up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1302282/+subscriptions


References