python-jenkins/tests
Ken Dreyer 04c153cc0b create_node: avoid double-encoding
Prior to this change, create_node() would double-encode certain url
params: once when quote()'ing in _get_encoded_params(), and again in
urlencode().

This would cause HTTP 400 errors when creating a node with a name that
contains a url-encodable character, like "my+test+node".

Reviewed-by: Alfredo Deza <adeza@redhat.com>

Change-Id: I237e2988e168af81e623d3f065753f2e9b617696
2017-05-01 10:30:35 -06:00
..
jobs Fetch all builds from a job 2016-04-29 16:22:34 +00:00
__init__.py Fixes for this bug. 2012-05-17 16:10:00 +01:00
base.py Use TestWithScenarios to add additional url tests 2015-12-02 11:35:59 -08:00
helper.py Fix timeout function and add capturing of messages on failure 2015-08-17 18:09:19 +01:00
test_build.py Fix error thrown in presence of placeholder tasks 2017-02-09 16:30:52 +00:00
test_info.py Use TestWithScenarios to add additional url tests 2015-12-02 11:35:59 -08:00
test_jenkins.py Allow to wait for jenkins to enter normal operation 2017-01-21 06:41:45 -08:00
test_jenkins_sockets.py Fix timeout function and add capturing of messages on failure 2015-08-17 18:09:19 +01:00
test_job_folder.py Adds Cloudbees folder plugin support 2015-09-21 18:25:35 +01:00
test_kerberos.py Make the kerberos support python3 ready 2016-04-29 19:30:24 +02:00
test_node.py create_node: avoid double-encoding 2017-05-01 10:30:35 -06:00
test_plugins.py Use TestWithScenarios to add additional url tests 2015-12-02 11:35:59 -08:00
test_promotion.py Add support for handling promotions 2016-01-13 18:14:39 +01:00
test_queue.py Use TestWithScenarios to add additional url tests 2015-12-02 11:35:59 -08:00
test_quiet_down.py Use TestWithScenarios to add additional url tests 2015-12-02 11:35:59 -08:00
test_script.py url-proof scripts passed to run_script 2016-12-16 16:39:45 +00:00
test_version.py Use TestWithScenarios to add additional url tests 2015-12-02 11:35:59 -08:00
test_view.py Use TestWithScenarios to add additional url tests 2015-12-02 11:35:59 -08:00
test_whoami.py add get_whoami() 2016-04-21 07:45:19 -06:00