Skip to content

Instantly share code, notes, and snippets.

@rm-you
Created February 9, 2016 17:43
Show Gist options
  • Save rm-you/9cbd07113e7c63a375c9 to your computer and use it in GitHub Desktop.
Save rm-you/9cbd07113e7c63a375c9 to your computer and use it in GitHub Desktop.
2016-02-09 06:55:45.805 | 2016-02-09 06:55:45.772 | Captured traceback:
2016-02-09 06:55:45.808 | 2016-02-09 06:55:45.774 | ~~~~~~~~~~~~~~~~~~~
2016-02-09 06:55:45.812 | 2016-02-09 06:55:45.777 | Traceback (most recent call last):
2016-02-09 06:55:45.814 | 2016-02-09 06:55:45.780 | File "neutron_lbaas/tests/tempest/lib/test.py", line 126, in wrapper
2016-02-09 06:55:45.816 | 2016-02-09 06:55:45.783 | return f(self, *func_args, **func_kwargs)
2016-02-09 06:55:45.820 | 2016-02-09 06:55:45.786 | File "neutron_lbaas/tests/tempest/v2/scenario/test_session_persistence.py", line 47, in test_session_persistence
2016-02-09 06:55:45.823 | 2016-02-09 06:55:45.789 | self._check_source_ip_persistence()
2016-02-09 06:55:45.827 | 2016-02-09 06:55:45.792 | File "neutron_lbaas/tests/tempest/v2/scenario/base.py", line 549, in _check_source_ip_persistence
2016-02-09 06:55:45.829 | 2016-02-09 06:55:45.796 | self.assertEqual(len(set(resp)), 1)
2016-02-09 06:55:45.833 | 2016-02-09 06:55:45.800 | File "/usr/local/lib/python2.7/dist-packages/testtools/testcase.py", line 362, in assertEqual
2016-02-09 06:55:45.836 | 2016-02-09 06:55:45.803 | self.assertThat(observed, matcher, message)
2016-02-09 06:55:45.840 | 2016-02-09 06:55:45.806 | File "/usr/local/lib/python2.7/dist-packages/testtools/testcase.py", line 447, in assertThat
2016-02-09 06:55:45.843 | 2016-02-09 06:55:45.809 | raise mismatch_error
2016-02-09 06:55:45.846 | 2016-02-09 06:55:45.812 | testtools.matchers._impl.MismatchError: 2 != 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment