Guest User

Untitled

a guest
Nov 14th, 2018
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. cinder.tests.unit.scheduler.test_host_filters.AffinityFilterTestCase.test_different_filter_handles_deleted_instance
  2. -------------------------------------------------------------------------------------------------------------------
  3.  
  4. Captured traceback:
  5. ~~~~~~~~~~~~~~~~~~~
  6. Traceback (most recent call last):
  7. File "cinder/tests/unit/scheduler/test_host_filters.py", line 686, in test_different_filter_handles_deleted_instance
  8. self.assertTrue(filt_cls.backend_passes(host, filter_properties))
  9. File "cinder/test.py", line 413, in assertTrue
  10. self.assertIs(True, x, *args, **kwargs)
  11. File "/home/rdesmet/git/openstack/cinder.upstream/.tox/py27/lib/python2.7/site-packages/testtools/testcase.py", line 445, in assertIs
  12. self.assertThat(observed, matcher, message)
  13. File "/home/rdesmet/git/openstack/cinder.upstream/.tox/py27/lib/python2.7/site-packages/testtools/testcase.py", line 498, in assertThat
  14. raise mismatch_error
  15. testtools.matchers._impl.MismatchError: False is not True
  16.  
  17.  
  18. Captured pythonlogging:
  19. ~~~~~~~~~~~~~~~~~~~~~~~
  20. 2018-11-14 14:34:05,832 INFO [keystonemiddleware.auth_token] Starting Keystone auth_token middleware
  21. 2018-11-14 14:34:05,837 WARNING [keystonemiddleware._common.config] The option "auth_url" in conf is not known to auth_token
  22. 2018-11-14 14:34:05,838 WARNING [keystonemiddleware.auth_token] AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True.
  23. 2018-11-14 14:34:05,842 WARNING [keystonemiddleware.auth_token] Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint
  24. 2018-11-14 14:34:05,864 INFO [cinder.rpc] Automatically selected cinder-scheduler objects version 1.37 as minimum service version.
  25. 2018-11-14 14:34:05,867 INFO [cinder.rpc] Automatically selected cinder-scheduler RPC version 3.11 as minimum service version.
  26. 2018-11-14 14:34:05,870 INFO [cinder.rpc] Automatically selected cinder-volume objects version 1.37 as minimum service version.
  27. 2018-11-14 14:34:05,873 INFO [cinder.rpc] Automatically selected cinder-volume RPC version 3.16 as minimum service version.
  28. 2018-11-14 14:34:05,940 INFO [cinder.volume.api] Get all volumes completed successfully.
Advertisement
Add Comment
Please, Sign In to add comment