Skip to content

Commit

Permalink
Move to perftool-incubator/bench-trafficgen
Browse files Browse the repository at this point in the history
The old TrafficGen repo has moved:

 * From: https://github.com/atheurer/trafficgen.git
 * To: https://github.com/perftool-incubator/bench-trafficgen.git

The new installed location is now `/opt/bench-trafficgen/trafficgen`.
  • Loading branch information
portante authored and webbnh committed Apr 5, 2022
1 parent e0515fb commit 34d8197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/bench-scripts/pbench-trafficgen
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ traffic_generator_def="trex-txrx" # can be either trex-txrx or moongen-txrx
traffic_generator="${traffic_generator_def}"
traffic_profiles=""
if [[ -z "${trafficgen_dir}" ]]; then
trafficgen_dir="/opt/trafficgen"
trafficgen_dir="/opt/bench-trafficgen/trafficgen"
fi
trafficgen_version="unknown"
trex_use_ht="n"
Expand Down Expand Up @@ -886,7 +886,7 @@ if [ "${postprocess_only}" == "n" ]; then
fi
fi
else
if pushd /opt >/dev/null && git clone https://github.com/atheurer/trafficgen.git; then
if pushd /opt >/dev/null && git clone https://github.com/perftool-incubator/bench-trafficgen.git; then
trafficgen_version=$(git log --max-count=1 --pretty=%h)
echo "trafficgen cloned"
popd >/dev/null
Expand Down

0 comments on commit 34d8197

Please sign in to comment.