summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSirushti Murugesan <sirushti.murugesan@hp.com>2015-06-29 09:06:06 +0530
committerSirushti Murugesan <sirushti.murugesan@hp.com>2015-07-09 07:15:37 +0000
commit7a7820c4ff9509e3f79035b64e759acf88f176be (patch)
tree585ad81ddef65feabdf1781dde0482619d82b8bb /tools
parent2c99f0090c21c11847a56b23e82af397fdf208df (diff)
downloadheat-7a7820c4ff9509e3f79035b64e759acf88f176be.tar.gz
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run-py3-tests.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/run-py3-tests.sh b/tools/run-py3-tests.sh
new file mode 100755
index 000000000..d69488d68
--- /dev/null
+++ b/tools/run-py3-tests.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+testr init
+testr run --parallel `cat py3-testlist`