test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 1/2] doc/dts_gsg: update some commands
@ 2021-06-16  6:20 Jun Dong
  2021-06-16  6:20 ` [dts] [PATCH V1 2/2] user_guide: add setup_dut Jun Dong
  0 siblings, 1 reply; 3+ messages in thread
From: Jun Dong @ 2021-06-16  6:20 UTC (permalink / raw)
  To: dts; +Cc: junx.dong, Zhimin Huang

From: Zhimin Huang <zhiminx.huang@intel.com>

1. update installing ssh service command
2. correct installing python modules by requirements.txt

Signed-off-by: Jun Dong <junx.dong@intel.com>
---
 doc/dts_gsg/quick_start.rst        | 6 +++---
 doc/dts_gsg/usr_guide/sys_reqs.rst | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/dts_gsg/quick_start.rst b/doc/dts_gsg/quick_start.rst
index b26cf26a..78352a73 100644
--- a/doc/dts_gsg/quick_start.rst
+++ b/doc/dts_gsg/quick_start.rst
@@ -90,8 +90,8 @@ Tester and DUT should have one interface connected to the same internet, so that
 
 .. code-block:: console
 
-   apt-get install sshd                # download / install ssh software
-   systemctl enable ssh                # start ssh service
+   apt-get install openssh-server      # download / install ssh software
+   service ssh start                   # start ssh service
 
 .. note::
 
@@ -110,7 +110,7 @@ Please install them as the following:
 .. code-block:: console
 
    apt-get install python3
-   python3 -m pip install requirements.txt
+   python3 -m pip install -r requirements.txt
 
 BIOS setting for DUT
 ~~~~~~~~~~~~~~~~~~~~
diff --git a/doc/dts_gsg/usr_guide/sys_reqs.rst b/doc/dts_gsg/usr_guide/sys_reqs.rst
index 8b70abb0..b91eef9d 100644
--- a/doc/dts_gsg/usr_guide/sys_reqs.rst
+++ b/doc/dts_gsg/usr_guide/sys_reqs.rst
@@ -23,8 +23,8 @@ Since DPDK Test Suite Tester communicates with DUT via SSH, please install and s
 
 .. code-block:: console
 
-   apt-get install sshd
-   systemctl enable ssh
+   apt-get install openssh-server      # download / install ssh software
+   service ssh start                   # start ssh service
 
 Generally DTS use Linux username and password to login, but it also supports to use authorized login.
 For create authorized login session, user needs to generate RSA authentication keys to ssh connectioni:
-- 
2.24.1.windows.2


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

end of thread, other threads:[~2021-06-18  7:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16  6:20 [dts] [PATCH V1 1/2] doc/dts_gsg: update some commands Jun Dong
2021-06-16  6:20 ` [dts] [PATCH V1 2/2] user_guide: add setup_dut Jun Dong
2021-06-18  7:23   ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).