From 6cc6cc701b183563a05393b212f150bca6584abf Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 27 Nov 2017 11:43:42 +0100 Subject: Create RobotFramework class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- api/apidoc/functest.core.robotframework.rst | 7 +++++++ api/apidoc/functest.core.rst | 1 + 2 files changed, 8 insertions(+) create mode 100644 api/apidoc/functest.core.robotframework.rst (limited to 'api') diff --git a/api/apidoc/functest.core.robotframework.rst b/api/apidoc/functest.core.robotframework.rst new file mode 100644 index 000000000..5404912c5 --- /dev/null +++ b/api/apidoc/functest.core.robotframework.rst @@ -0,0 +1,7 @@ +functest.core.robotframework module +=================================== + +.. automodule:: functest.core.robotframework + :members: + :undoc-members: + :show-inheritance: 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 -- cgit 1.2.3-korg