Adding a functional test to the storlets project

Change-Id: If951e241db26ac6b664d7f8c418c1ec4283726ee
This commit is contained in:
Doron Chen 2015-09-17 11:48:57 +03:00
parent 2e8b1d90da
commit 0a31367373
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,13 @@
- job:
name: 'gate-storlets-functional'
node: 'bare-precise || bare-trusty'
builders:
- gerrit-git-prep
- shell: |
#!/bin/bash -xe
tests/setup_functional_test.sh
tox -e func
publishers:
- console-log

View File

@ -4004,9 +4004,11 @@ projects:
check:
- gate-storlets-pep8
- gate-storlets-python27
- gate-storlets-functional
gate:
- gate-storlets-pep8
- gate-storlets-python27
- gate-storlets-functional
- name: openstack/taskflow
template: