aboutsummaryrefslogtreecommitdiffstats
path: root/functest/core
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-20Minor changes in docstringsCédric Ollivier2-16/+19
2017-04-18Add docstings in feature.pyCédric Ollivier2-1/+53
2017-04-18Remove former cmd instance attributeCédric Ollivier1-1/+0
2017-04-18Fix Sphinx warnings/errorsCédric Ollivier1-1/+3
2017-04-14Add class attribute docstrings in testcase.pyCédric Ollivier1-0/+7
2017-04-14Fix typos in vnf_base.pyCédric Ollivier1-2/+2
2017-04-14Add license in feature.pySerenaFeng1-0/+7
2017-04-14Remove deprecated feature modulesCédric Ollivier1-3/+13
2017-04-12Refactor the Feature frameworkCédric Ollivier1-42/+24
2017-04-11Modify TestCase constructor attributesCédric Ollivier4-15/+14
2017-04-05Bugfix: Add case_name as constructor arg for snaps and rallyLinda Wang1-2/+2
2017-04-04Add case_name as constructor argCédric Ollivier3-8/+7
2017-03-29Merge "rename FeatureBase to Feature"Cedric Ollivier1-2/+2
2017-03-29Merge "rename feature_base to feature"Cedric Ollivier1-0/+0
2017-03-29Added test case for opera vimshelenyao1-11/+15
2017-03-28rename FeatureBase to FeatureSerenaFeng1-2/+2
2017-03-28rename feature_base to featureSerenaFeng1-0/+0
2017-03-27Add docstrings in testcase.pyCédric Ollivier1-0/+51