aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting
AgeCommit message (Expand)AuthorFilesLines
2024-03-23Enforce self.details as a collectionCédric Ollivier1-1/+1
2024-01-18Don't override env values via testcases.yaml if they existCédric Ollivier1-3/+4
2023-09-29Upgrade pylint and fix latest warningsCédric Ollivier7-16/+28
2023-04-14Remove MTS from XtestingCédric Ollivier2-259/+0
2023-04-14Add pytest driver in XtestingCédric Ollivier2-0/+112
2023-04-13Allow setting env vars via testcases.yamlCédric Ollivier1-0/+6
2023-04-13Add missing api docsCédric Ollivier1-3/+3
2022-09-23Make robot driver even more genericCédric Ollivier2-14/+24
2022-07-07Add deny_skipping parameterBellengé Maxime2-7/+31
2022-04-15Change working dirCédric Ollivier1-0/+1
2022-03-04Protect vs Bucket containing html charsCédric Ollivier1-11/+14
2022-03-03Complete previous commitCédric Ollivier1-0/+23
2022-03-03Rewrite last direct call to ci/testcases.yamlCédric Ollivier3-23/+24
2022-03-03Search config files in treeCédric Ollivier3-11/+32
2022-03-03Allow overriding project_name via envCédric Ollivier2-1/+20
2022-01-27Reset argv to prevent wrong usageCédric Ollivier1-0/+4
2022-01-21Protect if detail is returned as NoneCédric Ollivier2-1/+3
2022-01-04Fix incorrect f-stringCédric Ollivier1-1/+1
2021-11-09Leverage latest pylint featuresCédric Ollivier17-94/+116
2021-11-08Update robotframework to latest releaseCédric Ollivier2-16/+12
2021-08-19Correct documented return valuesVincent Danno1-2/+2
2021-08-12Update pylint to 2.9.6Cédric Ollivier6-45/+53
2021-08-12Use python 3 super() styleVincent Danno7-8/+8
2021-06-11Fix tag logics in behaveCédric Ollivier2-8/+10
2021-06-08MTS inherits BashFeatureVincent Danno3-63/+52
2021-06-03Merge "Drop six"Cedric Ollivier17-100/+75
2021-06-02Delete wrong docstringVincent Danno1-5/+1
2021-06-01Drop sixVincent Danno17-100/+75
2021-06-01Merge "Add proper references to xml schemas"Cedric Ollivier2-9/+5
2021-05-25Merge "Use constants instead of hard-coding paths"Cedric Ollivier2-5/+6
2021-05-20Delete dead codeVincent Danno2-23/+0
2021-05-19Add proper references to xml schemasVincent Danno2-9/+5
2021-05-18Use constants instead of hard-coding pathsVincent Danno2-5/+6
2021-05-12Remove superfluous property declarationVincent Danno2-2/+0
2021-05-11Merge "Remove unnecessary condition in statement flow"Cedric Ollivier1-3/+2
2021-05-10Use constants instead of hard-coding pathsVincent Danno5-17/+35
2021-05-10Remove unnecessary condition in statement flowVincent Danno1-3/+2
2021-04-29Merge "Allow printing playbook output to console"Cedric Ollivier2-18/+69
2021-04-29Allow printing playbook output to consoleAjay Kumar2-18/+69
2021-04-28Add console parameter to behaveframeworkFrancois Regis Menguy2-4/+11
2021-04-27Add an Ansible driverAjay Kumar6-104/+330
2021-02-11Create dummy xtesting-mts:armCédric Ollivier1-0/+8
2021-02-09Take pylint's len-as-condition into accountCédric Ollivier1-2/+2
2020-11-16Cleanup previous run output filesVincent Mahe1-4/+13
2020-09-05Protect mts vs py2Cédric Ollivier1-8/+12
2020-09-05Wrap long env valuesCédric Ollivier1-1/+3
2020-09-05Fix duration calculationCédric Ollivier1-2/+3
2020-09-05Remove order in testcases.yamlCédric Ollivier6-24/+8
2020-09-05Make testcases descriptions optionalCédric Ollivier1-4/+4
2020-09-05Suppress admin password in default logsajay333-3/+3