From 6e4325d2a7f368ec327b8631197ee8a4cc1564af Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Thu, 7 Mar 2019 10:36:22 +0100
Subject: [PATCH] Add openshift python module to CI image

Ansible needs this module to be installed on the control
machine for the k8s resource.
---
 test/requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/requirements.txt b/test/requirements.txt
index 989a5e961..5a5c15ffa 100644
--- a/test/requirements.txt
+++ b/test/requirements.txt
@@ -1,5 +1,6 @@
 ansible>=2.5
 behave-webdriver>=0.2.2
+openshift>=0.8.6
 psutil>=5.5.0
 pytest>=4.3.0
 requests>=2.19.1
-- 
GitLab