Commit f68cc0c
ovs: Update the submodule to include python F824 fix.
Building the OVS submodule is currently broken for the OVN CI due
to a change in flake8 2.7.0 which introduced the F824 check [0][1].
This was tackled in OVS commit 7f4ee4395637 by disabling the check.
0: PyCQA/flake8#1974
1: PyCQA/pyflakes#825
Signed-off-by: Frode Nordahl <fnordahl@ubuntu.com>
Acked-by: Ales Musil <amusil@redhat.com>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>1 parent f65e5a8 commit f68cc0c
1 file changed
+1
-1
lines changed- .ci/linux-prepare.sh+5-4
- .github/workflows/build-and-test.yml+7
- Makefile.am+2-1
- NEWS+3
- configure.ac+1-1
- debian/changelog+6
- ofproto/ofproto-dpif-xlate.c+3-3
- ofproto/ofproto-dpif.c+40-24
- python/ovs/db/idl.py+2-2
- python/ovs/stream.py+2-2
- rhel/usr_lib_systemd_system_ovsdb-server.service+2-1
- tests/checkpatch.at+69
- tests/dpif-netdev.at+1
- tests/ofproto-dpif.at+95
- tests/ovsdb-idl.at+59-34
- tests/system-traffic.at+4-4
- tests/test-ovsdb.c+32-1
- tests/test-ovsdb.py+13
- utilities/checkpatch.py+5-3
0 commit comments