These failures are currently occurring on the master branch:
==============================
Failed 5 tests - output below:
==============================
networking_arista.tests.unit.ml2.test_mechanism_arista.BasicMechDriverTestCase.test_baremetal_trunk_pre_bound
-------------------------------------------------------------------------------------------------------------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "/home/corey/pkg/yoga/upstream/networking-arista/.tox/py39/lib/python3.9/site-packages/neutron/tests/base.py", line 183, in func
return f(self, *args, **kwargs)
File "/home/corey/pkg/yoga/upstream/networking-arista/networking_arista/tests/unit/ml2/test_mechanism_arista.py", line 822, in test_baremetal_trunk_pre_bound
self.trunk_plugin.create_trunk(self.context, trunk_dict)
File "/home/corey/pkg/yoga/upstream/networking-arista/.tox/py39/lib/python3.9/site-packages/neutron/db/db_base_plugin_common.py", line 48, in inner
result = f(*args, **kwargs)
File "/home/corey/pkg/yoga/upstream/networking-arista/.tox/py39/lib/python3.9/site-packages/neutron/services/trunk/plugin.py", line 248, in create_trunk
project_id=trunk['tenant_id'],
KeyError: 'tenant_id'
networking_arista.tests.unit.ml2.test_mechanism_arista.BasicMechDriverTestCase.test_baremetal_trunk_basic
---------------------------------------------------------------------------------------------------------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "/home/corey/pkg/yoga/upstream/networking-arista/.tox/py39/lib/python3.9/site-packages/neutron/tests/base.py", line 183, in func
return f(self, *args, **kwargs)
File "/home/corey/pkg/yoga/upstream/networking-arista/networking_arista/tests/unit/ml2/test_mechanism_arista.py", line 662, in test_baremetal_trunk_basic
self.trunk_plugin.create_trunk(self.context, trunk_dict)
File "/home/corey/pkg/yoga/upstream/networking-arista/.tox/py39/lib/python3.9/site-packages/neutron/db/db_base_plugin_common.py", line 48, in inner
result = f(*args, **kwargs)
File "/home/corey/pkg/yoga/upstream/networking-arista/.tox/py39/lib/python3.9/site-packages/neutron/services/trunk/plugin.py", line 248, in create_trunk
project_id=trunk['tenant_id'],
KeyError: 'tenant_id'
networking_arista.tests.unit.ml2.test_mechanism_arista.BasicMechDriverTestCase.test_baremetal_trunk_bind_unbind
---------------------------------------------------------------------------------------------------------------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "/home/corey/pkg/yoga/upstream/networking-arista/.tox/py39/lib/python3.9/site-packages/neutron/tests/base.py", line 183, in func
return f(self, *args, **kwargs)
File "/home/corey/pkg/yoga/upstream/networking-arista/networking_arista/tests/unit/ml2/test_mechanism_arista.py", line 733, in test_baremetal_trunk_bind_unbind
trunk = self.trunk_plugin.create_trunk(self.context, trunk_dict)
File "/home/corey/pkg/yoga/upstream/networking-arista/.tox/py39/lib/python3.9/site-packages/neutron/db/db_base_plugin_common.py", line 48, in inner
result = f(*args, **kwargs)
File "/home/corey/pkg/yoga/upstream/networking-arista/.tox/py39/lib/python3.9/site-packages/neutron/services/trunk/plugin.py", line 248, in create_trunk
project_id=trunk['tenant_id'],
KeyError: 'tenant_id'
networking_arista.tests.unit.ml2.test_mechanism_arista.BasicMechDriverTestCase.test_vm_trunk_port
-------------------------------------------------------------------------------------------------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "/home/corey/pkg/yoga/upstream/networking-arista/.tox/py39/lib/python3.9/site-packages/neutron/tests/base.py", line 183, in func
return f(self, *args, **kwargs)
File "/home/corey/pkg/yoga/upstream/networking-arista/networking_arista/tests/unit/ml2/test_mechanism_arista.py", line 503, in test_vm_trunk_port
trunk = self.trunk_plugin.create_trunk(self.context, trunk_dict)
File "/home/corey/pkg/yoga/upstream/networking-arista/.tox/py39/lib/python3.9/site-packages/neutron/db/db_base_plugin_common.py", line 48, in inner
result = f(*args, **kwargs)
File "/home/corey/pkg/yoga/upstream/networking-arista/.tox/py39/lib/python3.9/site-packages/neutron/services/trunk/plugin.py", line 248, in create_trunk
project_id=trunk['tenant_id'],
KeyError: 'tenant_id'
networking_arista.tests.unit.ml2.test_mechanism_arista.BasicMechDriverTestCase.test_trunk_add_remove_subport
------------------------------------------------------------------------------------------------------------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "/home/corey/pkg/yoga/upstream/networking-arista/.tox/py39/lib/python3.9/site-packages/neutron/tests/base.py", line 183, in func
return f(self, *args, **kwargs)
File "/home/corey/pkg/yoga/upstream/networking-arista/networking_arista/tests/unit/ml2/test_mechanism_arista.py", line 580, in test_trunk_add_remove_subport
trunk = self.trunk_plugin.create_trunk(self.context, trunk_dict)
File "/home/corey/pkg/yoga/upstream/networking-arista/.tox/py39/lib/python3.9/site-packages/neutron/db/db_base_plugin_common.py", line 48, in inner
result = f(*args, **kwargs)
File "/home/corey/pkg/yoga/upstream/networking-arista/.tox/py39/lib/python3.9/site-packages/neutron/services/trunk/plugin.py", line 248, in create_trunk
project_id=trunk['tenant_id'],
KeyError: 'tenant_id'
======
Totals
======
Ran: 254 tests in 137.6935 sec.
- Passed: 249
- Skipped: 0
- Expected Fail: 0
- Unexpected Success: 0
- Failed: 5
Sum of execute time for each test: 521.8195 sec.
Fix proposed to branch: master /review. opendev. org/c/x/ networking- arista/ +/821773
Review: https:/