Make uwsgi app to not demonize 29/58929/6
authorMytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Fri, 22 Jun 2018 15:04:14 +0000 (16:04 +0100)
committerMytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Tue, 10 Jul 2018 12:28:40 +0000 (13:28 +0100)
commit5c414e6d7e1fd830021b3b89932bf187d0c7e5cf
tree14b81fc464c4961d4cbab276a6bd5a0db5b27f3a
parent42b33dc3cba15a22214295770756c94f9be08f11
Make uwsgi app to not demonize

Supervisord doesn't support demonize applications, thus we have to
make the uwsgi application to run not in background.

- Fixed Yardstick API path.
- Fixed HttpClient class to raise correct exception when
  the HTML response (not JSON) like 4xx, 5xx is received.
  (http://docs.python-requests.org/en/master/user/quickstart/#json-response-content)

JIRA: YARDSTICK-1297

Change-Id: I4d1c1bb7266eeed0bd357bd28b91206d1580611f
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
ansible/roles/configure_uwsgi/templates/yardstick.ini.j2
docker/Dockerfile
docker/Dockerfile.aarch64.patch
yardstick/common/httpClient.py