<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 21, 2024 at 9:50 AM Luca Vizzarro <<a href="mailto:luca.vizzarro@arm.com">luca.vizzarro@arm.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">From: Tomáš Ďurovec <tomas.durovec@pantheon.tech><br>
<br>
Given the whole DPDK tree directory can now be copied to the nodes,<br>
there is no more need to use the git ref option, as the tree can be<br>
controlled directly by the user.<br>
<br>
Signed-off-by: Tomáš Ďurovec <tomas.durovec@pantheon.tech><br>
Signed-off-by: Luca Vizzarro <<a href="mailto:luca.vizzarro@arm.com" target="_blank">luca.vizzarro@arm.com</a>><br>
---<br>
 doc/guides/tools/dts.rst  |   9 ---<br>
 dts/framework/settings.py |  48 ++-------------<br>
 dts/framework/utils.py    | 119 +-------------------------------------<br>
 3 files changed, 7 insertions(+), 169 deletions(-)<br>
<br>
diff --git a/doc/guides/tools/dts.rst b/doc/guides/tools/dts.rst<br>
index 7b90c4856e..a00d987ece 100644<br>
--- a/doc/guides/tools/dts.rst<br>
+++ b/doc/guides/tools/dts.rst<br>
@@ -237,9 +237,6 @@ DTS is run with ``main.py`` located in the ``dts`` directory after entering Poet<br>
    -t SECONDS, --timeout SECONDS<br>
                            [DTS_TIMEOUT] The default timeout for all DTS operations except for compiling DPDK. (default: 15)<br>
    -v, --verbose           [DTS_VERBOSE] Specify to enable verbose output, logging all messages to the console. (default: False)<br>
-   --revision ID, --rev ID, --git-ref ID<br>
-                           [DTS_DPDK_REVISION_ID] Git revision ID to test. Could be commit, tag, tree ID etc. To test local changes, first<br>
-                           commit them, then use their commit ID. (default: None)<br>
    --compile-timeout SECONDS<br>
                            [DTS_COMPILE_TIMEOUT] The timeout for compiling DPDK. (default: 1200)<br>
    --test-suite TEST_SUITE [TEST_CASES ...]<br>
@@ -275,12 +272,6 @@ The minimum DTS needs is a config file and a pre-built DPDK or DPDK<br>
 sources location which can be specified in said config file or on the<br>
 command line or environment variables.<br>
<br>
-Example command for running DTS with the template configuration and DPDK tag v23.11:<br>
-<br>
-.. code-block:: console<br>
-<br>
-   (dts-py3.10) $ ./main.py --git-ref v23.11<br>
-<br></blockquote><div><br></div><div>I see this needs to go because of the --git-ref usage. Can this be replaced with a new example command? Perhaps even 2, one for each of --tarball and --dpdk-tree?</div><div><br></div><div><br></div><div>Reviewed-by: Patrick Robb <<a href="mailto:probb@iol.unh.edu">probb@iol.unh.edu</a>></div></div></div>