rally/tests/unit/benchmark
Valeriy Ponomaryov a5fbbe88dd Handle http response code 404 properly
Any operation "wait_for_delete" expects that exception with http code "404"
will be raised.
Different python clients return this code with different names of attribute -
either "code" or "http_status".
But function "rally/benchmark/utils.py:get_from_manager" does not expect
the latter case and raises general exception "exceptions.GetResourceFailure"
instead of expected "exceptions.GetResourceNotFound".
So, fix mentioned function and related unit test that was asserting
wrong thing.

Change-Id: I0430ed8a3e9308e8f4a245b4c68e8d7f1f0bd02d
Closes-Bug: #1457882
2015-05-22 16:21:52 +03:00
..
context [CTX] Moves context.cleanup under plugins 2015-05-18 09:32:12 +03:00
processing [report] Improve reports data and units 2015-04-27 10:13:44 -05:00
runners Add E126 pep8 rule 2015-05-14 12:20:30 +00:00
scenarios [Scenario] Split Scenarios - P6 2015-05-21 09:35:46 +03:00
sla Split SLA to base and plugins 2015-05-12 16:18:13 +03:00
wrappers Fix creating user in keystone v3 wrapper 2015-04-22 21:22:34 +02:00
__init__.py Reorganize test module structure 2014-10-07 13:50:40 +00:00
test_engine.py [CTX] Split context into plugins 2015-05-18 09:32:03 +03:00
test_functional.py Adding FunctionalMixin class 2015-04-30 15:36:15 +02:00
test_types.py Add E126 pep8 rule 2015-05-14 12:20:30 +00:00
test_utils.py Handle http response code 404 properly 2015-05-22 16:21:52 +03:00
test_validation.py [Validation] Allow `required_clients' validate admin clients 2015-05-21 17:00:24 +03:00