All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nvmecli-tests : update the list of dependencies
@ 2016-11-17  8:48 chaitany kulkarni
  2016-11-17 18:56 ` J Freyensee
  0 siblings, 1 reply; 3+ messages in thread
From: chaitany kulkarni @ 2016-11-17  8:48 UTC (permalink / raw)


README file is updated with complete list of dependencies
required to setup the environment for unitttests.

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni at hgst.com>
---
 tests/README | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/tests/README b/tests/README
index 70686d8..686bd04 100644
--- a/tests/README
+++ b/tests/README
@@ -12,8 +12,17 @@ nvmetests
 ------------------------------

     1. Python(>= 2.7.5 or >= 3.3)
-    2. nose2(Installation guide http://nose2.readthedocs.io/)
-    3. nvme-cli(https://github.com/linux-nvme/nvme-cli.git)
+    2. nose(http://nose.readthedocs.io/en/latest/)
+    3. nose2(Installation guide http://nose2.readthedocs.io/)
+    4. pep8(https://pypi.python.org/pypi/setuptools-pep8)
+    5. flake8(https://pypi.python.org/pypi/flake8)
+    6. pylint(https://www.pylint.org/)
+    7. Epydoc(http://epydoc.sourceforge.net/)
+    8. nvme-cli(https://github.com/linux-nvme/nvme-cli.git)
+
+    Python package management system pip can be used to install most of the
+    listed packages(https://pip.pypa.io/en/stable/installing/) :-
+    $ pip install nose nose2 pep8 flake8 pylint epydoc

 2. Overview
 -----------
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] nvmecli-tests : update the list of dependencies
  2016-11-17  8:48 [PATCH] nvmecli-tests : update the list of dependencies chaitany kulkarni
@ 2016-11-17 18:56 ` J Freyensee
  2016-11-17 19:01   ` chaitany kulkarni
  0 siblings, 1 reply; 3+ messages in thread
From: J Freyensee @ 2016-11-17 18:56 UTC (permalink / raw)


On Thu, 2016-11-17@00:48 -0800, chaitany kulkarni wrote:
> README file is updated with complete list of dependencies
> required to setup the environment for unitttests.
> 
> Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni at hgst.com>
> ---
> ?tests/README | 13 +++++++++++--
> ?1 file changed, 11 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/README b/tests/README
> index 70686d8..686bd04 100644
> --- a/tests/README
> +++ b/tests/README
> @@ -12,8 +12,17 @@ nvmetests
> ?------------------------------
> 
> ?????1. Python(>= 2.7.5 or >= 3.3)
> -????2. nose2(Installation guide http://nose2.readthedocs.io/)
> -????3. nvme-cli(https://github.com/linux-nvme/nvme-cli.git)
> +????2. nose(http://nose.readthedocs.io/en/latest/)
> +????3. nose2(Installation guide http://nose2.readthedocs.io/)
> +????4. pep8(https://pypi.python.org/pypi/setuptools-pep8)
> +????5. flake8(https://pypi.python.org/pypi/flake8)
> +????6. pylint(https://www.pylint.org/)
> +????7. Epydoc(http://epydoc.sourceforge.net/)
> +????8. nvme-cli(https://github.com/linux-nvme/nvme-cli.git)
> +
> +????Python package management system pip can be used to install most
> of the
> +????listed packages(https://pip.pypa.io/en/stable/installing/) :-
> +????$ pip install nose nose2 pep8 flake8 pylint epydoc
> 

Readme looks good, seems to address Keith's point on dependencies.

Though Keith mentioned there was a 'doc' folder referenced in the
README that appeared to be missing from the commit. ?Maybe that is a
future patch?

Reviewed-by: ?Jay Freyensee <james_p_freyensee at linux.intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] nvmecli-tests : update the list of dependencies
  2016-11-17 18:56 ` J Freyensee
@ 2016-11-17 19:01   ` chaitany kulkarni
  0 siblings, 0 replies; 3+ messages in thread
From: chaitany kulkarni @ 2016-11-17 19:01 UTC (permalink / raw)


Hi J Freyensee,

I did not commit the documentation since it can be generated by
executing the "make doc" (README section 3.7.b) upon cloning the
repository from .py. For reference I did mention it in the README, if it is
confusing I'll take it out from README.

Let me know if we should have the documentation as a part of
repository I'll send a patch today.

Regards,
-Chaitanya


On Thu, Nov 17, 2016 at 10:56 AM, J Freyensee
<james_p_freyensee@linux.intel.com> wrote:
> On Thu, 2016-11-17@00:48 -0800, chaitany kulkarni wrote:
>> README file is updated with complete list of dependencies
>> required to setup the environment for unitttests.
>>
>> Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni at hgst.com>
>> ---
>>  tests/README | 13 +++++++++++--
>>  1 file changed, 11 insertions(+), 2 deletions(-)
>>
>> diff --git a/tests/README b/tests/README
>> index 70686d8..686bd04 100644
>> --- a/tests/README
>> +++ b/tests/README
>> @@ -12,8 +12,17 @@ nvmetests
>>  ------------------------------
>>
>>      1. Python(>= 2.7.5 or >= 3.3)
>> -    2. nose2(Installation guide http://nose2.readthedocs.io/)
>> -    3. nvme-cli(https://github.com/linux-nvme/nvme-cli.git)
>> +    2. nose(http://nose.readthedocs.io/en/latest/)
>> +    3. nose2(Installation guide http://nose2.readthedocs.io/)
>> +    4. pep8(https://pypi.python.org/pypi/setuptools-pep8)
>> +    5. flake8(https://pypi.python.org/pypi/flake8)
>> +    6. pylint(https://www.pylint.org/)
>> +    7. Epydoc(http://epydoc.sourceforge.net/)
>> +    8. nvme-cli(https://github.com/linux-nvme/nvme-cli.git)
>> +
>> +    Python package management system pip can be used to install most
>> of the
>> +    listed packages(https://pip.pypa.io/en/stable/installing/) :-
>> +    $ pip install nose nose2 pep8 flake8 pylint epydoc
>>
>
> Readme looks good, seems to address Keith's point on dependencies.
>
> Though Keith mentioned there was a 'doc' folder referenced in the
> README that appeared to be missing from the commit.  Maybe that is a
> future patch?
>
> Reviewed-by:  Jay Freyensee <james_p_freyensee at linux.intel.com>
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-11-17 19:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-17  8:48 [PATCH] nvmecli-tests : update the list of dependencies chaitany kulkarni
2016-11-17 18:56 ` J Freyensee
2016-11-17 19:01   ` chaitany kulkarni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.