Move ErrorClass definition to exceptions module 93/58793/3
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Fri, 1 Jun 2018 12:49:38 +0000 (13:49 +0100)
committerEmma Foley <emma.l.foley@intel.com>
Thu, 21 Jun 2018 13:51:58 +0000 (13:51 +0000)
commit358a935273268d83fc059dbcfae1ca678dde35d7
treea107f17959c689e55733c144dddbf1f4ec15d2fc
parent8cfd8dc7cba5719046f60139fca97b32841b902a
Move ErrorClass definition to exceptions module

JIRA: YARDSTICK-1216

Change-Id: I82556e1d1b0c723221a58e188067cbce560b8338
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
(cherry picked from commit 2bdda85878ed1507d1a91f69c3489bb9ba9d447d)
yardstick/common/exceptions.py
yardstick/error.py
yardstick/network_services/traffic_profile/http_ixload.py
yardstick/network_services/vnf_generic/vnf/tg_rfc2544_ixia.py
yardstick/tests/unit/common/test_exceptions.py [new file with mode: 0644]
yardstick/tests/unit/common/test_utils.py