mirror of
https://opendev.org/openstack/openstack.git
synced 2026-01-16 23:02:00 +00:00
Update git submodules
* Update os-ken from branch 'master'
- Merge "Fix import for oskenbgp"
- Fix import for oskenbgp
Running the tests in distro build env fails currently with:
Failed to import test module: os_ken.tests.integrated.bgp.test_ip6_basic
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 456, in _find_test_path
module = self._get_module_from_name(name)
File "/usr/lib/python2.7/site-packages/unittest2/loader.py", line 395, in _get_module_from_name
__import__(name)
File "os_ken/tests/integrated/bgp/test_ip6_basic.py", line 22, in <module>
from . import base_ip6 as base
File "os_ken/tests/integrated/bgp/base_ip6.py", line 24, in <module>
from os_ken.tests.integrated.common import os_kenbgp
ImportError: cannot import name os_kenbgp
The filename is os_ken/tests/integrated/common/oskenbgp.py so import
the correct module.
Story: 2005392
Task: 30381
Change-Id: Ie10da6df1a13e19d0ba20b4fa2c4c61125152f58
This commit is contained in:
parent
e6564b0bf2
commit
6ab96815e8
1 changed files with 1 additions and 1 deletions
2
os-ken
2
os-ken
|
|
@ -1 +1 @@
|
|||
Subproject commit 408d1ec85c9a5bab4ae0a0d641187d6d34b85a9a
|
||||
Subproject commit 6a4b167cea4f09cc5d3e346be909d21f97e381f5
|
||||
Loading…
Add table
Reference in a new issue