diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-11-27 11:43:42 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-11-27 13:30:42 +0100 |
commit | 6cc6cc701b183563a05393b212f150bca6584abf (patch) | |
tree | ede845b987759f76c5c9bf8b411127be7dc68ab6 /api/apidoc/functest.core.rst | |
parent | 3e4359ed4b18f740ef9a99e2bf8415c005728f98 (diff) |
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>
Diffstat (limited to 'api/apidoc/functest.core.rst')
-rw-r--r-- | api/apidoc/functest.core.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/apidoc/functest.core.rst b/api/apidoc/functest.core.rst index 55c795be0..a610fa6fb 100644 --- a/api/apidoc/functest.core.rst +++ b/api/apidoc/functest.core.rst @@ -12,6 +12,7 @@ Submodules .. toctree:: functest.core.feature + functest.core.robotframework functest.core.testcase functest.core.vnf functest.core.unit |