Age | Commit message (Expand) | Author | Files | Lines |
2017-07-02 | Apply restrictive file permissions | Cédric Ollivier | 1 | -3/+0 |
2017-06-30 | Define console_scripts | Cédric Ollivier | 1 | -2/+5 |
2017-06-26 | Don't display functest report for single test cases | jose.lausuch | 1 | -10/+12 |
2017-06-20 | Remove all references to /home/opnfv/repos/functest | Cédric Ollivier | 1 | -3/+4 |
2017-05-30 | Merge "Define create_snapshot() and clean() in TestCase" | Cedric Ollivier | 1 | -27/+23 |
2017-05-30 | Define create_snapshot() and clean() in TestCase | Cédric Ollivier | 1 | -27/+23 |
2017-05-28 | Switch shebangs to /usr/bin/env python | Cédric Ollivier | 1 | -1/+1 |
2017-05-23 | Bugfix: fix two typos | Linda Wang | 1 | -1/+1 |
2017-05-19 | Print stack when catching exceptions in run_tests.py | Cédric Ollivier | 1 | -7/+8 |
2017-05-16 | Define Runner class | Cédric Ollivier | 1 | -202/+202 |
2017-05-16 | Add enabled flag in testcases.yaml | jose.lausuch | 1 | -0/+7 |
2017-05-16 | Switch from generate_report to PrettyTable | Cédric Ollivier | 1 | -26/+24 |
2017-05-16 | Fix how to get tier_name | Cédric Ollivier | 1 | -1/+1 |
2017-05-06 | Implement TestCase __str__() | Cédric Ollivier | 1 | -2/+1 |
2017-05-05 | Merge "Print the real testcase duration" | Jose Lausuch | 1 | -11/+7 |
2017-05-05 | Print the real testcase duration | Cédric Ollivier | 1 | -11/+7 |
2017-05-05 | Replace CONST.* by getattribute/setattr | jose.lausuch | 1 | -11/+12 |
2017-05-04 | Delete functest.utils.functest_logger | Cédric Ollivier | 1 | -4/+6 |
2017-04-26 | Switch TestCase attribute criteria to result | Cédric Ollivier | 1 | -1/+1 |
2017-04-11 | Modify TestCase constructor attributes | Cédric Ollivier | 1 | -1/+2 |
2017-04-04 | Add case_name as constructor arg | Cédric Ollivier | 1 | -1/+1 |
2017-03-27 | Rename testcase_base to testcase | Cédric Ollivier | 1 | -3/+3 |
2017-03-27 | Switch TestcaseBase to TestCase | Cédric Ollivier | 1 | -2/+2 |
2017-03-07 | Merge "delete ft_constants and file functest_constants.py" | Morgan Richomme | 1 | -5/+0 |
2017-03-07 | delete ft_constants and file functest_constants.py | SerenaFeng | 1 | -5/+0 |
2017-03-02 | Merge "Remove exec_test.sh" | Jose Lausuch | 1 | -14/+3 |
2017-03-01 | Remove exec_test.sh | jose.lausuch | 1 | -14/+3 |
2017-03-01 | Add clean_flag to test cases | jose.lausuch | 1 | -2/+4 |
2017-02-23 | Use new-style classes which inherit from object | Linda Wang | 1 | -1/+1 |
2017-02-14 | Merge changes from topic 'revert_write_to_file' | Jose Lausuch | 1 | -1/+1 |
2017-02-13 | Revert "write test results to a local file" | Cédric Ollivier | 1 | -1/+1 |
2017-02-09 | Refactoring of args and parser variable | ashishk1994 | 1 | -33/+43 |
2017-02-09 | Fix source_credentials in openstack_utils | Cédric Ollivier | 1 | -2/+2 |
2017-02-02 | Define how to pass args to TestcaseBase.run | Cédric Ollivier | 1 | -1/+5 |
2017-01-25 | Refactor Rally to adopt OO | helenyao | 1 | -4/+0 |
2017-01-19 | Merge "write test results to a local file" | Morgan Richomme | 1 | -1/+1 |
2017-01-17 | Merge "Refactoring of args and parser variable in ci/run_tests, prepare_env" | Morgan Richomme | 1 | -24/+37 |
2017-01-17 | write test results to a local file | wu.zhihui | 1 | -1/+1 |
2017-01-12 | Bugfix: fix the wrong return code | helenyao | 1 | -3/+4 |
2017-01-09 | Refactoring of args and parser variable in ci/run_tests, prepare_env | ashishk1994 | 1 | -24/+37 |
2016-12-21 | Refactor test run related modules using new constants provider | SerenaFeng | 1 | -20/+17 |
2016-12-15 | Add check_criteria() in testcase_base | Cédric Ollivier | 1 | -3/+4 |
2016-12-14 | Authenticate clients with keystoneauth1.session | helenyao | 1 | -0/+1 |
2016-12-07 | abstract umbrella part to make integration code simpler | SerenaFeng | 1 | -2/+2 |
2016-12-02 | Rename TestCasesBase into TestcaseBase | helenyao | 1 | -3/+3 |
2016-11-30 | Revert "solve failure testcases are not pushed to testDB problem" | Morgan Richomme | 1 | -4/+3 |
2016-11-24 | Extracted all global parameters into functest_constants.py | helenyao | 1 | -27/+44 |
2016-11-24 | bugfix: correct test report status | SerenaFeng | 1 | -1/+1 |
2016-11-23 | solve failure testcases are not pushed to testDB problem | SerenaFeng | 1 | -1/+1 |
2016-11-10 | Bug fix: fix path in run_tests.py | Morgan Richomme | 1 | -1/+1 |