aboutsummaryrefslogtreecommitdiffstats
path: root/functest/core
AgeCommit message (Expand)AuthorFilesLines
2018-06-24Improve scenarios to reduce duplicate codesCédric Ollivier1-49/+89
2018-06-24Fix hardcoded valueCédric Ollivier1-1/+2
2018-06-23Decrease the log level when connecting in singlevmCédric Ollivier1-2/+2
2018-06-23Fix user/project create operationsCédric Ollivier2-25/+31
2018-06-22Publish vmready scenariosCédric Ollivier2-118/+186
2018-06-21Publish singlevm scenariosCédric Ollivier2-0/+284
2018-06-20Publish tenantnetwork scenariosCédric Ollivier1-0/+197
2018-03-16Set project_name arg when creating usersCédric Ollivier1-0/+1
2018-03-02Leverage on XtestingCédric Ollivier5-621/+8
2018-02-28Merge "Support different user/project domain values"valentin boucher1-2/+18
2018-02-22Support different user/project domain valuesValentin Boucher1-2/+18
2018-02-22Use constants for Functest config fileCédric Ollivier1-2/+2
2018-02-16Get properly env vars or their default valuesCédric Ollivier1-9/+7
2018-02-15Add suffixes to OpenStack resource namesCédric Ollivier1-3/+4
2018-02-09Unlink robotframework from constantsCédric Ollivier1-3/+2
2018-02-09Unlink feature from constantsCédric Ollivier1-3/+2
2018-02-09Unlink vnf from constantsCédric Ollivier1-26/+24
2018-02-07Add variablefile as possible robot.run() argsCédric Ollivier1-2/+4
2018-02-05Stop printing data sent to DBCédric Ollivier1-1/+1
2018-02-01Rename a common credential file for OS and K8SLinda Wang1-1/+1
2018-01-26Fix last Pylint error in FunctestCédric Ollivier1-2/+1
2018-01-21Move push_results_to_db to TestCaseCédric Ollivier1-14/+57
2018-01-20Configure password for the user in vnfLinda Wang1-1/+2
2017-12-27Execute feature command by subprocess directlyLinda Wang1-4/+7
2017-12-20Remove logger_test_resultsCédric Ollivier1-3/+0
2017-12-19Delete TestCase.create_snapshot()Cédric Ollivier1-11/+0
2017-12-19Remove OSGCTestCaseCédric Ollivier1-33/+2
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