Merge pull request #666 from ceph/wip-openstack-fixes

Added $4 for filter out "random.yaml\,async.yaml" tests for now
This commit is contained in:
Sage Weil 2015-11-02 11:10:59 -05:00
commit d9ca11afab

View File

@ -3,5 +3,6 @@
# $1 - part
# $2 - branch name
# $3 - machine name
# $4 - filter out
teuthology-suite -v -c $2 -m $3 -k distro -s rados --subset $(echo "(($(date +%U) % 2) * 7) + $1" | bc)/14
teuthology-suite -v -c $2 -m $3 -k distro -s rados --subset $(echo "(($(date +%U) % 2) * 7) + $1" | bc)/14 $4