aboutsummaryrefslogtreecommitdiffstats
path: root/ci/tier_handler.py
AgeCommit message (Expand)AuthorFilesLines
2016-08-04support "" equals to None check in Testcase.is_compatibleSerenaFeng1-3/+7
2016-07-28Bugfix: dont stop execution when a test case is not blockingjose.lausuch1-1/+1
2016-07-25Create a flag in the tests to indicate if they should be blocking or notjose.lausuch1-1/+8
2016-06-01Add criteria in testcases.yaml and Test classjose.lausuch1-1/+7
2016-05-25Allow unknown ci_installer or ci_scenario in is_compatibleCédric Ollivier1-4/+9
2016-05-17Change 'testcases' directory structurejose.lausuch1-2/+2
2016-05-13Catch TypeError exceptions in ci/tier_handler.pyCédric Ollivier1-6/+6
2016-05-10Adapt tiers to run depending on WEEKLY/DAILYjose.lausuch1-2/+7
2016-05-09CLI implementationjose.lausuch1-52/+43
2016-05-02Add command to execute the actual testsjose.lausuch1-0/+3
2016-05-02Enhance output when showing tiers and testcases infojose.lausuch1-9/+66
2016-04-28Create run_test.py using the tier mechanism to run the testsjose.lausuch1-4/+29
2016-04-27Create prepare_env.py from prepare_env.sh and config_functest.pyjose.lausuch1-0/+75
='#n293'>293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344