Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to the new Autobahn test suite #81

Open
KushalP opened this issue Mar 19, 2012 · 1 comment
Open

Update to the new Autobahn test suite #81

KushalP opened this issue Mar 19, 2012 · 1 comment

Comments

@KushalP
Copy link
Contributor

KushalP commented Mar 19, 2012

Webbit is currently tracking a non-existent Autobahn repo as a submodule.

Rather than explicitly calling a submodule, the virtualenv file can be update to use the package that has been built instead.

Here's the command to get the new Autobahn testsuite through pip: pip install autobahntestsuite

@KushalP
Copy link
Contributor Author

KushalP commented Apr 6, 2012

Here's what I'll probably do in this case:

  1. Delete the submodule requirement
  2. Update the virtualenv.py bootstrap to pip install autobahntestsuite
  3. Run the websocket tests as: wstest -m fuzzingclient -s fuzzingclient.json

What do you all think?

Also, for removing the submodule I'm going to do the following:

  1. Delete the lines from the .gitmodules file
  2. Delete the relevant section(s) from .git/config
  3. Run git rm --cached path_to_autobahn
  4. Commit and delete the now untracked submodule files

Anything I'm missing here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant