projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e208f0c
)
fix the test name
author
Salim Fadhley
<sal@stodge.org>
Sun, 16 Jun 2013 21:35:59 +0000
(22:35 +0100)
committer
Salim Fadhley
<sal@stodge.org>
Sun, 23 Jun 2013 20:21:50 +0000
(21:21 +0100)
jenkinsapi_tests/systests/test_downstream_upstream.py
patch
|
blob
|
history
diff --git
a/jenkinsapi_tests/systests/test_downstream_upstream.py
b/jenkinsapi_tests/systests/test_downstream_upstream.py
index 0868a26548ba2ae34b45cde6dd0597f9f3293f5b..1a400e471a2fc7ee91092f7aac0f55f6a709e15f 100644
(file)
--- a/
jenkinsapi_tests/systests/test_downstream_upstream.py
+++ b/
jenkinsapi_tests/systests/test_downstream_upstream.py
@@
-83,7
+83,7
@@
JOB_CONFIGS = {
}
-class Test
ParameterizedBuilds
(BaseSystemTest):
+class Test
DownstreamUpstream
(BaseSystemTest):
def test_invoke_job_parameterized(self):
for job_name, job_config in JOB_CONFIGS.items():
self.jenkins.create_job(job_name, job_config)