Merge ~fnordahl/ubuntu/+source/ovn:main into ~ubuntu-server-dev/ubuntu/+source/ovn:main

Proposed by Frode Nordahl
Status: Merged
Merged at revision: 3540ab7954ca5b12a3e2868c0a4b03e51739c2b0
Proposed branch: ~fnordahl/ubuntu/+source/ovn:main
Merge into: ~ubuntu-server-dev/ubuntu/+source/ovn:main
Diff against target: 45 lines (+12/-2)
3 files modified
debian/changelog (+2/-1)
debian/flaky-tests.txt (+9/-0)
debian/rules (+1/-1)
Reviewer Review Type Date Requested Status
James Page Pending
Review via email: mp+429200@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 7ed7cd9..a9fa96b 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -3,8 +3,9 @@ ovn (22.06.0-0ubuntu3) UNRELEASED; urgency=medium
6 * d/rules, d/ovn-common.install: Properly fix the ovn-detrace binary
7 (LP: #1971178).
8 * d/gbp.conf: Add the package components.
9+ * d/rules, d/flaky-tests.txt: Extend skip test list.
10
11- -- Frode Nordahl <frode.nordahl@canonical.com> Mon, 15 Aug 2022 17:51:52 +0200
12+ -- Frode Nordahl <frode.nordahl@canonical.com> Wed, 31 Aug 2022 06:38:49 +0200
13
14 ovn (22.06.0-0ubuntu2) kinetic; urgency=medium
15
16diff --git a/debian/flaky-tests.txt b/debian/flaky-tests.txt
17index 2c1b0f4..e046eed 100644
18--- a/debian/flaky-tests.txt
19+++ b/debian/flaky-tests.txt
20@@ -2,3 +2,12 @@ policy-based routing IPv6: 1 HVs, 3 LSs, 1 lport/LS, 1 LR
21 ACLs on Port Groups
22 multi-vtep SB Chassis encap updates
23 ACL with Port Group conjunction flow efficiency
24+ACL logging
25+ovn-controller incremental processing
26+ACL allow-stateless omit conntrack - Logical_Switch
27+ACL allow-stateless omit conntrack - Port_Group
28+ACL allow-stateless overrides stateful rules with higher priority - Logical_Switch
29+conntrack nat implies conntrack
30+LS default ACL drop
31+nb_cfg timestamp
32+northd ssl file change
33diff --git a/debian/rules b/debian/rules
34index 130b533..7398048 100755
35--- a/debian/rules
36+++ b/debian/rules
37@@ -47,7 +47,7 @@ override_dh_auto_configure:
38 --enable-ssl \
39 --with-vif-plug-provider=$(CURDIR)/ovn-vif
40
41-# Last Review: 22.03.0
42+# Last Review: 22.06.0
43 # https://bugs.launchpad.net/ubuntu/+source/ovn/+bug/1956749
44 TEST_LIST = $(shell \
45 $(CURDIR)/debian/testlist.py \

Subscribers

People subscribed via source and target branches