aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-05Add MTS driverVincent Mahe4-0/+323
2020-03-17Post-processed data from DBCédric Ollivier1-2/+10
2020-01-04Fix behave driver and its related unit testsCédric Ollivier3-39/+27
2019-12-22Compress Campaign data (zip)Cédric Ollivier1-1/+2
2019-12-21Dump DB and artifacts for third-party certificationCédric Ollivier2-2/+217
2019-11-30Mock os.path.join in push_to_dbCédric Ollivier2-1/+3
2019-11-30Postprocess the TestAPI href returnedCédric Ollivier3-7/+10
2019-11-18Forbid multipart upload if google storageCédric Ollivier2-2/+12
2019-11-16Add ContentType when publishing artifactsCédric Ollivier2-7/+54
2019-11-09Improve file scanning when publishing artifactsCédric Ollivier2-5/+25
2019-11-09Add links in testcase detailsCédric Ollivier2-6/+8
2019-11-09Print Test API links in consoleCédric Ollivier3-2/+10
2019-11-09Add S3 env vars in env.pyCédric Ollivier1-1/+4
2019-11-09Generate Html and Xunit Behave reportsCédric Ollivier2-12/+33
2019-11-07Create Bucket if it doesn't existCédric Ollivier2-5/+52
2019-11-02Publish artifacts to S3 repositoryCédric Ollivier7-5/+127
2019-07-26Switch to Python 3.7 and Alpine 3.10Cédric Ollivier7-11/+11