From 41912fa3d96b554c34c3d12790bf813a339643d0 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 15 Apr 2020 13:38:00 +0200 Subject: Publish a new Barometer testing container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's widely based on the former Functest features container. As barometer seems leveraging on python2.7 and depends on Functest, it inherits from opnfv/functest-core:hunter (latest py2 release). pika seems missing in requirements. INSTALLER_IP should be protected (it raises exceptions to the upper program). Change-Id: I50d1cf0a7a1233447245d852f79775c8e9fa8c99 Signed-off-by: Cédric Ollivier --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 57a2f51e..0c4b10c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,4 @@ toml # MIT opnfv # Apache-2.0 functest # Apache-2.0 xtesting # Apache-2.0 +pika # BSD -- cgit 1.2.3-korg