Message ID | MEYP282MB33028782E6F8BA3A4FD4EAEDCD839@MEYP282MB3302.AUSP282.PROD.OUTLOOK.COM |
---|---|
State | Accepted |
Headers | show |
Series | [ovs-dev] system-traffic: Fix typo in conntrack zones tests. | expand |
Context | Check | Description |
---|---|---|
ovsrobot/apply-robot | fail | apply and check: fail |
On 10/25/21 13:26, lin huang wrote: > Signed-off-by: Lin Huang <linhuang@ruijie.com.cn> > --- > tests/system-traffic.at | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/system-traffic.at b/tests/system-traffic.at > index 092de308b..528d22cfc 100644 > --- a/tests/system-traffic.at > +++ b/tests/system-traffic.at > @@ -3915,7 +3915,7 @@ zone=4,limit=10,count=0 > zone=5,limit=10,count=0 > ]) > > -dnl Test ct-get-limits for all zoens > +dnl Test ct-get-limits for all zones > AT_CHECK([ovs-appctl dpctl/ct-get-limits], [0], [dnl > default limit=10 > zone=0,limit=5,count=5 > -- > 2.12.2 Applied. Thanks! Best regards, Ilya Maximets.
diff --git a/tests/system-traffic.at b/tests/system-traffic.at index 092de308b..528d22cfc 100644 --- a/tests/system-traffic.at +++ b/tests/system-traffic.at @@ -3915,7 +3915,7 @@ zone=4,limit=10,count=0 zone=5,limit=10,count=0 ]) -dnl Test ct-get-limits for all zoens +dnl Test ct-get-limits for all zones AT_CHECK([ovs-appctl dpctl/ct-get-limits], [0], [dnl default limit=10 zone=0,limit=5,count=5
Signed-off-by: Lin Huang <linhuang@ruijie.com.cn> --- tests/system-traffic.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.12.2