← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1826570] Re: Error in "tc_lib._handle_from_hex_to_string" formatting

 

Reviewed:  https://review.opendev.org/655929
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=9bc45d70c6ba6e6ab02db30a843004cbb57ddc3f
Submitter: Zuul
Branch:    master

commit 9bc45d70c6ba6e6ab02db30a843004cbb57ddc3f
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date:   Fri Apr 26 15:28:45 2019 +0000

    Error in "tc_lib._handle_from_hex_to_string" formatting
    
    "tc_lib._handle_from_hex_to_string" should print major and minor values
    in hex format, not in decimal format:
      0xMMMMmmmm -> "M:m"
      0x123A456B -> "123A:456B"
    
    Change-Id: I91eb5d9fc58e8233c48b6aabba772cd6ff65a156
    Closes-Bug: #1826570


** Changed in: neutron
       Status: In Progress => 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/1826570

Title:
  Error in "tc_lib._handle_from_hex_to_string" formatting

Status in neutron:
  Fix Released

Bug description:
  "tc_lib._handle_from_hex_to_string" should print major and minor values in hex format, not in decimal format:
    0xMMMMmmmm -> "M:m"
    0x123A456B -> "123A:456B"

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


References