Fixes test.py breakage with topology-reader

This commit is contained in:
Lalith Suresh
2011-03-05 09:33:25 +00:00
parent 35bc14c2c3
commit 728b6200d6
2 changed files with 3 additions and 3 deletions

View File

@@ -443,7 +443,7 @@ RocketfuelTopologyReaderTest::DoRun (void)
Ptr<RocketfuelTopologyReader> inFile;
NodeContainer nodes;
std::string input ("./examples/topology-read/RocketFuel_toposample_1239_weights.txt");
std::string input ("./src/topology-read/examples/RocketFuel_toposample_1239_weights.txt");
inFile = CreateObject<RocketfuelTopologyReader> ();
inFile->SetFileName(input);

View File

@@ -146,8 +146,8 @@ example_tests = [
("examples/tcp/tcp-nsc-zoo", "NSC_ENABLED == True", "False"),
("examples/tcp/tcp-star-server", "True", "True"),
("examples/topology-read/topology-read --input=../../examples/topology-read/Inet_small_toposample.txt", "True", "True"),
("examples/topology-read/topology-read --format=Rocketfuel --input=../../examples/topology-read/RocketFuel_toposample_1239_weights.txt", "True", "True"),
("src/topology-read/examples/topology-read --input=../../src/topology-read/examples/Inet_small_toposample.txt", "True", "True"),
("src/topology-read/examples/topology-read --format=Rocketfuel --input=../../src/topology-read/examples/RocketFuel_toposample_1239_weights.txt", "True", "True"),
("src/virtual-net-device/examples/virtual-net-device", "True", "True"),