Skip to content

Instantly share code, notes, and snippets.

@vikomall
Created July 8, 2016 19:12
Show Gist options
  • Save vikomall/525e176671355876667bb6abb84b0c6b to your computer and use it in GitHub Desktop.
Save vikomall/525e176671355876667bb6abb84b0c6b to your computer and use it in GitHub Desktop.
magnum.tests.unit.conductor.handlers.test_k8s_bay_conductor.TestBayConductorWithK8s.test_extract_template_definition_without_docker_storage_driver
--------------------------------------------------------------------------------------------------------------------------------------------------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "/opt/stack/magnum/.tox/py27/local/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched
return func(*args, **keywargs)
File "magnum/tests/unit/conductor/handlers/test_k8s_bay_conductor.py", line 407, in test_extract_template_definition_without_docker_storage_driver
missing_attr='docker_storage_driver')
File "magnum/tests/unit/conductor/handlers/test_k8s_bay_conductor.py", line 180, in _test_extract_template_definition
self.assertEqual(['environments/no_master_lb.yaml'], env_files)
File "/opt/stack/magnum/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 411, in assertEqual
self.assertThat(observed, matcher, message)
File "/opt/stack/magnum/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 498, in assertThat
raise mismatch_error
testtools.matchers._impl.MismatchError: ['environments/no_master_lb.yaml'] != []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment