summaryrefslogtreecommitdiffstats
path: root/testcases/features/promise.py
AgeCommit message (Expand)AuthorFilesLines
2016-11-22Fix path for Promise testcase calljose.lausuch1-1/+1
2016-09-08make use of functest_utils.get_parameter_from_yamlSerenaFeng1-27/+27
2016-09-06[Promise] Fix bug opening the json result filejose.lausuch1-2/+2
2016-09-06[Promise test case] Use proper way to get parameters from yamljose.lausuch1-37/+38
2016-09-06Remove all logers as utils method args.Carlos Goncalves1-1/+0
2016-09-02unify functest_yaml obtain processSerenaFeng1-6/+3
2016-08-31delete useless FUNCTEST_REPO variableSerenaFeng1-1/+0
2016-08-23when create/get/update failed return None rather than FalseSerenaFeng1-3/+3
2016-07-29Return with exit code in Promise testcaseCarlos Goncalves1-0/+4
2016-07-28Add endpoint type support on functestboucherv1-4/+1
2016-07-20Remove logger as input parameter of functions in openstack_utilsjose.lausuch1-8/+7
2016-07-12Chmod 755 all py files which can be executedCédric Ollivier1-0/+0
2016-06-24bug fix: duplicate start_date var with different typeMorgan Richomme1-2/+2
2016-06-08Adapt functest testcase to APi refactoringMorgan Richomme1-23/+14
2016-05-09Generic Function to create a private networkjose.lausuch1-7/+16
2016-05-04Refactor improvementsjose.lausuch1-1/+1
2016-04-27Replace all the loggers by the functest logger modulejose.lausuch1-16/+2
2016-04-26Move functest_utils and openstack_utils to directory /utilsjose.lausuch1-2/+2
2016-04-25Remove backslashs for line continuationCédric Ollivier1-9/+8
2016-04-22Affect version field in results for all the testcasesMorgan Richomme1-1/+2
2016-04-22Enable PYTHONPATH env variable inside the containerjose.lausuch1-5/+3
2016-04-21Fix Flake8 Violations in the Functest scriptsjose.lausuch1-38/+37
2016-04-11Split functest_utils.py into 2 scriptsjose.lausuch1-12/+13
2016-03-18Add criteria and version when pushing the results into test DBMorgan Richomme1-31/+32
2016-02-24Add jenkins build tag for result apiboucherv1-1/+2
2016-02-04Import request python module for promise test casejose.lausuch1-0/+1
2016-02-03Use python json parser to get the results form the Promise json reportjose.lausuch1-30/+33
2016-02-03Revert "bug fix: get installer using functest_utils"Morgan Richomme1-1/+1
2016-02-03bug fix: get installer using functest_utilsMorgan Richomme1-1/+1
2016-02-02Show Promise results output and push results to DBjose.lausuch1-18/+45
2016-02-01Use promise-flavor if exists and don't try to create it againjose.lausuch1-10/+17
2016-02-01Export private net OS_TEST_NETWORK for Promise testsjose.lausuch1-0/+10
2016-01-28Fix promise test outputjose.lausuch1-2/+3
2016-01-27Print json result file of Promise testcasejose.lausuch1-6/+18
2016-01-22Add support for Promise test casesjose.lausuch1-0/+212