Merge lp://qastaging/~julian-edwards/maas/mac-address-get-raw-bug-1285233 into lp://qastaging/~maas-committers/maas/trunk
Proposed by
Julian Edwards
Status: | Merged |
---|---|
Approved by: | Julian Edwards |
Approved revision: | no longer in the source branch. |
Merged at revision: | 2038 |
Proposed branch: | lp://qastaging/~julian-edwards/maas/mac-address-get-raw-bug-1285233 |
Merge into: | lp://qastaging/~maas-committers/maas/trunk |
Diff against target: |
59 lines (+28/-6) 2 files modified
src/maasserver/models/macaddress.py (+10/-6) src/maasserver/models/tests/test_macaddress.py (+18/-0) |
To merge this branch: | bzr merge lp://qastaging/~julian-edwards/maas/mac-address-get-raw-bug-1285233 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jeroen T. Vermeulen (community) | Approve | ||
Review via email:
|
Commit message
Make sure MACAddress.
To post a comment you must log in.
Thanks for the fix. Are you quite sure that the MACAddress constructor won't attempt any cleaning? Might be worth an assertion to confirm. I've seen this go wrong once or twice, where the test didn't actually tickle the problem case and gave us a false sense of security.