From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
by inbox.dpdk.org (Postfix) with ESMTP id A74CB46868;
Wed, 4 Jun 2025 20:48:29 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
by mails.dpdk.org (Postfix) with ESMTP id 8C37E40270;
Wed, 4 Jun 2025 20:48:29 +0200 (CEST)
Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178])
by mails.dpdk.org (Postfix) with ESMTP id 9E60B4025D
for ; Wed, 4 Jun 2025 20:48:28 +0200 (CEST)
Received: by inbox.dpdk.org (Postfix, from userid 33)
id 7C1AD46875; Wed, 4 Jun 2025 20:48:28 +0200 (CEST)
From: bugzilla@dpdk.org
To: dts@dpdk.org
Subject: [DTS/framework Bug 1718] send_packets_and_capture docs vary from
randomness
Date: Wed, 04 Jun 2025 18:48:28 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: DTS
X-Bugzilla-Component: framework
X-Bugzilla-Version: unspecified
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: dpdkorgbmw@lsmod.de
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Resolution:
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: dts@dpdk.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform
op_sys bug_status bug_severity priority component assigned_to reporter
target_milestone
Message-ID:
Content-Type: multipart/alternative; boundary=17490629080.E6bBE8eeb.725563
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://bugs.dpdk.org/
Auto-Submitted: auto-generated
X-Auto-Response-Suppress: All
MIME-Version: 1.0
X-BeenThere: dts@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: test suite reviews and discussions
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dts-bounces@dpdk.org
--17490629080.E6bBE8eeb.725563
Date: Wed, 4 Jun 2025 20:48:28 +0200
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.dpdk.org/
Auto-Submitted: auto-generated
X-Auto-Response-Suppress: All
https://bugs.dpdk.org/show_bug.cgi?id=3D1718
Bug ID: 1718
Summary: send_packets_and_capture docs vary from randomness
Product: DTS
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: framework
Assignee: dts@dpdk.org
Reporter: dpdkorgbmw@lsmod.de
Target Milestone: ---
While working on reproducible builds for openSUSE, I found that
our dpdk-stable-24.11.1 package varies in every build because
/usr/share/doc/packages/dpdk/html/dts/framework.testbed_model.traffic_gener=
ator.capturing_traffic_generator.html
contains HTML that (when converted to text) looks like this:
send_packets_and_capture(packets: list[scapy.packet.Packet], send_port: Po=
rt,
receive_port: Port, filter_config: PacketFilteringConfig, duration: float,
capture_name: str =3D '5e567378-734d-4380-84aa-f1d7f3a45ea1') =E2=86=92
list[scapy.packet.Packet]
Here the capture_name is random because of
dpdk-stable-24.11.1/dts/framework/testbed_model/traffic_generator/capturing=
_traffic_generator.py
line 27:
def _get_default_capture_name() -> str:
return str(uuid.uuid4())
Please ensure that all build outputs are deterministic.
I think, there is a way to hide or override certain parameters in Sphinx do=
cs.
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--17490629080.E6bBE8eeb.725563
Date: Wed, 4 Jun 2025 20:48:28 +0200
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.dpdk.org/
Auto-Submitted: auto-generated
X-Auto-Response-Suppress: All
send_packets_and_capture docs vary from randomness
Product
DTS
Version
unspecified
Hardware
All
OS
All
Status
UNCONFIRMED
Severity
normal
Priority
Normal
Component
framework
Assignee
dts@dpdk.org
Reporter
dpdkorgbmw@lsmod.de
Target Milestone
---
While working on reproducible buil=
ds for openSUSE, I found that
our dpdk-stable-24.11.1 package varies in every build because
/usr/share/doc/packages/dpdk/html/dts/framework.testbed_model.traffic_gener=
ator.capturing_traffic_generator.html
contains HTML that (when converted to text) looks like this:
send_packets_and_capture(packets: list[scapy.packet.Packet], send_port: Po=
rt,
receive_port: Port, filter_config: PacketFilteringConfig, duration: float,
capture_name: str =3D '5e567378-734d-4380-84aa-f1d7f3a45ea1') =E2=86=92
list[scapy.packet.Packet]
Here the capture_name is random because of
dpdk-stable-24.11.1/dts/framework/testbed_model/traffic_generator/capturing=
_traffic_generator.py
line 27:
def _get_default_capture_name() -> str:
return str(uuid.uuid4())
Please ensure that all build outputs are deterministic.
I think, there is a way to hide or override certain parameters in Sphinx do=
cs.