Skip to content

Instantly share code, notes, and snippets.

@ddieterly
Created January 4, 2016 23:50
Show Gist options
  • Save ddieterly/a05fc3db93c7201c6c14 to your computer and use it in GitHub Desktop.
Save ddieterly/a05fc3db93c7201c6c14 to your computer and use it in GitHub Desktop.
Tempest Test Errors in Monasca-api Gate Job
Captured traceback:
2016-01-04 21:30:09.266 | 2016-01-04 21:30:09.258 | ~~~~~~~~~~~~~~~~~~~
2016-01-04 21:30:09.272 | 2016-01-04 21:30:09.262 | Traceback (most recent call last):
2016-01-04 21:30:09.275 | 2016-01-04 21:30:09.267 | File "tempest/test.py", line 261, in setUpClass
2016-01-04 21:30:09.281 | 2016-01-04 21:30:09.271 | six.reraise(etype, value, trace)
2016-01-04 21:30:09.285 | 2016-01-04 21:30:09.277 | File "tempest/test.py", line 254, in setUpClass
2016-01-04 21:30:09.288 | 2016-01-04 21:30:09.281 | cls.resource_setup()
2016-01-04 21:30:09.291 | 2016-01-04 21:30:09.283 | File "/opt/stack/new/tempest/.venv/local/lib/python2.7/site-packages/monasca_tempest_tests/tests/api/test_alarm_definitions.py", line 30, in resource_setup
2016-01-04 21:30:09.296 | 2016-01-04 21:30:09.288 | super(TestAlarmDefinitions, cls).resource_setup()
2016-01-04 21:30:09.300 | 2016-01-04 21:30:09.292 | File "/opt/stack/new/tempest/.venv/local/lib/python2.7/site-packages/monasca_tempest_tests/tests/api/base.py", line 36, in resource_setup
2016-01-04 21:30:09.303 | 2016-01-04 21:30:09.295 | credentials = cred_provider.get_primary_creds()
2016-01-04 21:30:09.308 | 2016-01-04 21:30:09.299 | File "tempest/common/credentials_factory.py", line 109, in get_primary_creds
2016-01-04 21:30:09.310 | 2016-01-04 21:30:09.302 | identity_version=self.identity_version)
2016-01-04 21:30:09.313 | 2016-01-04 21:30:09.304 | File "tempest/common/credentials_factory.py", line 283, in get_configured_credentials
2016-01-04 21:30:09.316 | 2016-01-04 21:30:09.308 | raise exceptions.InvalidConfiguration(msg)
2016-01-04 21:30:09.319 | 2016-01-04 21:30:09.311 | tempest.exceptions.InvalidConfiguration: Invalid Configuration
2016-01-04 21:30:09.324 | 2016-01-04 21:30:09.316 | Details: The user credentials are incorrectly set in the config file. Double check that all required values are assigned
2016-01-04 21:30:09.327 | 2016-01-04 21:30:09.319 |
2016-01-04 21:30:09.330 | 2016-01-04 21:30:09.322 | {0} setUpClass (monasca_tempest_tests.tests.api.test_alarms.TestAlarms) [0.000000s] ... FAILED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment