Actions
Bug #16224
open[tests] Jenkins isn't testing the python SDK on python3
Status:
New
Priority:
Normal
Assigned To:
-
Category:
Tests
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Release:
Release relationship:
Auto
Description
Jenkins has a run-tests-sdk-python-ruby job that runs run-tests.sh ... --only sdk/python:py3
but this doesn't actually run any tests.
run-tests.sh
strips the :py3
before calling the do_test function that checks the $only argument -- so --only sdk/python:py3
is equivalent to --only nothing
.
Actions