diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2015-09-30 15:29:04 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2015-10-07 10:07:22 +0200 |
commit | 71d85bca9549348b0c2f486bac58923f299e5a88 (patch) | |
tree | 51ba663c21cf3facfe98625839993379c7b0f08d /docker/requirements.pip | |
parent | ec6b78ebea4aee67f299d31af99b9e0e2ea4e9a5 (diff) |
Dockerfile for Functest
Includes also:
- script to trigger Functest automatically within the container
- common requirements file to install python modules
- added new parameters in the config_functest.yaml
- other small adjustements
JIRA: FUNCTEST-29
Change-Id: I230631e43e5f7e14938b35903ecec1b17db0f88a
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'docker/requirements.pip')
-rw-r--r-- | docker/requirements.pip | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docker/requirements.pip b/docker/requirements.pip new file mode 100644 index 000000000..22c8199d0 --- /dev/null +++ b/docker/requirements.pip @@ -0,0 +1,9 @@ +pyyaml==3.10 +gitpython==1.0.1 +python-neutronclient==2.6.0 +python-novaclient==2.28.1 +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 |