Age | Commit message (Expand) | Author | Files | Lines |
2017-12-19 | Delete TestCase.create_snapshot() |  Cédric Ollivier | 1 | -3/+0 |
2017-12-18 | Merge "Inject all envs in openrc into CONST" |  Cedric Ollivier | 1 | -13/+0 |
2017-12-15 | Inject all envs in openrc into CONST |  Linda Wang | 1 | -13/+0 |
2017-12-14 | Improve the pylint score of functest-core |  Linda Wang | 1 | -41/+67 |
2017-12-12 | All patching config files in memory |  Linda Wang | 1 | -35/+0 |
2017-12-11 | Add Python3 support in functest/ci |  Cédric Ollivier | 1 | -1/+2 |
2017-11-30 | Stop updating test_db_url in config file by env var |  Linda Wang | 1 | -13/+0 |
2017-11-22 | Remove prepare_env |  Jose Lausuch | 1 | -0/+51 |
2017-09-18 | Return Functest status to Jenkins |  Cédric Ollivier | 1 | -9/+13 |
2017-09-13 | Disable urllib3 warnings |  Linda Wang | 1 | -0/+1 |
2017-08-25 | Fix args parsing in run_tests |  Linda Wang | 1 | -2/+2 |
2017-08-24 | Prevent KeyError during main args parsing |  Martin Kulhavy | 1 | -3/+3 |
2017-08-18 | Merge "Fix summary in run_tests.py" |  Cedric Ollivier | 1 | -6/+12 |
2017-08-18 | Fix summary in run_tests.py |  Cédric Ollivier | 1 | -6/+12 |
2017-08-18 | Put domain name in CONST |  Alex Yang | 1 | -0/+2 |
2017-08-16 | Clean run_tests.py and the related ut |  Cédric Ollivier | 1 | -78/+62 |
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 |