diff options
Diffstat (limited to 'cpp/test/IceStorm/stress/run.py')
-rwxr-xr-x | cpp/test/IceStorm/stress/run.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceStorm/stress/run.py b/cpp/test/IceStorm/stress/run.py index 5da53f11c35..7fc3b952ac0 100755 --- a/cpp/test/IceStorm/stress/run.py +++ b/cpp/test/IceStorm/stress/run.py @@ -183,7 +183,7 @@ print "ok" print "Sending 5000 ordered events... ", sys.stdout.flush() -status = doTest('--events 5000 --qos "reliability,twoway ordered" ' + iceStormReference, '--events 5000') +status = doTest('--events 5000 --qos "reliability,ordered" ' + iceStormReference, '--events 5000') if status: print "failed!" TestUtil.killServers() @@ -192,7 +192,7 @@ print "ok" print "Sending 5000 ordered events across a link... ", sys.stdout.flush() -status = doTest('--events 5000 --qos "reliability,twoway ordered" ' + iceStormReference2, '--events 5000') +status = doTest('--events 5000 --qos "reliability,ordered" ' + iceStormReference2, '--events 5000') if status: TestUtil.killServers() sys.exit(1) |