Hi,From time to time, I see the following failure of a network test.I understood from Ed that it is a CI known issue.Would appreciate if this can be fixed ASAP. Thanks.
self = <network.integration.ovs.ovs_info_test.TestOvsInfo testMethod=test_ovs_info_with_ sb_nic> def test_ovs_info_with_sb_nic(self): with dummy_device() as nic: > with _setup_ovs_network(self.ovsdb, nic): network/integration/ovs/ovs_info_test.py:78: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python2.7/contextlib.py:17: in __enter__ return self.gen.next() network/integration/ovs/ovs_info_test.py:63: in _setup_ovs_network t.add(*_northbound_port()) ../lib/vdsm/network/ovs/driver/__init__.py:46: in __exit__ self.result = self.commit() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <vdsm.network.ovs.driver.vsctl.Transaction object at 0x7fdbab22db50> def commit(self): if not self.commands: return timeout_option = [] if self.timeout: timeout_option = ['--timeout=' + str(self.timeout)] args = [] for command in self.commands: args += ['--'] + command.cmd exec_line = [_ovs_vsctl_cmd()] + timeout_option + OUTPUT_FORMAT + args logging.debug('Executing commands: %s' % ' '.join(exec_line)) rc, out, err = netcmd.exec_sync(exec_line) if rc != 0: err = err.splitlines() if OvsDBConnectionError.is_ovs_db_conn_error(err): raise OvsDBConnectionError('\n'.join(err)) else: raise ConfigNetworkError( ne.ERR_BAD_PARAMS, > 'Executing commands failed: %s' % '\n'.join(err)) E ConfigNetworkError: (21, 'Executing commands failed: ovs-vsctl: cannot create a bridge named vdsmbr_test because a bridge named vdsmbr_test already exists') ../lib/vdsm/network/ovs/driver/vsctl.py:78: ConfigNetworkError
_______________________________________________
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-leave@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: https://www.ovirt.org/community/about/community- guidelines/
List Archives: https://lists.ovirt.org/archives/list/infra@ovirt.org/ message/ B4QS2JBTO2GBH7PBPGOHSFUNUA6XIR 7M/