From 48f947e94e36e877aa6889e10cda0bbdcd573ef4 Mon Sep 17 00:00:00 2001 From: "Sridhar K. N. Rao" Date: Wed, 4 Aug 2021 17:10:27 +0530 Subject: Integrating DPPD-Prox with Vineperf This patch adds Integration of DPPD-Prox with Vineperf Added: 1. Results analysis - bug-fix 2. Restrict to baremetal for this patch. 3. Fix Pylint errors. 4. Copy Rapid private key too. 5. Remove SSH key. Signed-off-by: Sridhar K. N. Rao Change-Id: I3ea7e6261e3fab06ef829f22153fe247372fc34b --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index f19089cd..3fea462e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pexpect>=4.0 tox==1.8.1 -jinja2==2.7.3 +jinja2 xmlrunner==1.7.7 requests>=2.14.2 netaddr==0.7.18 @@ -40,3 +40,4 @@ pyzmq>=16.0 six>=1.9.0 timeout-decorator>=0.4.0 kubernetes +future -- cgit 1.2.3-korg