CIDR, 192.168.0.0/24, not found in BGP peer's routing table
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Neutron Dynamic Routing charm |
Triaged
|
Medium
|
Unassigned |
Bug Description
Periodically, the functional tests in the charm gate for neutron-
2019-10-01 07:19:41 [INFO] ## Running Test zaza.openstack.
2019-10-01 07:19:41 [INFO] test_bgp_routes (zaza.openstack
2019-10-01 07:19:41 [INFO] Run bgp tests.
2019-10-01 07:19:41 [INFO] ...
2019-10-01 07:19:45 [INFO] Using keystone API V3 (or later) for overcloud auth
2019-10-01 07:22:01 [INFO] FAIL
2019-10-01 07:22:01 [INFO] =======
2019-10-01 07:22:01 [INFO] FAIL: test_bgp_routes (zaza.openstack
2019-10-01 07:22:01 [INFO] Run bgp tests.
2019-10-01 07:22:01 [INFO] -------
2019-10-01 07:22:01 [INFO] Traceback (most recent call last):
2019-10-01 07:22:01 [INFO] File "/tmp/tmp.
2019-10-01 07:22:01 [INFO] test.test_
2019-10-01 07:22:01 [INFO] File "/tmp/tmp.
2019-10-01 07:22:01 [INFO] _assert_
2019-10-01 07:22:01 [INFO] File "/tmp/tmp.
2019-10-01 07:22:01 [INFO] return self.call(f, *args, **kw)
2019-10-01 07:22:01 [INFO] File "/tmp/tmp.
2019-10-01 07:22:01 [INFO] do = self.iter(
2019-10-01 07:22:01 [INFO] File "/tmp/tmp.
2019-10-01 07:22:01 [INFO] raise retry_exc.reraise()
2019-10-01 07:22:01 [INFO] File "/tmp/tmp.
2019-10-01 07:22:01 [INFO] raise self.last_
2019-10-01 07:22:01 [INFO] File "/usr/lib/
2019-10-01 07:22:01 [INFO] return self.__get_result()
2019-10-01 07:22:01 [INFO] File "/usr/lib/
2019-10-01 07:22:01 [INFO] raise self._exception
2019-10-01 07:22:01 [INFO] File "/tmp/tmp.
2019-10-01 07:22:01 [INFO] result = fn(*args, **kwargs)
2019-10-01 07:22:01 [INFO] File "/tmp/tmp.
2019-10-01 07:22:01 [INFO] "CIDR, {}, not found in BGP peer's routing table" .format(cidr))
2019-10-01 07:22:01 [INFO] AssertionError: CIDR, 192.168.0.0/24, not found in BGP peer's routing table
2019-10-01 07:22:01 [INFO] -------
2019-10-01 07:22:01 [INFO] Ran 1 test in 140.269s
2019-10-01 07:22:01 [INFO] FAILED
2019-10-01 07:22:01 [INFO] (failures=1)
Juju application status is healthy on all units.
description: | updated |
Changed in charm-neutron-dynamic-routing: | |
status: | New → Triaged |
importance: | Undecided → Medium |
FYI, additional test-time log info will be available on future runs of this test, and hopefully that will give more info to triage.
Log changes merged @ https:/ /github. com/openstack- charmers/ zaza-openstack- tests/pull/ 100/files
Rechecking @ https:/ /review. opendev. org/#/c/ 685839