yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #72086
[Bug 1760320] [NEW] vpnaas unit test is broken after https://review.openstack.org/#/c/524406/ is merged
Public bug reported:
After https://review.openstack.org/#/c/524406/ is merged, neutron-vpnaas unit test is broken.
http://logs.openstack.org/94/543394/12/check/openstack-tox-py27/61b9f31/
example failure:
ft5.41: neutron_vpnaas.tests.unit.services.vpn.device_drivers.test_ipsec.TestOpenSwanProcess.test_sync_StringException: Traceback (most recent call last):
File "neutron_vpnaas/tests/unit/services/vpn/device_drivers/test_ipsec.py", line 1117, in setUp
super(TestOpenSwanProcess, self).setUp(driver, ipsec_process)
File "neutron_vpnaas/tests/unit/services/vpn/device_drivers/test_ipsec.py", line 419, in setUp
self._make_router_info_for_test()
File "neutron_vpnaas/tests/unit/services/vpn/device_drivers/test_ipsec.py", line 424, in _make_router_info_for_test
**self.ri_kwargs)
File "/home/zuul/src/git.openstack.org/openstack/neutron-vpnaas/.tox/py27/local/lib/python2.7/site-packages/neutron/agent/l3/router_info.py", line 77, in __init__
self.initialize_metadata_iptables()
File "/home/zuul/src/git.openstack.org/openstack/neutron-vpnaas/.tox/py27/local/lib/python2.7/site-packages/neutron/agent/l3/router_info.py", line 1006, in initialize_metadata_iptables
'value': self.agent_conf.metadata_access_mark,
File "/home/zuul/src/git.openstack.org/openstack/neutron-vpnaas/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2519, in __getattr__
raise NoSuchOptError(name)
oslo_config.cfg.NoSuchOptError: no such option metadata_access_mark in group [DEFAULT]
** Affects: neutron
Importance: Critical
Status: New
** Tags: vpnaas
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1760320
Title:
vpnaas unit test is broken after
https://review.openstack.org/#/c/524406/ is merged
Status in neutron:
New
Bug description:
After https://review.openstack.org/#/c/524406/ is merged, neutron-vpnaas unit test is broken.
http://logs.openstack.org/94/543394/12/check/openstack-tox-py27/61b9f31/
example failure:
ft5.41: neutron_vpnaas.tests.unit.services.vpn.device_drivers.test_ipsec.TestOpenSwanProcess.test_sync_StringException: Traceback (most recent call last):
File "neutron_vpnaas/tests/unit/services/vpn/device_drivers/test_ipsec.py", line 1117, in setUp
super(TestOpenSwanProcess, self).setUp(driver, ipsec_process)
File "neutron_vpnaas/tests/unit/services/vpn/device_drivers/test_ipsec.py", line 419, in setUp
self._make_router_info_for_test()
File "neutron_vpnaas/tests/unit/services/vpn/device_drivers/test_ipsec.py", line 424, in _make_router_info_for_test
**self.ri_kwargs)
File "/home/zuul/src/git.openstack.org/openstack/neutron-vpnaas/.tox/py27/local/lib/python2.7/site-packages/neutron/agent/l3/router_info.py", line 77, in __init__
self.initialize_metadata_iptables()
File "/home/zuul/src/git.openstack.org/openstack/neutron-vpnaas/.tox/py27/local/lib/python2.7/site-packages/neutron/agent/l3/router_info.py", line 1006, in initialize_metadata_iptables
'value': self.agent_conf.metadata_access_mark,
File "/home/zuul/src/git.openstack.org/openstack/neutron-vpnaas/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2519, in __getattr__
raise NoSuchOptError(name)
oslo_config.cfg.NoSuchOptError: no such option metadata_access_mark in group [DEFAULT]
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1760320/+subscriptions
Follow ups