neutron/neutron/tests/unit/agent/common
Moshe Levi 54e1a6b1bc don't clear skb mark when ovs is hw-offload enabled
skb mark is not supported when using ovs hw-offload and using it
breaks the vxlan offload.

This patch clear skb mark only if ovs hw-offload is disabled.
This should be fine as ovs with hw-offload runs on the
compute node (DVR is not supported), so clear the skb mark for
the qrouter is not needed.

Closes-Bug: #1855888

Conflicts:
    neutron/agent/common/ovs_lib.py

Change-Id: I71f45fcd9b7e7bdacaafc7fa96c775e88333ab48
(cherry picked from commit a75ec08ddb)
(cherry picked from commit bee5059ccb)
2019-12-29 06:34:28 +00:00
..
__init__.py Add missing neutron/tests/unit/agent/common/__init__.py 2015-04-01 22:43:13 +02:00
test_ovs_lib.py don't clear skb mark when ovs is hw-offload enabled 2019-12-29 06:34:28 +00:00
test_polling.py OVS agent support on Hyper-V 2015-03-25 13:48:33 -07:00
test_resource_processing_queue.py Rename router processing queue code to be more generic 2019-04-03 12:23:55 +02:00
test_utils.py Remove deprecated IVS interface driver 2018-04-26 20:15:46 +00:00