Code review comment for lp:~canonical-platform-qa/snappy-ecosystem-tests/adding-setup-script

Revision history for this message
Heber Parrucci (heber013) wrote :

> Setup failed for me, am I missing something ?
> http://paste.ubuntu.com/24131475/
>
> Also I had to install virtualenv manually.

Seems that the same error we got some days ago when creating the virtual env for running the tests.
The problem is when building wheel for cryptography. Check if you have the following packages in your system:

$ sudo apt-get install libffi-dev
$ sudo apt-get install libssl-dev

Notice that the virtual env is created properly on Jenkins (though it fails in another part because of a proxy issue that is being resolved by IS people):
https://platform-qa-jenkins.ubuntu.com/view/QA%20Jobs/view/System%20Tests/job/run_snappy_ecosystem_tests/8/

« Back to merge proposal