Skip to content

Commit

Permalink
Update autobahn suite to use autobahntestsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Klaar committed Apr 6, 2012
1 parent 0b15ed9 commit 80c67bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/autobahn_SUITE_data/test.py
Expand Up @@ -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():
"""
Expand All @@ -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)
Expand Down

0 comments on commit 80c67bf

Please sign in to comment.