From: Jun Dong <junx.dong@intel.com>
To: dts@dpdk.org
Cc: junx.dong@intel.com, Zhimin Huang <zhiminx.huang@intel.com>
Subject: [dts] [PATCH V1 1/2] doc/dts_gsg: update some commands
Date: Wed, 16 Jun 2021 14:20:32 +0800 [thread overview]
Message-ID: <20210616062033.1825-1-junx.dong@intel.com> (raw)
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
next reply other threads:[~2021-06-16 6:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-16 6:20 Jun Dong [this message]
2021-06-16 6:20 ` [dts] [PATCH V1 2/2] user_guide: add setup_dut Jun Dong
2021-06-18 7:23 ` Tu, Lijuan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210616062033.1825-1-junx.dong@intel.com \
--to=junx.dong@intel.com \
--cc=dts@dpdk.org \
--cc=zhiminx.huang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).