[ovs-dev] [PATCH ovn v2] tests: Fixed "nested containers" test

2023-05-30 Thread Xavier Simonart
When a port is removed from a logical switch, the ct-zone is flushed, then the ct-zone-id is removed from external_ids. This is done in two steps (ct-zone-id is removed when the transaction flushing the ct_zone is complete). ovn-nbctl --wait=hv sync does not take this into account, and hence checki

Re: [ovs-dev] [PATCH ovn v2] tests: Fixed "nested containers" test

2023-06-08 Thread Dumitru Ceara
On 5/30/23 11:54, Xavier Simonart wrote: > When a port is removed from a logical switch, the ct-zone is > flushed, then the ct-zone-id is removed from external_ids. > This is done in two steps (ct-zone-id is removed when the transaction > flushing the ct_zone is complete). > ovn-nbctl --wait=hv syn