From ed4e544e6d0e1e034101ee01322a6b23636df0be Mon Sep 17 00:00:00 2001 From: Madhuri Kumari Date: Wed, 1 Mar 2017 09:37:30 +0000 Subject: [PATCH] Fix a link in doc and update develsetup This patch updates the `develsetup.rst` link in testing.rst which is throwing 404 with the current link. And also updated the develsetup document to link to the dmtf/README.rst for detailed setup steps. Change-Id: I3d27b0e06d7a236c9491333b580fcad665d56728 --- doc/source/develsetup.rst | 7 +++++++ doc/source/testing.rst | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/source/develsetup.rst b/doc/source/develsetup.rst index 64d9dcb..ef132ce 100644 --- a/doc/source/develsetup.rst +++ b/doc/source/develsetup.rst @@ -5,4 +5,11 @@ Developer setup #. Follow `get the source code `_ section to retrieve the sources. #. Follow `using pip and virtualenv `_ section to create your environment. +To setup a development environment, the DMTF has published a mockup environment +to simulate a Redfish based system so it is possible to write programs without +real Redfish compliant hardware platform. + +Please look at _`DMTF Documentation `_ for detailed steps. +for setting up the environment. + You can start hacking the code now. diff --git a/doc/source/testing.rst b/doc/source/testing.rst index e8f2788..81ddc73 100644 --- a/doc/source/testing.rst +++ b/doc/source/testing.rst @@ -11,7 +11,7 @@ Tests are not functional for the redfish module yet. redfish-client tests -------------------- -#. Create your development environment following `Developer setup `_. +#. Create your development environment following `Developer setup `_. #. Install docker using the `procedure `_. #. Ensure you can use docker with your current user. #. Jump into the python-redfish directory containing the source code.