summaryrefslogtreecommitdiffstats
path: root/tests/jsonparser
Commit message (Collapse)AuthorAgeFilesLines
* Auto-generated output from python-blackThanh Ha2019-09-091-2/+2
| | | | | | | | | Please review the following patch containing the code changes in the repo. This patch is a transition patch and is the auto-generated output of the python-black tool. Change-Id: I2d2de71da8a105fb62b561899ae78441ddab4032 Signed-off-by: Thanh Ha <zxiiro@gmail.com>
* Normalize newlines at end of fileSorin Sbarnea2018-06-292-2/+2
| | | | | | | | Preparatory move for adopting pre-commit hooks. Shoudl only remove newlines and spaces at end of files. Change-Id: Ia33679467c533722b9308f7e7b74be395c926428 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
* Merge "Fix timeout wrapper version detection"Zuul2018-02-081-6/+8
|\
| * Fix timeout wrapper version detectionThomas Bechtold2018-01-091-6/+8
| | | | | | | | | | | | | | | | | | | | | | If, for whatever reason, the version of the build-timeout plugin can not be detected, assume that we use a newer version (>= 1.14). Version 1.14 is already ~ 2 1/2 years old so this is a sane assumption. Also adjust fixtures to use the newer plugin version xml output. Change-Id: I86295933d0c3247f55d0114473fc9c8f8feb7441 Signed-off-by: Bertrand Roussel <broussel@sierrawireless.com> Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
* | gerrit-trigger: avoid exception spamming logsSorin Sbarnea2018-02-061-0/+1
|/ | | | | | | | | | | Adds empty triggerInformationAction section which when missing was generating recurring spam on Jenkins logs. included null not assignable to interface hudson.model.Action See https://issues.jenkins-ci.org/browse/JENKINS-45788 Change-Id: I97efbfcb17388b5ca99901aa35f4311c8db77710
* Merge "Wrapper pre-scm-buildstep: added support for failOnError parameter"Jenkins2017-03-291-20/+22
|\
| * Wrapper pre-scm-buildstep: added support for failOnError parameterSandro Gattuso2017-03-281-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | - Added failOnError argument for pre-scm-buildstep - Introduced buildsteps argument and moved list of build steps to match xml configuration of the preSCMbuildstep plugin. - Updated existing test cases to match the new argument structure - Added test case for pre-scm-buildstep to verify creation of failOnError tag - Added verification on version to maintain retro-compatibility - Updated documentation to fetch example from testcase definition Change-Id: I25c19cd0552cf2de97b9c391492d95779c1360be Task: 3163 Story: 2000690
* | Refactor base test classes inheritance for reuseDarragh Bailey2016-09-141-8/+3
|/ | | | | | | | | | | Refactor base test class inheritance to allow for BaseTest class to be reused without needing to also import the TestCase class everywhere in order to avoid having the common test function executed on base classes. This makes it easier to build base testing classes and then simplifies the subclassing of these for actual tests. Change-Id: I89809e8082469f814f245db4a9ab7658aac8a405
* Update Git SCM so that extensions are configured correctly.Jeff Grafton2016-06-061-10/+4
| | | | | | | Many configuration options have been extensions for at least 2 years, so update the generated XML to actually configure these options. Change-Id: Ic22ca4a6b8d61c977979a5eb63a2e884dc4391bd
* Add support for disable-strict-forbidden-file-verificationReinhard Tartler2016-03-101-0/+1
| | | | | | | | | | | | Enabling this option will allow an event to trigger a build if the event contains BOTH one or more wanted file paths AND one or more forbidden file paths. In other words, with this option, the build will not get triggered if the change contains only forbidden files, otherwise it will get triggered. Support for this was added in Plugin Version 2.16.0. Change-Id: I860b076c2393909012c3ac9821559c9e8c9f7e28
* Reorder imports to match hacking guidelinesDarragh Bailey2015-12-231-2/+5
| | | | | | | Ensure that the imports follow the standard OpenStack hacking guidelines. Change-Id: Iaa4326aef118ddfd807dd006934f1d9ca80a1cfa
* Capture logs with FakeLogging FixtureDarragh Bailey2015-09-301-2/+2
| | | | | | | Capture logs to attach them on exceptions to simplify the debugging of errors in tests when they occur. Change-Id: I5c1b5c306aba37789a8d41eabf65e0ac628af838
* Document that jjb supports json job definitionsKhai Do2015-07-286-0/+385
Add documentation to let users know that they can also define jobs in JSON. Create a new test suite to verify that jjb can correctly generate jenkins xml from json definitions. Change-Id: Idb5216b0b56837d0f4dd2298986149be66bd217e