Comment 4 for bug 948495

Revision history for this message
Thierry Carrez (ttx) wrote :

Yeah, that would not work. keystone tarball should just contain keystone, not a copy of python-keystoneclient. The need for Ubuntu (and most other distros) is to build a package from a source tarball + other packages pre-installed as build dependencies, and no network access, while running a reasonable amount of tests (the idea being to be able to repeat the build in a controllable environment).

So they either need to:
* be able to run the full tests without network access, using just keystone source tarball and other packages installed as build dependencies (including python-keystoneclient if that's needed)
or
* be able to disable the specific tests that require networking