aboutsummaryrefslogtreecommitdiffstats
path: root/functest/core
AgeCommit message (Expand)AuthorFilesLines
2017-11-27Create RobotFramework classCédric Ollivier1-0/+125
2017-11-21Removal of deprecated SNAPS-OO classes.spisarski1-4/+6
2017-10-10Complete framework documentation part for VNFMorgan Richomme1-11/+8
2017-09-06Create VNF user with admin roleAlex Yang1-6/+8
2017-09-05Fix the cloudify_ims update quotas errorLinda Wang1-2/+1
2017-09-04More support of snaps for VNFboucherv1-22/+36
2017-07-03[cloudify_ims] Support Cloudify 4.0boucherv1-15/+19
2017-06-21Define logger as Feature instance attributeJose Lausuch1-0/+18
2017-06-14Update Suite details pushed to DBCédric Ollivier1-2/+5
2017-06-06Refactor core VNF classMorgan Richomme1-186/+148
2017-05-30Fix a typo in docstringCédric Ollivier1-1/+1
2017-05-30Define create_snapshot() and clean() in TestCaseCédric Ollivier1-0/+50
2017-05-29Rename logger to __logger in unit.pyCédric Ollivier1-5/+6
2017-05-29Protect against self.suite = NoneCédric Ollivier1-8/+12
2017-05-23Add docstrings in unitCédric Ollivier2-11/+34
2017-05-23Rename the class TestSuiteRunner to SuiteCédric Ollivier1-2/+2
2017-05-23Rename pytest_suite_runner.py to unit.pyCédric Ollivier1-0/+0
2017-05-19Precise self.result in pytest_suite_runner.pyCédric Ollivier1-29/+13
2017-05-18Use logger instead of printing in consoleCédric Ollivier1-3/+13
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.lausuch1-4/+4
2017-05-17Merge "Fix an unorderable types error (if python 3)"Jose Lausuch1-0/+1
2017-05-17Fix an unorderable types error (if python 3)Cédric Ollivier1-0/+1
2017-05-16Converted vPing to leverage the object-oriented SNAPS library.spisarski1-1/+1
2017-05-16Merge "Get a logger before printing"Jose Lausuch1-6/+12
2017-05-16Switch from generate_report to PrettyTableCédric Ollivier2-2/+1
2017-05-15Get a logger before printingCédric Ollivier1-6/+12
2017-05-11Modify TestCase.__str__() to use PrettyTableCédric Ollivier1-6/+10
2017-05-10Merge "Conform ODL with last framework updates"Morgan Richomme1-4/+5
2017-05-10Merge changes from topic 'add_testcase_str'Morgan Richomme1-1/+16
2017-05-09Merge "Bugfix: initialize the logger for snaps"Cedric Ollivier1-0/+1
2017-05-09Conform ODL with last framework updatesCédric Ollivier1-4/+5
2017-05-09Rename VnfOnBoardingBase to VnfOnBoardingCédric Ollivier1-2/+2
2017-05-09Rename vnf_base to vnfCédric Ollivier1-0/+0
2017-05-09Bugfix: initialize the logger for snapsLinda Wang1-0/+1
2017-05-06Implement TestCase __str__()Cédric Ollivier1-1/+16
2017-05-06Merge "Rename TestCase check_result() to is_successful()"Cedric Ollivier1-2/+2
2017-05-05Merge "Print the real testcase duration"Jose Lausuch1-0/+18
2017-05-05Rename TestCase check_result() to is_successful()Cédric Ollivier1-2/+2
2017-05-05Print the real testcase durationCédric Ollivier1-0/+18
2017-05-05Replace CONST.* by getattribute/setattrjose.lausuch1-9/+9
2017-05-05Replace project_name by case_name in result file nameCédric Ollivier1-1/+1
2017-05-04Define loggers as class-private membersCédric Ollivier3-32/+36
2017-05-04Delete functest.utils.functest_loggerCédric Ollivier3-6/+7
2017-04-26Manage criteria in TestCaseCédric Ollivier2-7/+19
2017-04-26Switch TestCase attribute criteria to resultCédric Ollivier4-22/+22
2017-04-21Switch testcase to test case in docstringsCédric Ollivier2-5/+5
2017-04-21Merge "Minor changes in docstrings"Serena Feng2-16/+19
2017-04-20[VNF_base] Support existing tenant and userboucherv1-62/+45