Comment 11 for bug 1476935

Revision history for this message
tikitavi (rtikitavi) wrote :

R4.1+OSPD10

The same situation.

Traceback (most recent call last):
  File "tempest/api/network/test_floating_ips_negative.py", line 59, in test_create_floatingip_with_port_ext_net_unreachable
    ['ip_address'])
  File "/usr/lib/python2.7/site-packages/testtools/testcase.py", line 422, in assertRaises
    self.assertThat(our_callable, matcher)
  File "/usr/lib/python2.7/site-packages/testtools/testcase.py", line 435, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: <bound method FloatingIPsClient.create_floatingip of <tempest.lib.services.network.floating_ips_client.FloatingIPsClient object at 0x7f36d064d390>> returned {u'floatingip': {u'router_id': u'40c3ab0c-4c70-404a-ac0f-986ea45c7419', u'status': u'ACTIVE', u'description': u'', u'tenant_id': u'04bae483b313449e972aa8f1c2c3034a', u'created_at': u'2018-05-18T10:45:51.479617', u'updated_at': u'2018-05-18T10:45:51.479617', u'floating_network_id': u'6589c0f1-977c-4fc6-bc82-ec450a8ea284', u'fixed_ip_address': u'10.100.0.3', u'floating_ip_address': u'10.5.0.33', u'port_id': u'c3645c83-e73f-4bf1-9bdc-09afd07bf33a', u'id': u'e95e9891-76fc-4ff4-9aee-be298b384c2a'}}

Tried to set strict_compliance = True, but didn't succeed