diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2015-10-07 18:28:41 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2015-10-19 14:34:25 +0200 |
commit | c347879b5e3ecf85c82cb724efd6596406a269d5 (patch) | |
tree | 4055d67364da605ab454942758e24c3f4669c6f3 /docker | |
parent | 9cb9408de68274784bfef3eb1712a44a9a179348 (diff) |
ODL test suite requirements.pip moved to general requirements
create_env script removed. Modules already installed in the docker image
Change-Id: Ied166532b47f0f3b6189251776c984df9cf3570d
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/requirements.pip | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docker/requirements.pip b/docker/requirements.pip index 22c8199d0..e8b092718 100644 --- a/docker/requirements.pip +++ b/docker/requirements.pip @@ -6,4 +6,8 @@ python-glanceclient==1.1.0 python-keystoneclient==1.6.0 cloudify==3.2.1 virtualenv==1.11.4 -pexpect==4.0
\ No newline at end of file +pexpect==4.0 +requests==2.8.0 +robotframework==2.9.1 +robotframework-requests==0.3.8 +robotframework-sshlibrary==2.1.1 |