aboutsummaryrefslogtreecommitdiffstats
path: root/test/autobahn_SUITE_data/test.py
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-04-06 22:18:09 +0200
committerLoïc Hoguin <[email protected]>2012-04-06 22:18:09 +0200
commite8ee64777c133a8bb05a1e6bc449c2c6a4a989db (patch)
tree258941102f3574a0395b847d0b353f26dc587a95 /test/autobahn_SUITE_data/test.py
parent95e05d822f46e791a919f4e966879b4827989669 (diff)
parent80c67bff33939a14e445ee93e37e8db5778fdfdc (diff)
downloadcowboy-e8ee64777c133a8bb05a1e6bc449c2c6a4a989db.tar.gz
cowboy-e8ee64777c133a8bb05a1e6bc449c2c6a4a989db.tar.bz2
cowboy-e8ee64777c133a8bb05a1e6bc449c2c6a4a989db.zip
Merge branch 'websocket-fragments' of https://github.com/klaar/cowboy
Diffstat (limited to 'test/autobahn_SUITE_data/test.py')
-rwxr-xr-xtest/autobahn_SUITE_data/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/autobahn_SUITE_data/test.py b/test/autobahn_SUITE_data/test.py
index 422cb41..c528c64 100755
--- a/test/autobahn_SUITE_data/test.py
+++ b/test/autobahn_SUITE_data/test.py
@@ -29,7 +29,7 @@ def install_env(env):
subprocess.check_call(["curl", "-sS", VIRTUALENV_URL, "-o", VIRTUALENV_BIN])
subprocess.check_call(["python", VIRTUALENV_BIN, env])
activate_env(env)
- subprocess.check_call([PIP_BIN, "install", "Autobahn"])
+ subprocess.check_call([PIP_BIN, "install", "AutobahnTestSuite"])
def client_config():
"""
@@ -54,7 +54,7 @@ def run_test(env, config):
activate_env(env)
from twisted.python import log
from twisted.internet import reactor
- from autobahn.fuzzing import FuzzingClientFactory
+ from autobahntestsuite.fuzzing import FuzzingClientFactory
os.chdir(AB_TESTS_PRIV)
log.startLogging(sys.stdout)
fuzzer = FuzzingClientFactory(config)