
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
Whitebox Neutron Tempest Plugin
Tempest plugin with TripleO oriented whitebox tests for Neutron project.
- Free software: Apache license
- Source: https://opendev.org/x/whitebox-neutron-tempest-plugin
Description
Tempest plugin with whitebox Neutron related tests useful for the Tripleo based deployments.
Languages
Python
99.5%
Shell
0.5%