Set REST GET and POST timeout

By default the GET and POST connection timeout is set to None
which means it'll wait until the connection is closed. Now with
this timeout the session will hang up post 10 seconds and free
up the session for other test request to come in.

Piggy back the REST restart disabling via skip list in this
commit

Resolves openbmc/openbmc-test-automation#165

Change-Id: Iafcbff892e7c5677a46fb096e21eca6ad5a279f0
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
3 files changed