Signed-off-by: Zack Cerza <zack@redhat.com>
fi
source /teuthology/virtualenv/bin/activate
set -x
+cd /teuthology
+export TEUTHOLOGY_BRANCH=${TEUTHOLOGY_BRANCH:-$(git branch --show-current)}
if [ -n "$TESTNODES" ]; then
for node in $(echo $TESTNODES | tr , ' '); do
teuthology-update-inventory -m $MACHINE_TYPE $node
fi
export MACHINE_TYPE=${MACHINE_TYPE:-testnode}
teuthology-suite -v \
+ --teuthology-branch $TEUTHOLOGY_BRANCH \
--ceph-repo https://github.com/ceph/ceph.git \
--suite-repo https://github.com/ceph/ceph.git \
-c master \