summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2020-02-19 20:07:44 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-02-20 12:43:14 -0500
commitb1b4fca4f04ba878d7c70c18817deb42eab3b712 (patch)
tree623922ad8aeb7fe5c37e0663460397d905604505 /recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch
parentcac0cdf86d46f7acfba8e6c3931ed72895c056f7 (diff)
downloadmeta-virtualization-b1b4fca4f04ba878d7c70c18817deb42eab3b712.tar.gz
openvswitch: uprev from v2.12 to v2.13
Another straightforward uprev with one fairly large change in the changelog. The Open Virtual Network component has now been moved to its own repo (https://github.com/ovn-org/ovn.git). If you were using this functionality a new recipe will need to be created. The ptest results are similar to after the v2.12 uprev ERROR: 2206 tests were run, 28 failed unexpectedly. 62 tests were skipped. The failed tests were in the following areas: checkpatch.at (5) ovs-ofctl.at (1) tunnel.at(1) tunnel-push-pop.at(3) tunnel-push-pop-ipv6.at(3) dpif-netdev.at (1) pmd.at(1) ofproto-dpif.at (7) bridge.at (2) ovsdb-idl.at(1) mcast-snooping.at(1) packet-type-aware.at(2) None of these affect core functionality or usecases and are similar to the results we see with v1.12. If specific usecases are affected by these failures we should address them on a need to fix basis. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch')
-rw-r--r--recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch13
1 files changed, 1 insertions, 12 deletions
diff --git a/recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch b/recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch
index 64e0e3f4..113bc91d 100644
--- a/recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch
+++ b/recipes-networking/openvswitch/files/python-switch-remaining-scripts-to-use-python3.patch
@@ -10,13 +10,12 @@ Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
10--- 10---
11 ofproto/ipfix-gen-entities | 2 +- 11 ofproto/ipfix-gen-entities | 2 +-
12 tests/test-l7.py | 2 +- 12 tests/test-l7.py | 2 +-
13 utilities/checkpatch.py | 2 +-
14 utilities/ovs-dev.py | 2 +- 13 utilities/ovs-dev.py | 2 +-
15 utilities/ovs-pipegen.py | 2 +- 14 utilities/ovs-pipegen.py | 2 +-
16 xenserver/etc_xapi.d_plugins_openvswitch-cfg-update | 2 +- 15 xenserver/etc_xapi.d_plugins_openvswitch-cfg-update | 2 +-
17 xenserver/opt_xensource_libexec_interface-reconfigure | 2 +- 16 xenserver/opt_xensource_libexec_interface-reconfigure | 2 +-
18 xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync | 2 +- 17 xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync | 2 +-
19 8 files changed, 8 insertions(+), 8 deletions(-) 18 7 files changed, 7 insertions(+), 7 deletions(-)
20 19
21diff --git a/ofproto/ipfix-gen-entities b/ofproto/ipfix-gen-entities 20diff --git a/ofproto/ipfix-gen-entities b/ofproto/ipfix-gen-entities
22index 0be7199..d2cce42 100755 21index 0be7199..d2cce42 100755
@@ -38,16 +37,6 @@ index d7854a1..f09defb 100755
38 # Copyright (c) 2015, 2016 Nicira, Inc. 37 # Copyright (c) 2015, 2016 Nicira, Inc.
39 # 38 #
40 # Licensed under the Apache License, Version 2.0 (the "License"); 39 # Licensed under the Apache License, Version 2.0 (the "License");
41diff --git a/utilities/checkpatch.py b/utilities/checkpatch.py
42index f929714..e17a1cf 100755
43--- a/utilities/checkpatch.py
44+++ b/utilities/checkpatch.py
45@@ -1,4 +1,4 @@
46-#!/usr/bin/env python
47+#!/usr/bin/env python3
48 # Copyright (c) 2016, 2017 Red Hat, Inc.
49 # Copyright (c) 2018 Nicira, Inc.
50 #
51diff --git a/utilities/ovs-dev.py b/utilities/ovs-dev.py 40diff --git a/utilities/ovs-dev.py b/utilities/ovs-dev.py
52index 9ce0f04..839e13e 100755 41index 9ce0f04..839e13e 100755
53--- a/utilities/ovs-dev.py 42--- a/utilities/ovs-dev.py