From b37795adff6063a96c3785ab86966a413ee253ab Mon Sep 17 00:00:00 2001 From: mubarak Date: Tue, 6 Dec 2016 16:14:40 -0500 Subject: [PATCH] Adding synthetic fat tree test --- tests/Makefile.subdir | 1 + tests/modelnet-test-fattree-synthetic.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.subdir b/tests/Makefile.subdir index b812b56..5d7ab97 100644 --- a/tests/Makefile.subdir +++ b/tests/Makefile.subdir @@ -32,6 +32,7 @@ TESTS += tests/lp-io-test.sh \ tests/modelnet-test-dragonfly.sh \ tests/modelnet-test-slimfly.sh \ tests/modelnet-test-dragonfly-synthetic.sh \ + tests/modelnet-test-fattree-synthetic.sh \ tests/modelnet-test-slimfly-synthetic.sh \ tests/modelnet-test-dragonfly-custom-synthetic.sh \ tests/modelnet-p2p-bw-loggp.sh \ diff --git a/tests/modelnet-test-fattree-synthetic.sh b/tests/modelnet-test-fattree-synthetic.sh index a40f0cf..380cd6e 100755 --- a/tests/modelnet-test-fattree-synthetic.sh +++ b/tests/modelnet-test-fattree-synthetic.sh @@ -5,7 +5,7 @@ if [ -z $srcdir ]; then exit 1 fi -src/network-workloads/model-net-synthetic-fattree --sync=1 --num_messages=1 -- $srcdir/src/network-workloads/conf/modelnet-synthetic-fattree.conf +src/network-workloads/model-net-synthetic-fattree --sync=1 -- $srcdir/src/network-workloads/conf/modelnet-synthetic-fattree.conf -- 2.26.2