aboutsummaryrefslogtreecommitdiffstats
path: root/functest
AgeCommit message (Expand)AuthorFilesLines
2017-05-19Merge "Add a new directory to hold pre-downloaded images"Helen Yao7-5/+52
2017-05-18Merge "Use logger instead of printing in console"Jose Lausuch1-3/+13
2017-05-18Merge "Remove check_success_rate"Jose Lausuch7-79/+34
2017-05-18Merge "Fix 2 issues related to logger in pytest_suite_runer.py"Jose Lausuch1-3/+1
2017-05-18Merge "Allow running unittest.TestCase via run_tests.py"Jose Lausuch1-0/+5
2017-05-18Use logger instead of printing in consoleCédric Ollivier1-3/+13
2017-05-18Remove check_success_ratejose.lausuch7-79/+34
2017-05-18Merge "Fix the opera ims instance initialization error"Jose Lausuch1-4/+4
2017-05-18Add a new directory to hold pre-downloaded imageshelenyao7-5/+52
2017-05-18Fix 2 issues related to logger in pytest_suite_runer.pyCédric Ollivier1-3/+1
2017-05-18Allow running unittest.TestCase via run_tests.pyCédric Ollivier1-0/+5
2017-05-17Update self.result value to INTjose.lausuch4-9/+11
2017-05-17Merge "Conform constants.py with the minimal standards"Cedric Ollivier3-21/+21
2017-05-17Conform constants.py with the minimal standardsCédric Ollivier3-21/+21
2017-05-17Merge "Fix an unorderable types error (if python 3)"Jose Lausuch1-0/+1
2017-05-17Merge "Add Python3 support to the ODL testcase"Jose Lausuch6-91/+93
2017-05-17Merge "Converted vPing to leverage the object-oriented SNAPS library."Jose Lausuch8-404/+471
2017-05-17Fix an unorderable types error (if python 3)Cédric Ollivier1-0/+1
2017-05-17Add Python3 support to the ODL testcaseCédric Ollivier6-91/+93
2017-05-17Update/Add requirements to run ODL robot CSITJamo Luhrsen1-6/+4
2017-05-16Converted vPing to leverage the object-oriented SNAPS library.spisarski8-404/+471
2017-05-16Merge "Fix one minor typo"Jose Lausuch1-1/+1
2017-05-16Merge "Fully cover the decorator"Jose Lausuch1-0/+135
2017-05-16Merge "Assign the wrapped function’s attributes"Jose Lausuch1-0/+2
2017-05-16Merge "Additional Unit Tests for core modules"Jose Lausuch2-13/+180
2017-05-16Merge "Get a logger before printing"Jose Lausuch1-6/+12
2017-05-16Add enabled flag in testcases.yamljose.lausuch6-17/+65
2017-05-16Switch from generate_report to PrettyTableCédric Ollivier7-333/+30
2017-05-16Fix how to get tier_nameCédric Ollivier3-1/+14
2017-05-16Merge "Modify TestCase.__str__() to use PrettyTable"Jose Lausuch2-8/+14
2017-05-15Fix one minor typoCédric Ollivier1-1/+1
2017-05-15Additional Unit Tests for core modulesashishk19942-13/+180
2017-05-15Get a logger before printingCédric Ollivier1-6/+12
2017-05-15Fully cover the decoratorCédric Ollivier1-0/+135
2017-05-14Assign the wrapped function’s attributesCédric Ollivier1-0/+2
2017-05-12Merge "Add Energy recording support"Morgan Richomme6-1/+491
2017-05-11Modify TestCase.__str__() to use PrettyTableCédric Ollivier2-8/+14
2017-05-10Merge "Conform ODL with last framework updates"Morgan Richomme3-9/+38
2017-05-10Merge changes from topic 'add_testcase_str'Morgan Richomme5-10/+57
2017-05-09Merge "Bugfix: initialize the logger for snaps"Cedric Ollivier2-0/+4
2017-05-09Remove the former results in DB urlCédric Ollivier2-7/+7
2017-05-09Add Energy recording supportBenoit HERARD6-1/+491
2017-05-09Conform ODL with last framework updatesCédric Ollivier3-9/+38
2017-05-09Rename VnfOnBoardingBase to VnfOnBoardingCédric Ollivier5-7/+7
2017-05-09Rename vnf_base to vnfCédric Ollivier5-10/+10
2017-05-09Bugfix: initialize the logger for snapsLinda Wang2-0/+4
2017-05-08Fix the opera ims instance initialization errorhelenyao1-4/+4
2017-05-06Implement TestCase __str__()Cédric Ollivier3-3/+50
2017-05-06Merge "Rename TestCase check_result() to is_successful()"Cedric Ollivier2-10/+10
2017-05-05Merge "Print the real testcase duration"Jose Lausuch3-12/+53