← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2017878] [NEW] ``cmd.sanity.checks._get_ovn_version`` is returning a 3 element tuple, instead of 2

 

Public bug reported:

The method ``cmd.sanity.checks._get_ovn_version`` is returning a 3
element tuple. The output of the "ovn-nbctl --version" and "ovn-sbctl
--version" have three elements, in the format "major.minor.revision".
E.g.:

  $ ovn-nbctl --version
  ovn-nbctl 21.06.0
  Open vSwitch Library 2.15.90
  DB Schema 5.32.0

The elements to be compared with should be a 3 element tuple too.

** Affects: neutron
     Importance: Undecided
         Status: New

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

Title:
  ``cmd.sanity.checks._get_ovn_version`` is returning a 3 element tuple,
  instead of 2

Status in neutron:
  New

Bug description:
  The method ``cmd.sanity.checks._get_ovn_version`` is returning a 3
  element tuple. The output of the "ovn-nbctl --version" and "ovn-sbctl
  --version" have three elements, in the format "major.minor.revision".
  E.g.:

    $ ovn-nbctl --version
    ovn-nbctl 21.06.0
    Open vSwitch Library 2.15.90
    DB Schema 5.32.0

  The elements to be compared with should be a 3 element tuple too.

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



Follow ups