Fix exception handling ixload 81/66481/11
authorJohn O Loughlin <john.oloughlin@intel.com>
Fri, 18 Jan 2019 11:27:03 +0000 (11:27 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Thu, 31 Jan 2019 10:24:43 +0000 (10:24 +0000)
commit5038f9068c70bfe2ef5241c5d88fa14067287daf
treed50e1f862be822963c57524f88182eb506b19ee5
parent51fcd65a47991a62235f32b63c0b4f732551fca5
Fix exception handling ixload

Ixload uses its own version of python
By default it will fail to import yardstick.common exceptions.
For this reason for this reason ixload exceptions should be kept
in http_ixload.py

JIRA: YARDSTICK-1587

Change-Id: I5673fb5b89bbcdf4d3c60c283231d44d770999ec
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
yardstick/common/exceptions.py
yardstick/network_services/traffic_profile/http_ixload.py
yardstick/tests/unit/network_services/traffic_profile/test_http_ixload.py