Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-05-17 | Update self.result value to INT |  jose.lausuch | 4 | -9/+11 |
2017-05-17 | Merge "Conform constants.py with the minimal standards" |  Cedric Ollivier | 3 | -21/+21 |
2017-05-17 | Conform constants.py with the minimal standards |  Cédric Ollivier | 3 | -21/+21 |
2017-05-17 | Merge "Fix an unorderable types error (if python 3)" |  Jose Lausuch | 1 | -0/+1 |
2017-05-17 | Merge "Add Python3 support to the ODL testcase" |  Jose Lausuch | 6 | -91/+93 |
2017-05-17 | Merge "Converted vPing to leverage the object-oriented SNAPS library." |  Jose Lausuch | 8 | -404/+471 |
2017-05-17 | Fix an unorderable types error (if python 3) |  Cédric Ollivier | 1 | -0/+1 |
2017-05-17 | Add Python3 support to the ODL testcase |  Cédric Ollivier | 6 | -91/+93 |
2017-05-17 | Update/Add requirements to run ODL robot CSIT |  Jamo Luhrsen | 1 | -6/+4 |
2017-05-16 | Converted vPing to leverage the object-oriented SNAPS library. |  spisarski | 8 | -404/+471 |
2017-05-16 | Define Runner class |  Cédric Ollivier | 2 | -275/+300 |
2017-05-16 | Merge "Fix one minor typo" |  Jose Lausuch | 1 | -1/+1 |
2017-05-16 | Merge "Fully cover the decorator" |  Jose Lausuch | 1 | -0/+135 |
2017-05-16 | Merge "Assign the wrapped function’s attributes" |  Jose Lausuch | 1 | -0/+2 |
2017-05-16 | Merge "Additional Unit Tests for core modules" |  Jose Lausuch | 2 | -13/+180 |
2017-05-16 | Merge "Get a logger before printing" |  Jose Lausuch | 1 | -6/+12 |
2017-05-16 | Add enabled flag in testcases.yaml |  jose.lausuch | 6 | -17/+65 |
2017-05-16 | Switch from generate_report to PrettyTable |  Cédric Ollivier | 7 | -333/+30 |
2017-05-16 | Fix how to get tier_name |  Cédric Ollivier | 3 | -1/+14 |
2017-05-16 | Merge "Modify TestCase.__str__() to use PrettyTable" |  Jose Lausuch | 2 | -8/+14 |
2017-05-15 | Fix one minor typo |  Cédric Ollivier | 1 | -1/+1 |
2017-05-15 | Additional Unit Tests for core modules |  ashishk1994 | 2 | -13/+180 |
2017-05-15 | Get a logger before printing |  Cédric Ollivier | 1 | -6/+12 |
2017-05-15 | Fully cover the decorator |  Cédric Ollivier | 1 | -0/+135 |
2017-05-14 | Assign the wrapped function’s attributes |  Cédric Ollivier | 1 | -0/+2 |
2017-05-12 | Merge "Add Energy recording support" |  Morgan Richomme | 6 | -1/+491 |
2017-05-11 | Modify TestCase.__str__() to use PrettyTable |  Cédric Ollivier | 2 | -8/+14 |
2017-05-10 | Merge "Conform ODL with last framework updates" |  Morgan Richomme | 3 | -9/+38 |
2017-05-10 | Merge changes from topic 'add_testcase_str' |  Morgan Richomme | 5 | -10/+57 |
2017-05-09 | Merge "Bugfix: initialize the logger for snaps" |  Cedric Ollivier | 2 | -0/+4 |
2017-05-09 | Remove the former results in DB url |  Cédric Ollivier | 2 | -7/+7 |
2017-05-09 | Add Energy recording support |  Benoit HERARD | 6 | -1/+491 |
2017-05-09 | Conform ODL with last framework updates |  Cédric Ollivier | 3 | -9/+38 |
2017-05-09 | Rename VnfOnBoardingBase to VnfOnBoarding |  Cédric Ollivier | 5 | -7/+7 |
2017-05-09 | Rename vnf_base to vnf |  Cédric Ollivier | 5 | -10/+10 |
2017-05-09 | Bugfix: initialize the logger for snaps |  Linda Wang | 2 | -0/+4 |
2017-05-08 | Fix the opera ims instance initialization error |  helenyao | 1 | -4/+4 |
2017-05-06 | Implement TestCase __str__() |  Cédric Ollivier | 3 | -3/+50 |
2017-05-06 | Merge "Rename TestCase check_result() to is_successful()" |  Cedric Ollivier | 2 | -10/+10 |
2017-05-05 | Merge "Print the real testcase duration" |  Jose Lausuch | 3 | -12/+53 |
2017-05-05 | Rename TestCase check_result() to is_successful() |  Cédric Ollivier | 2 | -10/+10 |
2017-05-05 | Print the real testcase duration |  Cédric Ollivier | 3 | -12/+53 |
2017-05-05 | Merge "Replace CONST.* by getattribute/setattr" |  Jose Lausuch | 7 | -157/+181 |