aboutsummaryrefslogtreecommitdiffstats
path: root/functest/tests/unit/core/test_robotframework.py
AgeCommit message (Collapse)AuthorFilesLines
2018-02-07Add variablefile as possible robot.run() argsCédric Ollivier1-4/+12
Change-Id: Ic80840957b4d9c3c4a1615696a2851f3f5bf7bf4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-11-27Create RobotFramework classCédric Ollivier1-0/+191
It moves the capability to run any robot script from ODL TestCase into a new class: RobotFramework. It updates ODL TestCase and the related unit tests to inherit from the new parent class. Change-Id: I73e59ee9652fb63d9d89d7c75c58cce9cf62b0d7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>