Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 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 | |
It simplifies the url of the presentation. Change-Id: I23c449d98d5efcbeb27802a62f607f55ec658ebf Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> | |||||
2017-05-29 | Move api out of the docs directory | Cédric Ollivier | 17 | -1/+1 | |
The docs directory can only contain static documentation. All generated html files should be pushed as artifacts at the end of functest-verify-master. Change-Id: I17aeab5687b9eb0c7aaf21cbc6b41e8f321c2e63 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> | |||||
2017-05-29 | Rename logger to __logger in unit.py | Cédric Ollivier | 1 | -5/+6 | |
This mangling ensures that all info messages printed from core packages. Change-Id: I77ac1c80360d45ef19ed7c3fa05a894804c92216 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> | |||||
2017-05-29 | Protect against self.suite = None | Cédric Ollivier | 2 | -9/+17 | |
Change-Id: Ie3370ebfdd51b9aff707e50b754ca52796e49fbf Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> | |||||
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 | |
It modified the shebang to /usr/bin/env which is considered as more flexible. Change-Id: I9c8cdb4243d41a83d524499cc91060d3700e008b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> | |||||
2017-05-28 | Export the Pylint results via pylint.out | Cédric Ollivier | 2 | -2/+4 | |
It allows integrating Pylint with Jenkins (pylint.out can be defined as the "XML filename pattern" after installing the Violations plugin [1]). It's considered as fine to locally disable warnings such as docstrings in unit tests. No pylint rcfile is defined for only two options. Tox still prints the partial results in console to be interpreted by users. The persistent flag is removed to conform with nosetests args. [1] https://wiki.jenkins-ci.org/display/JENKINS/Violations Change-Id: I21662b27c8e4b61e65c4c3f5aab968e3e7dd6d90 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> | |||||
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 | |
Directories affected: - functest/opnfv_tests/sdn/onos/ JIRA: FUNCTEST-796 Change-Id: Iffbb0e9a021d31a32d940128435a9f6ed43a504f Signed-off-by: Linda Wang <wangwulin@huawei.com> | |||||
2017-05-23 | Stop printing in console when testing functest_utils.py | Cédric Ollivier | 1 | -6/+4 | |
Change-Id: I6fa0f6f449270199cc4d5b2c88e171091bf92773 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> | |||||
2017-05-23 | Add docstrings in unit | Cédric Ollivier | 3 | -11/+90 | |
It also adds shebang and conforms the copyright header with the related OPNFV template. Change-Id: Iacb0cc8629e3021181eef2e8cb76daf48601abf4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> | |||||
2017-05-23 | Rename the class TestSuiteRunner to Suite | Cédric Ollivier | 3 | -4/+4 | |
It conforms with [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/35211/ Change-Id: I11bbdcd63a1691835fb7c6198549edbaf6b758a1 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> | |||||
2017-05-23 | Rename test_pytest_suite_runner.py to test_unit.py | Cédric Ollivier | 1 | -0/+0 | |
It conforms with [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/35211/ Change-Id: Ife7a161970997cf6cd74e86c343d4879f87b5cf4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> | |||||
2017-05-23 | Merge "Bugfix: fix two typos" | valentin boucher | 2 | -2/+2 | |
2017-05-23 | Rename pytest_suite_runner.py to unit.py | Cédric Ollivier | 5 | -8/+14 | |
It also adds the rst files to include this module in apidoc. Change-Id: Iabbb17bc8601265bd9436c75d1afc0b470df1eb4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> | |||||
2017-05-23 | Call fetch_os_creds.sh from $PATH | Linda Wang | 3 | -13/+9 | |
Now it's defined as script in releng/modules' setup.py [1] [1] https://gerrit.opnfv.org/gerrit/#/c/35183/ Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com> Depends-On: Ic77f4e46d6d3396f9891b73105a0eb7aa037754f JIRA: FUNCTEST-829 Change-Id: Ief821b7326e0a6c2bbcab31bb21629455e4bc9ea Signed-off-by: Linda Wang <wangwulin@huawei.com> Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> | |||||
2017-05-23 | Bugfix: fix two typos | Linda Wang | 2 | -2/+2 | |
1. In run_tests.py, test case name is shown before running: logger.error(kwargs['test']) -> logger.info(kwargs['test']) 2. In tempest.py, Verication -> Verification Change-Id: I117838cdb4b0f920c4cf855645d910e623e06868 Signed-off-by: Linda Wang <wangwulin@huawei.com> | |||||
2017-05-22 | Merge "Bugfix: fix the errors of onos_sfc" | Morgan Richomme | 1 | -4/+4 | |
2017-05-22 | Merge "Update test_vnf.py to support py3" | valentin boucher | 2 | -3/+3 | |
2017-05-22 | Merge "Remove former run_unit_tests.sh" | valentin boucher | 1 | -5/+0 | |
2017-05-22 | Merge "Test decorators.py in testenv:py35" | Cedric Ollivier | 1 | -0/+1 | |
2017-05-22 | Merge "Turn Sphinx warnings into errors" | Cedric Ollivier | 3 | -1/+1 | |
2017-05-22 | Merge "Check python3 support when running tox" | valentin boucher | 2 | -4/+52 | |
2017-05-22 | Merge "Generate api doc when running tox" | valentin boucher | 2 | -1/+7 | |
2017-05-22 | Merge "Update apidoc to conform with vnf module" | valentin boucher | 3 | -8/+8 | |
2017-05-22 | Merge "Analyse code when running tox" | valentin boucher | 2 | -1/+10 | |
2017-05-22 | Merge "Check style when running tox" | valentin boucher | 2 | -1/+8 | |
2017-05-22 | Merge "Delete line breaks before binary operator" | valentin boucher | 2 | -6/+7 | |
2017-05-22 | Merge "Sort keys when dumping json" | valentin boucher | 2 | -2/+3 | |
2017-05-22 | Merge "Ignore .tox" | valentin boucher | 1 | -0/+1 | |
2017-05-22 | Merge "Tox utility to run unit tests" | valentin boucher | 3 | -65/+15 | |
2017-05-22 | Merge "Update requests as defined in releng" | valentin boucher | 1 | -1/+1 | |
2017-05-22 | Merge "Add baro_tests as requirements" | valentin boucher | 3 | -7/+3 | |
2017-05-22 | Merge "Install releng via requirements.txt" | valentin boucher | 4 | -16/+1 | |
2017-05-22 | Merge "Set default value for CONFIG_FUNCTEST_YAML" | valentin boucher | 4 | -5/+8 | |
2017-05-22 | Merge "Fully cover pytest_suite_runner.py" | valentin boucher | 1 | -6/+36 | |
2017-05-22 | Merge "Precise self.result in pytest_suite_runner.py" | valentin boucher | 3 | -50/+46 | |
2017-05-22 | Merge "Print stack when catching exceptions in run_tests.py" | valentin boucher | 1 | -7/+8 | |
2017-05-22 | Merge "Replace CONST.* by getattribute/setattr for refstack" | Morgan Richomme | 3 | -25/+31 | |
2017-05-22 | Update test_vnf.py to support py3 | Cédric Ollivier | 2 | -3/+3 | |
Change-Id: I86dc83b1fc9205f7b8209d63e18439a7e05c646b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> | |||||
2017-05-22 | Test decorators.py in testenv:py35 | Cédric Ollivier | 1 | -0/+1 | |
Change-Id: I91d5b04f105cf41bef799eccdaabf89cb0440747 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> |