Bug fix in tempest tests

Fixed bug in Change-Id (I7ee833e005af6fdb354a666efc06a84b1b908e9f). In
L3 BGPVPN connection check there was a ping from server A to server A
(instead of server B).
Change-Id: I006dbbf5f68c6ed769fbe7cb992bd49b32e8e72f
This commit is contained in:
Łukasz Rajewski
2017年09月06日 14:35:09 +02:00
parent 9fdc4421f7
commit 73fe89c6b3

View File

@@ -261,5 +261,5 @@ class TestBGPVPNBasic(base.BaseBgpvpnTest, manager.NetworkScenarioTest):
external_network_id=CONF.network.public_network_id,
port_id=self.ports[0]['id'])
src_ip = self.fip['floating_ip_address']
dst_ip = self.server_fixed_ips[self.servers[0]['id']]
dst_ip = self.server_fixed_ips[self.servers[1]['id']]
self._check_l3_bgpvpn(src_ip, dst_ip)
Reference in New Issue
openstack/networking-bgpvpn
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.