Age | Commit message (Expand) | Author | Files | Lines |
2017-06-06 | Merge "Use PrettyTable to show functest env" |  Jose Lausuch | 1 | -14/+13 |
2017-06-06 | Merge "Update setuptools version to 30.0.0" |  Jose Lausuch | 2 | -2/+2 |
2017-06-06 | Remove call to fetch_os_creds.sh |  jose.lausuch | 7 | -204/+34 |
2017-06-06 | Update setuptools version to 30.0.0 |  Jose Lausuch | 2 | -2/+2 |
2017-06-06 | Refactor core VNF class |  Morgan Richomme | 12 | -581/+594 |
2017-06-06 | Merge "Update setuptools version to 35.0.2" |  Jose Lausuch | 2 | -2/+2 |
2017-06-06 | Merge "Enable tempest offline by use_custom_images=True" |  valentin boucher | 3 | -4/+4 |
2017-06-05 | Remove a former action listed in framework.md |  Cédric Ollivier | 1 | -2/+1 |
2017-06-05 | Add the copyright header to decorators.py |  Cédric Ollivier | 1 | -0/+7 |
2017-06-04 | Use PrettyTable to show functest env |  Cédric Ollivier | 1 | -14/+13 |
2017-06-02 | Use constants in odl |  Linda Wang | 1 | -3/+5 |
2017-06-02 | Make tempest user_password more complicated |  Linda Wang | 1 | -1/+1 |
2017-06-02 | Update setuptools version to 35.0.2 |  Linda Wang | 2 | -2/+2 |
2017-06-02 | Merge "Use CONST to retrieve db_url rather than getter function" |  Jose Lausuch | 6 | -78/+74 |
2017-06-01 | Merge "Added unit tests for the connection_check test case." |  Morgan Richomme | 7 | -14/+96 |
2017-06-01 | Use CONST to retrieve db_url rather than getter function |  Linda Wang | 6 | -78/+74 |
2017-05-31 | Added unit tests for the connection_check test case. |  spisarski | 7 | -14/+96 |
2017-05-31 | Return pylint status code for modules rated 10/10 |  Cédric Ollivier | 1 | -3/+16 |
2017-05-31 | Enable tempest offline by use_custom_images=True |  Linda Wang | 3 | -4/+4 |
2017-05-30 | Fix a typo in framework.md |  Cédric Ollivier | 1 | -8/+8 |
2017-05-30 | Fix a typo in docstring |  Cédric Ollivier | 1 | -1/+1 |
2017-05-30 | Merge "Define create_snapshot() and clean() in TestCase" |  Cedric Ollivier | 17 | -118/+158 |
2017-05-30 | Merge "vping&snaps_xxx support not_hugepage_supported pod" |  Serena Feng | 2 | -2/+2 |
2017-05-30 | Define create_snapshot() and clean() in TestCase |  Cédric Ollivier | 17 | -118/+158 |
2017-05-30 | Merge "Chmod 755 functest/ci/download_images.sh" |  Cedric Ollivier | 1 | -0/+0 |
2017-05-30 | Merge "Fix one email address in INFO" |  Cedric Ollivier | 1 | -1/+1 |
2017-05-30 | Merge "Switch shebangs to /usr/bin/env python" |  Cedric Ollivier | 12 | -12/+12 |
2017-05-30 | Merge "Export the Pylint results via pylint.out" |  Cedric Ollivier | 2 | -2/+4 |
2017-05-30 | Merge "Rename framework.html to index.html" |  valentin boucher | 1 | -0/+0 |
2017-05-29 | Chmod 755 functest/ci/download_images.sh |  Cédric Ollivier | 1 | -0/+0 |
2017-05-29 | Fix one email address in INFO |  Cédric Ollivier | 1 | -1/+1 |
2017-05-29 | Merge "Move api out of the docs directory" |  Cedric Ollivier | 17 | -1/+1 |
2017-05-29 | Rename framework.html to index.html |  Cédric Ollivier | 1 | -0/+0 |
2017-05-29 | Move api out of the docs directory |  Cédric Ollivier | 17 | -1/+1 |
2017-05-29 | Rename logger to __logger in unit.py |  Cédric Ollivier | 1 | -5/+6 |
2017-05-29 | Protect against self.suite = None |  Cédric Ollivier | 2 | -9/+17 |
2017-05-29 | Merge "Re-Enable Promise testcases" |  Morgan Richomme | 1 | -1/+0 |
2017-05-29 | Merge "Fix some pylint errors in onos package" |  Morgan Richomme | 2 | -48/+55 |
2017-05-28 | Switch shebangs to /usr/bin/env python |  Cédric Ollivier | 12 | -12/+12 |
2017-05-28 | Export the Pylint results via pylint.out |  Cédric Ollivier | 2 | -2/+4 |
2017-05-25 | vping&snaps_xxx support not_hugepage_supported pod |  SerenaFeng | 2 | -2/+2 |
2017-05-24 | Merge "Stop printing in console when testing functest_utils.py" |  Jose Lausuch | 1 | -6/+4 |
2017-05-24 | Merge "Add docstrings in unit" |  valentin boucher | 3 | -11/+90 |
2017-05-24 | Merge "Rename the class TestSuiteRunner to Suite" |  valentin boucher | 3 | -4/+4 |
2017-05-24 | Merge "Rename test_pytest_suite_runner.py to test_unit.py" |  valentin boucher | 1 | -0/+0 |
2017-05-24 | Merge "Rename pytest_suite_runner.py to unit.py" |  valentin boucher | 5 | -8/+14 |
2017-05-24 | Fix some pylint errors in onos package |  Linda Wang | 2 | -48/+55 |
2017-05-23 | Stop printing in console when testing functest_utils.py |  Cédric Ollivier | 1 | -6/+4 |
2017-05-23 | Add docstrings in unit |  Cédric Ollivier | 3 | -11/+90 |
2017-05-23 | Rename the class TestSuiteRunner to Suite |  Cédric Ollivier | 3 | -4/+4 |