F5Networks / neutron-lbaas

Clone of the OpenStack project neutron-lbaas
Apache License 2.0
1 stars 10 forks source link

tests/tempest/v2/api/test_health_monitors_non_admin.py:test_create_health_monitor_empty_max_http_method Failed due to MismatchError #56

Closed ssorenso closed 6 years ago

ssorenso commented 7 years ago

Traceback:

Traceback (most recent call last):
  File "/home/jenkins/neutron-lbaas/neutron_lbaas/tests/tempest/v2/api/test_health_monitors_non_admin.py", line 322, in test_create_health_monitor_empty_max_http_method
    pool_id=self.pool.get('id'), http_method='')
  File "/home/jenkins/neutron-lbaas/.tox/apiv2/local/lib/python2.7/site-packages/testtools/testcase.py", line 434, in assertRaises
    self.assertThat(our_callable, matcher)
  File "/home/jenkins/neutron-lbaas/.tox/apiv2/local/lib/python2.7/site-packages/testtools/testcase.py", line 447, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: <bound method TestHealthMonitors._create_health_monitor of <neutron_lbaas.tests.tempest.v2.api.test_health_monitors_non_admin.TestHealthMonitors.test_create_health_monitor_empty_max_http_method[negative] id=0x7ff0c182e910>> returned {u'admin_state_up': True, u'max_retries': 10, u'tenant_id': u'08b16452a86c4832ba3594f2406d78e6', u'delay': 3, u'http_method': u'', u'url_path': u'/', u'timeout': 5, u'expected_codes': u'200', u'pools': [{u'id': u'9bcbcefd-eb0f-4341-9ccf-9bc5776a6011'}], u'type': u'HTTP', u'id': u'ae8a38ee-048f-413c-87b3-1e764455700a'}

Tests: