cclauss
a23169c25e
Undefined name 'test' in run_tests.py
...
This issue was hidden by the syntax error in #4741
$ __time flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics__
```
./hack/prow/run_tests.py:28:32: F821 undefined name 'test'
classname = os.path.basename(test).split('.')[0]
^
1 F821 undefined name 'test'
1
```
2019-07-15 19:15:40 +02:00
cclauss
610419df04
Use print() function in both Python 2 and Python 3
...
Signed-off-by: cclauss <cclauss@me.com>
2019-07-12 00:32:38 +02:00
Don McCasland
ffc834c3fe
out-dir for consistency
2019-02-21 16:44:21 -08:00
Don McCasland
cbc1b08af9
Adding classname parser and clarifying test_script parameter
2019-02-20 11:12:35 -08:00
Don McCasland
0445c31939
differentiating build_log and build_log_file
2019-02-20 11:08:01 -08:00
Don McCasland
63ff0b3d0b
args list can be simpelr
2019-02-14 13:30:54 -08:00
Don McCasland
565a9c8559
Addressing review comments
2019-02-12 15:26:17 -08:00
Don McCasland
3226fa8aa2
Addressing review comments
2019-02-12 15:17:46 -08:00
Don McCasland
4c515e616c
Correcting boilerplate
2019-02-12 09:37:21 -08:00
Don McCasland
20064156c2
Adding boilerplate to run_tests.py
2019-02-12 08:23:14 -08:00
Don McCasland
6247ce0632
Adding a script that will run platform tests, parse results and write them out in format that prow can understand, then upload those results into a bucket that prow can read.
2019-02-11 15:27:39 -08:00