Rodolfo Alonso Hernandez 363e3564a9 Do not "grep" the output of an empty list
If a command returns an empty list, the "grep" command will exit with
error. In the ``OvnFdbAgingTest`` test case, we need to retrieve the
OVN SB FDB table to read the MAC address. The output is something like
this (one single register):
  $ ovn-sbctl list FDB
    _uuid               : 7422a4fb-fb01-47b5-b408-1b59470f0e9d
    dp_key              : 1
    mac                 : "fa:16:3e:69:a9:f9"
    port_key            : 7
    timestamp           : 1726246598759

It is possible to output the MAC address by adding the needed filters to
the command:
  $ ovn-sbctl --format=list --bare --columns=mac list FDB
    fa:16:3e:69:a9:f9

Related-Bug: #OSPRH-893
Change-Id: Iaca410d9943a39e76f86ec51b5292ed896f8088b
2024-09-13 17:28:01 +00:00
2024-03-05 17:18:02 +02:00
2024-09-12 12:33:48 +00:00
2022-08-22 12:18:50 +02:00
2022-08-08 12:03:41 +00:00
2022-11-09 07:24:40 +00:00
2022-11-09 07:24:40 +00:00
2023-12-21 16:21:32 +02:00

Whitebox Neutron Tempest Plugin

Tempest plugin with TripleO oriented whitebox tests for Neutron project.

Description
Tempest plugin with whitebox Neutron related tests useful for the Tripleo based deployments.
Readme 3.4 MiB
Languages
Python 99.5%
Shell 0.5%