Skip to content

Commit 34d8197

Browse files
portantewebbnh
authored andcommitted
Move to perftool-incubator/bench-trafficgen
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`.
1 parent e0515fb commit 34d8197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agent/bench-scripts/pbench-trafficgen

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ traffic_generator_def="trex-txrx" # can be either trex-txrx or moongen-txrx
9898
traffic_generator="${traffic_generator_def}"
9999
traffic_profiles=""
100100
if [[ -z "${trafficgen_dir}" ]]; then
101-
trafficgen_dir="/opt/trafficgen"
101+
trafficgen_dir="/opt/bench-trafficgen/trafficgen"
102102
fi
103103
trafficgen_version="unknown"
104104
trex_use_ht="n"
@@ -886,7 +886,7 @@ if [ "${postprocess_only}" == "n" ]; then
886886
fi
887887
fi
888888
else
889-
if pushd /opt >/dev/null && git clone https://github.com/atheurer/trafficgen.git; then
889+
if pushd /opt >/dev/null && git clone https://github.com/perftool-incubator/bench-trafficgen.git; then
890890
trafficgen_version=$(git log --max-count=1 --pretty=%h)
891891
echo "trafficgen cloned"
892892
popd >/dev/null

0 commit comments

Comments
 (0)