From f17350a625117159b4141472331cf4fcf87dfedf Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Sat, 10 Nov 2012 14:16:46 -0500 Subject: [PATCH] Testing updates New testing environment, adjusted automated scripts to reflect --- Makefile | 4 ++-- tests/AutobahnTestSuite/fuzzingclient-all.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 74bbacd..20be8ef 100644 --- a/Makefile +++ b/Makefile @@ -9,10 +9,10 @@ cover: abtests: ulimit -n 2048 && php tests/AutobahnTestSuite/bin/fuzzingserver-libevent.php & - ulimit -n 2048 && php54 tests/AutobahnTestSuite/bin/fuzzingserver-stream.php & + ulimit -n 2048 && php tests/AutobahnTestSuite/bin/fuzzingserver-stream.php & wstest -m testeeserver -w ws://localhost:8002 & wstest -m fuzzingclient -s tests/AutobahnTestSuite/fuzzingclient-all.json - killall php php54 python + killall php wstest profile: php -d 'xdebug.profiler_enable=1' tests/AutobahnTestSuite/bin/fuzzingserver-libevent.php & diff --git a/tests/AutobahnTestSuite/fuzzingclient-all.json b/tests/AutobahnTestSuite/fuzzingclient-all.json index 3d95f01..5fa09f2 100644 --- a/tests/AutobahnTestSuite/fuzzingclient-all.json +++ b/tests/AutobahnTestSuite/fuzzingclient-all.json @@ -3,8 +3,8 @@ , "outdir": "reports/ab" , "servers": [ - {"agent": "Ratchet/0.2 PHP 5.3-libevent", "url": "ws://localhost:8000", "options": {"version": 18}} - , {"agent": "Ratchet/0.2 PHP 5.4-streams", "url": "ws://localhost:8001", "options": {"version": 18}} + {"agent": "Ratchet/0.2 libevent", "url": "ws://localhost:8000", "options": {"version": 18}} + , {"agent": "Ratchet/0.2 streams", "url": "ws://localhost:8001", "options": {"version": 18}} , {"agent": "AutobahnTestSuite/0.5.2", "url": "ws://localhost:8002", "options": {"version": 18}} ]