馃悶 Bug Report:
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]
馃悶 Bug Report:
The
netrics-traceroutecommand fails to produce results due to a missingtraceroutefile 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 requiredtraceroutefile within themeasurementsdirectory. This prevents the measurement from executing as intended.Expected Behavior:
The
netrics-traceroutecommand should locate thetraceroutefile in themeasurementsdirectory 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.pyfile at pathsrc/netrics/measurement.Screenshots/Code Snippets:
Environment: