| Message ID | 20250523112730.99043-1-arukomoinikova@k2.cloud |
|---|---|
| State | Accepted |
| Delegated to: | Ales Musil |
| Headers | show |
| Series | [ovs-dev] tests: Added missing package dependency check. | expand |
| Context | Check | Description |
|---|---|---|
| ovsrobot/apply-robot | success | apply and check: success |
| ovsrobot/github-robot-_ovn-kubernetes | success | github build: passed |
| ovsrobot/github-robot-_Build_and_Test | fail | github build: failed |
On Fri, May 23, 2025 at 1:27 PM Alexandra Rukomoinikova <arukomoinikova@k2.cloud> wrote: > Signed-off-by: Alexandra Rukomoinikova <arukomoinikova@k2.cloud> > --- > tests/ovn.at | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/tests/ovn.at b/tests/ovn.at > index 03273a3a8..46a0f09bc 100644 > --- a/tests/ovn.at > +++ b/tests/ovn.at > @@ -17743,6 +17743,7 @@ AT_CLEANUP > > OVN_FOR_EACH_NORTHD([ > AT_SETUP([IPv6 periodic gateway RA enabled for localnet adjacent switch > ports]) > +AT_SKIP_IF([test $HAVE_SCAPY = no]) > ovn_start > > net_add n1 > @@ -39457,6 +39458,7 @@ AT_CLEANUP > OVN_FOR_EACH_NORTHD([ > AT_SETUP([virtual port claim race condition]) > AT_KEYWORDS([virtual ports]) > +AT_SKIP_IF([test $HAVE_SCAPY = no]) > ovn_start > > net_add n1 > @@ -43243,6 +43245,7 @@ AT_CLEANUP > OVN_FOR_EACH_NORTHD([ > AT_SETUP([Load balancer hairpin flows]) > AT_KEYWORDS([lb]) > +AT_SKIP_IF([test $HAVE_SCAPY = no]) > ovn_start > > net_add n1 > @@ -43404,6 +43407,7 @@ AT_CLEANUP > OVN_FOR_EACH_NORTHD([ > AT_SETUP([virtual port claim postpone]) > AT_KEYWORDS([virtual ports]) > +AT_SKIP_IF([test $HAVE_SCAPY = no]) > ovn_start > > net_add n1 > -- > 2.48.1 > > _______________________________________________ > dev mailing list > dev@openvswitch.org > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > Thank you Alexandra, I have applied the patch to main and backported all the way down to 24.03. Regards, Ales
diff --git a/tests/ovn.at b/tests/ovn.at index 03273a3a8..46a0f09bc 100644 --- a/tests/ovn.at +++ b/tests/ovn.at @@ -17743,6 +17743,7 @@ AT_CLEANUP OVN_FOR_EACH_NORTHD([ AT_SETUP([IPv6 periodic gateway RA enabled for localnet adjacent switch ports]) +AT_SKIP_IF([test $HAVE_SCAPY = no]) ovn_start net_add n1 @@ -39457,6 +39458,7 @@ AT_CLEANUP OVN_FOR_EACH_NORTHD([ AT_SETUP([virtual port claim race condition]) AT_KEYWORDS([virtual ports]) +AT_SKIP_IF([test $HAVE_SCAPY = no]) ovn_start net_add n1 @@ -43243,6 +43245,7 @@ AT_CLEANUP OVN_FOR_EACH_NORTHD([ AT_SETUP([Load balancer hairpin flows]) AT_KEYWORDS([lb]) +AT_SKIP_IF([test $HAVE_SCAPY = no]) ovn_start net_add n1 @@ -43404,6 +43407,7 @@ AT_CLEANUP OVN_FOR_EACH_NORTHD([ AT_SETUP([virtual port claim postpone]) AT_KEYWORDS([virtual ports]) +AT_SKIP_IF([test $HAVE_SCAPY = no]) ovn_start net_add n1
Signed-off-by: Alexandra Rukomoinikova <arukomoinikova@k2.cloud> --- tests/ovn.at | 4 ++++ 1 file changed, 4 insertions(+)