[ovs-dev] [PATCH ovn] ovn-ic.at: Make AZ register test more reliable.

2020-09-10 Thread Ilya Maximets
It might take some time for availability zone to become visible in the output of 'show' command. This fixes periodic failures of testsuite jobs on Travis. Fixes: 381c9319b1f0 ("ovn-ic: Interconnection controller with AZ registeration.") Signed-off-by: Ilya Maximets --- tests/ovn-ic.at | 3 +++

Re: [ovs-dev] [PATCH ovn] ovn-ic.at: Make AZ register test more reliable.

2020-09-10 Thread Han Zhou
On Thu, Sep 10, 2020 at 11:57 AM Ilya Maximets wrote: > > It might take some time for availability zone to become > visible in the output of 'show' command. > > This fixes periodic failures of testsuite jobs on Travis. > > Fixes: 381c9319b1f0 ("ovn-ic: Interconnection controller with AZ registerat

Re: [ovs-dev] [PATCH ovn] ovn-ic.at: Make AZ register test more reliable.

2020-09-11 Thread Numan Siddique
On Fri, Sep 11, 2020 at 1:26 AM Han Zhou wrote: > > On Thu, Sep 10, 2020 at 11:57 AM Ilya Maximets wrote: > > > > It might take some time for availability zone to become > > visible in the output of 'show' command. > > > > This fixes periodic failures of testsuite jobs on Travis. > > > > Fixes: 3