You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The netrics-traceroute command fails to produce results due to a missing traceroute file in the measurements directory, which is expected to be present.
Current Behavior:
When attempting to run netrics-traceroute, the command fails because it cannot locate the required traceroute file within the measurements directory. This prevents the measurement from executing as intended.
Expected Behavior:
The netrics-traceroute command should locate the traceroute file in the measurements directory and execute the traceroute measurements successfully, returning network trace results.
Steps to Reproduce:
Observe that the command fails due to the absence of the traceroute.py file at path src/netrics/measurement.
Screenshots/Code Snippets:
Environment:
Operating System: [Raspbian]
The text was updated successfully, but these errors were encountered:
🐞 Bug Report:
The
netrics-traceroute
command fails to produce results due to a missingtraceroute
file in the measurements directory, which is expected to be present.Current Behavior:
When attempting to run
netrics-traceroute
, the command fails because it cannot locate the requiredtraceroute
file within themeasurements
directory. This prevents the measurement from executing as intended.Expected Behavior:
The
netrics-traceroute
command should locate thetraceroute
file in themeasurements
directory and execute the traceroute measurements successfully, returning network trace results.Steps to Reproduce:
Observe that the command fails due to the absence of the
traceroute.py
file at pathsrc/netrics/measurement
.Screenshots/Code Snippets:
Environment:
The text was updated successfully, but these errors were encountered: