Uploaded image for project: 'Fast Datapath Product'
  1. Fast Datapath Product
  2. FDP-875

Missing check for nbctl commands in tests

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • OVN
    • 8
    • False
    • Hide

      None

      Show
      None
    • False
    • Hide

      Given the OVN testing framework includes some ovn-nbctl commands that are executed in system and unit tests,

      When each relevant ovn-nbctl command in the test suite is executed with an added "check" statement to confirm successful completion,

      Then any failures in executing ovn-nbctl commands are immediately flagged to identify easily and troubleshoot issues within the testing framework.

      Show
      Given the OVN testing framework includes some ovn-nbctl commands that are executed in system and unit tests, When each relevant ovn-nbctl command in the test suite is executed with an added "check" statement to confirm successful completion, Then any failures in executing ovn-nbctl commands are immediately flagged to identify easily and troubleshoot issues within the testing framework.
    • rhel-sst-network-fastdatapath
    • ssg_networking

      Add "check" for all (relevant) ovn-nbctl command in unit/system tests.

      Such a check is missing for some commands in some tests, causing failures of such commands to be un-noticed.

      For instance the following command is called within ovn.at:

      ovn-nbctl --wait=hv
      

      If a check was added, it would have been obvious that the command was wrong (missing sync)

      check ovn-nbctl --wait=hv
      

      Note that the missing sync will be added as part of a different patch.
       

              ovnteam@redhat.com OVN Team
              xsimonar@redhat.com Xavier Simonart
              Jianlin Shi Jianlin Shi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: