wifi: Update acceptable throughput range on test

This commit is contained in:
Tom Henderson
2018-06-07 13:38:07 -07:00
parent b9ed68da5f
commit 19699f9a16

View File

@@ -47,8 +47,8 @@ cpp_examples = [
("he-wifi-network --simulationTime=0.3 --frequency=5 --useRts=1 --minExpectedThroughput=6 --maxExpectedThroughput=639", "True", "True"),
("he-wifi-network --simulationTime=0.25 --frequency=2.4 --useRts=0 --minExpectedThroughput=6 --maxExpectedThroughput=238", "True", "True"),
("he-wifi-network --simulationTime=0.3 --frequency=2.4 --useRts=1 --minExpectedThroughput=6 --maxExpectedThroughput=224", "True", "True"),
("simple-ht-hidden-stations --simulationTime=1 --enableRts=0 --minExpectedThroughput=14.5 --maxExpectedThroughput=15", "True", "True"),
("simple-ht-hidden-stations --simulationTime=1 --enableRts=1 --minExpectedThroughput=22 --maxExpectedThroughput=22.5", "True", "True"),
("simple-ht-hidden-stations --simulationTime=1 --enableRts=0 --minExpectedThroughput=16.5 --maxExpectedThroughput=17", "True", "True"),
("simple-ht-hidden-stations --simulationTime=1 --enableRts=1 --minExpectedThroughput=20 --maxExpectedThroughput=20.5", "True", "True"),
("mixed-network --simulationTime=1", "True", "True"),
("wifi-aggregation --simulationTime=1 --verifyResults=1", "True", "True"),
("80211e-txop --simulationTime=1 --verifyResults=1", "True", "True"),