Age | Commit message (Expand) | Author | Files | Lines |
2017-05-23 | Rename test_pytest_suite_runner.py to test_unit.py |  Cédric Ollivier | 1 | -0/+0 |
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 | 3 | -8/+6 |
2017-05-23 | Call fetch_os_creds.sh from $PATH |  Linda Wang | 2 | -12/+8 |
2017-05-23 | Bugfix: fix two typos |  Linda Wang | 2 | -2/+2 |
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 | 1 | -2/+2 |
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 "Tox utility to run unit tests" |  valentin boucher | 1 | -27/+0 |
2017-05-22 | Merge "Add baro_tests as requirements" |  valentin boucher | 1 | -3/+2 |
2017-05-22 | Merge "Set default value for CONFIG_FUNCTEST_YAML" |  valentin boucher | 3 | -4/+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 | 1 | -2/+2 |
2017-05-21 | Delete line breaks before binary operator |  Cédric Ollivier | 2 | -6/+7 |
2017-05-21 | Sort keys when dumping json |  Cédric Ollivier | 2 | -2/+3 |
2017-05-20 | Tox utility to run unit tests |  ashishk1994 | 1 | -27/+0 |
2017-05-20 | Add baro_tests as requirements |  Cédric Ollivier | 1 | -3/+2 |
2017-05-19 | Set default value for CONFIG_FUNCTEST_YAML |  Cédric Ollivier | 3 | -4/+8 |
2017-05-19 | Activating SDNVPN test cases for master. |  Tim Irnich | 1 | -1/+0 |
2017-05-19 | Re-Enable Promise testcases |  Gerald Kunzmann | 1 | -1/+0 |
2017-05-19 | Bugfix: fix the errors of onos_sfc |  Linda Wang | 1 | -4/+4 |
2017-05-19 | Fully cover pytest_suite_runner.py |  Cédric Ollivier | 1 | -6/+36 |
2017-05-19 | Precise self.result in pytest_suite_runner.py |  Cédric Ollivier | 3 | -50/+46 |
2017-05-19 | Merge "Replace CONST.* by getattribute/setattr for rally and tempest" |  Jose Lausuch | 6 | -113/+129 |
2017-05-19 | Merge "Define Runner class" |  Jose Lausuch | 2 | -275/+300 |
2017-05-19 | Replace CONST.* by getattribute/setattr for refstack |  Linda Wang | 3 | -25/+31 |
2017-05-19 | Replace CONST.* by getattribute/setattr for rally and tempest |  Linda Wang | 6 | -113/+129 |
2017-05-19 | Merge "Modify how to disable logging in unit test." |  Jose Lausuch | 30 | -65/+36 |
2017-05-19 | Merge "Use StringIO in odl.py" |  Morgan Richomme | 2 | -53/+5 |
2017-05-19 | Merge "Move few local ODL SFC confs to global functest confs" |  Morgan Richomme | 2 | -0/+14 |
2017-05-19 | Merge "Replace CONST.* by getattribute/setattr for cli" |  Morgan Richomme | 8 | -66/+85 |
2017-05-19 | Print stack when catching exceptions in run_tests.py |  Cédric Ollivier | 1 | -7/+8 |
2017-05-19 | Merge "Add a new directory to hold pre-downloaded images" |  Helen Yao | 7 | -5/+52 |
2017-05-18 | Merge "Use logger instead of printing in console" |  Jose Lausuch | 1 | -3/+13 |
2017-05-18 | Modify how to disable logging in unit test. |  Cédric Ollivier | 30 | -65/+36 |
2017-05-18 | Merge "Remove check_success_rate" |  Jose Lausuch | 7 | -79/+34 |
2017-05-18 | Use StringIO in odl.py |  Cédric Ollivier | 2 | -53/+5 |
2017-05-18 | Merge "Fix 2 issues related to logger in pytest_suite_runer.py" |  Jose Lausuch | 1 | -3/+1 |
2017-05-18 | Merge "Allow running unittest.TestCase via run_tests.py" |  Jose Lausuch | 1 | -0/+5 |
2017-05-18 | Use logger instead of printing in console |  Cédric Ollivier | 1 | -3/+13 |
2017-05-18 | Remove check_success_rate |  jose.lausuch | 7 | -79/+34 |
2017-05-18 | Merge "Fix the opera ims instance initialization error" |  Jose Lausuch | 1 | -4/+4 |
2017-05-18 | Replace CONST.* by getattribute/setattr for cli |  Linda Wang | 8 | -66/+85 |
2017-05-18 | Add a new directory to hold pre-downloaded images |  helenyao | 7 | -5/+52 |
2017-05-18 | Fix 2 issues related to logger in pytest_suite_runer.py |  Cédric Ollivier | 1 | -3/+1 |
2017-05-18 | Allow running unittest.TestCase via run_tests.py |  Cédric Ollivier | 1 | -0/+5 |