heat/tools/run-py3-tests.sh
Sirushti Murugesan 7a7820c4ff Add a way to run py34 tests from file
Also, fix minor flake8 issue related to Long literal.

This should now have the python34 gate job passing.

partial blueprint heat-python34-support

Change-Id: I7f85e7251fc96587df0b43daac202c38542a6f6c
2015-07-09 07:15:37 +00:00

5 lines
72 B
Bash
Executable File

#!/usr/bin/env bash
testr init
testr run --parallel `cat py3-testlist`