Create RobotFramework class
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 27 Nov 2017 10:43:42 +0000 (11:43 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 27 Nov 2017 12:30:42 +0000 (13:30 +0100)
commit6cc6cc701b183563a05393b212f150bca6584abf
treeede845b987759f76c5c9bf8b411127be7dc68ab6
parent3e4359ed4b18f740ef9a99e2bf8415c005728f98
Create RobotFramework class

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>
api/apidoc/functest.core.robotframework.rst [new file with mode: 0644]
api/apidoc/functest.core.rst
docker/features/testcases.yaml
docker/smoke/testcases.yaml
functest/ci/testcases.yaml
functest/core/robotframework.py [new file with mode: 0644]
functest/opnfv_tests/sdn/odl/odl.py
functest/tests/unit/core/test_robotframework.py [new file with mode: 0644]
functest/tests/unit/odl/test_odl.py