From a1383e569b184808780fbe0405402dea584902a9 Mon Sep 17 00:00:00 2001 From: selias Date: Mon, 21 Mar 2016 13:06:49 +0100 Subject: Setup and check honeycomb on all DUTs - methods implementing HTTP requests (PUT,GET,POST,DELETE) - methods for parsing HTTP responses - methods for honeycomb setup on DUT - updated constants.py - keywords for honeycomb setup and communication - simple honeycomb sanity test (not enabled for jenkins job runs) Change-Id: I589f0ca56cc01072b92fe9363aed16a4098aee40 Signed-off-by: selias --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 1fe928674a..6b6db32a3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ PyYAML==3.11 pykwalify==1.5.0 scapy==2.3.1 enum34==1.1.2 +requests==2.9.1 -- cgit 1.2.3-korg