Comment 1 for bug 1277439

Revision history for this message
Darragh O'Reilly (darragh-oreilly) wrote :

I don't see the ssh problem in the logs - I think the ssh connection via the floatingip was ok and "[chan 1] EOF received (1)" is normal?

Is this not the problem http://logs.openstack.org/90/67390/6/check/check-tempest-dsvm-neutron-isolated/552fb81/console.html.gz#_2014-02-07_01_58_54_816

  Traceback (most recent call last):
   File "tempest/scenario/test_cross_tenant_connectivity.py", line 481, in test_cross_tenant_traffic
     self._verify_mac_addr(self.tenants[tenant_id])
   File "tempest/scenario/test_cross_tenant_connectivity.py", line 470, in _verify_mac_addr
     server_ip = self._get_server_ip(tenant.access_point)
   File "tempest/scenario/test_cross_tenant_connectivity.py", line 327, in _get_server_ip
     return server.networks[network_name][0]
   KeyError: u'network-smoke--1752694621'

It seems the "addresses" attribute was empty on the last GET. http://logs.openstack.org/90/67390/6/check/check-tempest-dsvm-neutron-isolated/552fb81/console.html.gz#_2014-02-07_01_58_54_692

RESP BODY: {"server": {"status": "ACTIVE", "updated": "2014-02-07T01:47:45Z", "hostId": "6a46aadcb9b335473c51951cf61a4a8215d59e4ea00e5b632d6276fc", "addresses": {} ...

I checked other logs for a run without this failure and "addresses" had a dict that included the fixed ip and mac.